body {
	padding: 0;
	margin: 0;
	text-align: center;
	
}

a:link {
	text-decoration: none;
	color: #B17B31;
}
a:visited {
	text-decoration: none;
	color: #B79454;
}
a:hover {
	text-decoration: none;
	color: #F8CC81;
}
a:active {
	text-decoration: none;
	color: #B57B32;
}



#wrapper {
    width: 900px;
	margin: 0px auto;
	position: relative;
}

#header {
	background-image: url(../nav_images/nav_header.jpg);
	height: 260px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: top;
}

#logo {
	height:100px;
	width: 254px;
	position: absolute;
	left: 14px;
	top: 5px;

}


#menu {
	height: 50px;
	width: 600px;
	position: absolute;
	left: 290px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CE934D;
	word-spacing: 30px;



}
#graphicArea {
	position: absolute;
	top: 105px;
	left: 0px;



}


#main_content {
	padding-top: 260px;
	width: 900px;


}


#left {

	width: 280px;

	float:left;

	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	padding-right: 15px;
	padding-top: 30px;
	
}

.list {
	font-size: small;
	color: #B37A35;
	list-style-type: square;
	text-align: left;
	line-height: 18px;

}




#right {
	float: left;
	font-family: "Arial Narrow";
	width: 570px;
	padding-left: 15px;
	padding-bottom:30px;
	padding-top:30px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	color: #CE944A;
	font-weight: bold;
	font-size: 16pt;
	line-height: 17px;	


}

#right_text {


	font-size: 9pt;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	color: #333333;
	
	margin-left: 5px;
	margin-top: 0px;

	
	
	
}

.list2 {
	color: #000000;
	line-height: 18px;

}


#footer_container{
	clear:both;
	width: 900px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;

}

#footer{
	height: 50px;
	width: 400px;

	float: left;

	FONT-SIZE: 7pt;
	COLOR: #B07A32;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	text-align: left;
	padding-top: 5px;
	
	


}

#footer_right {
	text-align: right;
	float:right;
	
	padding-top: 5px;
		
	FONT-SIZE: 7pt;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	}



hr {
	text-align: left;
}

