* { padding: 0px; margin: 0px;}
body, html { margin:0px; padding:0px; border:0px; background-color:#000000;}
a { color: #ffffff; }
a img { border: none; }

#display{ 
width:725px; 
margin:auto; 
overflow:hidden;
}

#logo { 
float:left; 
overflow:hidden;
width:100%; 
height:120px;
padding-top:20px;
}

#menu2{ height:10px;}


#menu { 
float:right; 
width:455px; 
height:29px;
position:relative;
left:3px;
overflow:hidden;
background-image:url(pic/menu_bg.jpg);
background-repeat:repeat-x;
}
	.menu_a {
	float:left;
	margin-right:25px;}

#left_col{
width:206px;
float:left;
background-color:#ffaf01;
background-image:url(pic/bg_top.jpg);
background-repeat:no-repeat;
background-position:top;
}

#left_col2{
	width:206px;
	border-bottom:1px solid #ff7800;
	background-color:#ffaf01;
}
	#left_col table{ 
	float:left;
	margin:5px 0px 5px 3px;}

	.title_box{
	width:200px;
	height:25px;
	float:left;
	margin:3px;
	background-image:url(pic/box_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	}
			.title_box h1{
			font-family:Tahoma;
			font-size:12px;
			color:#cecece;
			position:relative;
			top:4px;
			}
	
	#left_col a  {
	font-family:Tahoma;
	font-size:10px;
	color:#000000;
	margin:4px;
	}
	
	#left_col p  {
	font-family:Tahoma;
	font-size:10px;
	color:#000000;
	margin:10px;
	text-align:justify;
	}
	
	
	
	.separator{
	width:142px;
	height:4px;
	float:left;
	background-color:#FFFFFF;
	
	}
	
#content_box{
background-image:url(pic/content_bg.jpg);
background-repeat:no-repeat;
background-position:bottom left;
border-right:3px solid #ffaf01;


}
	
		#content {
		width:440px;
		padding-top:30px;
		padding-left:24px; 
		float:left;
		}
		
			#content p{
				font-family:Tahoma;
				font-size:11px;
				color:#ffaf01;
				text-align:justify;
				position:relative;
				bottom:2px;
				left:7px;
			}

#footer  { 
float:left; 
width:725px; 
height:26px;
background-image:url(pic/footer_bg.jpg);
background-repeat:repeat-x;   
}
	#footer p {
	font-family:Tahoma;
	font-size:10px;
	position:relative;
	top:6px;
	left:5px;
	float:left;
	margin-right:58px;
	}
	#footer a {color:#000000;}

