body { 
background :#E5EAEF ;
font-family : Tahoma;
TEXT-ALIGN: center;
color : #333333;
font-size:9px; margin-top:0px; 
} 
A:link	{	
	text-decoration:	none;
	color:	#49443F;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#49443F;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#49443F;
	}	
A:hover	{	
	text-decoration:	underline;
	color:	 #355898;
	}

#wrapper { 
background-color : #fff;
border : 1px solid #C7C3C3;
width : 880px;
height : 1000px;
margin : auto  auto 0 auto;
align :center;
}
 
#brdl { 
background-color : #299ad4;
display : inline;
float : left;
width : 880px;
height : 1px;
border-top : 3px solid #fff;
margin-bottom : 3px;
} 

#title { 
display : inline;
width : 880px;
float : left;
background-color : #fff;
height : 93px;

} 
#menu { 
display : inline;
width : 880px;
float : left;
background-color : #fff;
height :27px;
} 
 #right_col {
padding : 0px;
text-align : center; 
display : inline;
width : 635px;
height : 1145px;
float : right;
} 

#left_col { 
padding : 0px;
text-align : center;
display : inline;
width : 229px;
height : 1145px;
float : right;
}

#footer { 
margin-top : 0px;
display : inline;
float : left;
height : 35px;
width : 880px;
padding-top : 0px;
padding-bottom : 0px;
background-color : #306297;
text-align : center;
}


