@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url("../images/bg_body.gif") no-repeat scroll 0 0;
	margin: 0 auto; 
	padding: 0;
	color: #FFFFFF;
	
}

#header {
	width: 900px;
	height: 680px;
	margin: 0 auto;
 	background-image: url('../images/bg_header.gif');
	background-position: top center;
	background-repeat: no-repeat;	
	/*border: 1px solid magenta;*/
	}
	
	#logo {
	margin-left: 530px;
	}
	
#middle {
	width: 900px;
 	margin: 0 auto;
	background-image: transparent;
	overflow: auto;
	color:#000000;	
	}	
	
		
	#content {
		width: 900px;
		margin: 0 auto;
		background-image: transparent;
		background-repeat: no-repeat;
		overflow: auto;
		}	
				
		#left {
			width: 350px;
			float: left;
			padding: 0 10px 0 14px; /* Use padding instead of margins because of Internet Exploder */
			}
			
		#right {
			width: 225px;
			float: right;
			padding: 20px 0px 20px 30px; /* Use padding instead of margins because of Internet Exploder */
			color:#EF9C00;
			}
			
		#right2 {
			width: 350px;
			float: right;
			padding:  0 10px 0 30px; /* Use padding instead of margins because of Internet Exploder */
			color:#000000;
			}
		
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	width:900px;
	height:65px;
	/*background-color:#006D68;*/
	margin: 0 auto;
	background-image: url('../images/bg_footer.gif');
	font-size:.8em;
	}
	
	#footer p {
		padding: 0 10px 30px 70px;
		color:#EF9C00;
		float:left;
		}

#horzMenu {
	background-color:#EF9C00;
	margin:0 auto;
	}
				
	#horzMenu li {
		background:transparent url('../images/navbtn.gif') 					            no-repeat scroll 0 0;
		float:left;
		margin:135px 0px 0px 10px;
		width: 80px;
		height:65px;
		padding-right:2px;
		text-align:center;
		text-decoration:none;
		line-height:25px;
		list-style:none;
		}
		
	#horzMenu li:hover {
		background-image:url('../images/navbtn_on.gif') 
		}
		
	#horzMenu li a {
		position:relative;
		color:#FFFFFF;
		font-size:.9em;
		text-decoration:none;
		}	

img {
	border:0;
	text-decoration:none;
	}
a {
	text-decoration:none;
	outline:none;
	color:#FFCC00;
	}

a:hover {
	color:#CC3300;
	}
	

