@charset "utf-8";
/* CSS Document */

#body { background-color:#FEFFBB; padding:0; margin:0; font-family:arial; font-size:12px; }

#header { background-image:url(images/header_bg.jpg); background-repeat:repeat-x; height:193px; width:100%; }
#logo { background-image:url(images/header_logo.jpg); width:889px; height:193px; margin:0 auto; vertical-align:top; font-size:9px; color:white; text-align:center; }
#main { width:889px; height:100%; background-image:url(images/main_bg.jpg); background-repeat:repeat-y; margin:0 auto; overflow:auto;}
	#main_left { float:left; width:610px; height:auto; border-right:1px solid #CCCCCC; overflow:auto;}
	#main_right { float:left; width:232px; height:auto;  text-align:center; overflow:auto;}	
	
#menu { margin-left:50px; width:552px; height:49px; background-image:url(images/menu_bg.jpg); }
	#menu_content { margin-left:10px; padding-top:16px; width:530px; height:27px; text-align:center; }
	
	a.menulnk:link { font-size:18px; color:#000000; text-decoration:none; }
	a.menulnk:hover { font-size:18px; color: #999999; text-decoration:underline; }
	a.menulnk:visited { font-size:18px; color:#000000; text-decoration:none; }
	a.menulnk:active { font-size:18px; color:#000000; text-decoration:none; }

.continut { margin-left:45px; width:560px; height:auto; overflow:auto; }

h1 { font-size:19px; }

#footer_main_bg { background-image:url(images/footer_bg.jpg); width:889px; height:47px; margin:0 auto;}
#footer_text { width:889px; height:47px; margin:0 auto; font-size:12px; font-style:normal; text-align:center;}
