body {background-color: #485963; padding:0px; margin:0px; font-family: Arial, Helvetica, sans-serif;}

#main_container {display:block; width:945px; height:280px; background: url(gui/bg_top.jpg); position: absolute; left:50%; margin-left: -473px}

#container {position: absolute; left:50%; margin-left: -415px}

	#header {display:block; width:829px; height:293px; background: url(gui/bg_header.png) top center no-repeat;}
		h1 {padding:0px; margin:0 0 0 15px; font-size:10px; color:#ffffff; position:absolute;top:6px;}
		
		#logo {width:390px; height:125px; position:absolute;top:25px; cursor:pointer;}
		
		#menu_area {width:650px; height:65px; position: absolute; top:155px; left:12px; background: url(gui/menu_of2f.png);}
			.menu {display: block; margin:0px; padding:0;}
			
				.menu div {background: url(gui/menu_off.png) top left no-repeat; padding:0; margin:0; float:left;}
				.menu div:hover {background: url(gui/menu_on.png) top left no-repeat; cursor: pointer;}
				
				#mainmenu {height:32px; width: 600px; display: block;}
					#m11 {display:inline-block; width:100px; height:32px;}
					#m12 {display:inline-block; width:100px; height:32px; background-position:-100px 0}
					#m13 {display:inline-block; width:110px; height:32px; background-position:-200px 0}
					#m14 {display:inline-block; width:180px; height:32px; background-position:-310px 0}
					#m15 {display:inline-block; width:110px; height:32px; background-position:-490px 0}
				
				#submenu {height:33px; width: 700px; display: block;}
					#m21 {display:inline-block; width:90px; height:32px; background-position:0 -32px}
					#m22 {display:inline-block; width:99px; height:32px; background-position:-90px -32px}
					#m23 {display:inline-block; width:102px; height:32px; background-position:-189px -32px}
					#m24 {display:inline-block; width:76px; height:32px; background-position:-291px -32px}
					#m25 {display:inline-block; width:102px; height:32px; background-position:-367px -32px}
					#m26 {display:inline-block; width:180px; height:32px; background-position:-469px -32px}
				
		#banner {width:504px; height:48px; position: absolute; top:225px; left:55px; background: url(gui/banner.png);}
	#body {display:block; width:829px; background: url(gui/bg_body.png) repeat-y; margin-left:11px;}
	
		#body p {margin:0; padding:20px 0 20px 20px; width: 780px; color: #ffffff;}
		#body h2 {margin:0; padding:10px 0 0 20px; color: #DA9834;}
		
		#content_iframe {margin-left:2px; border:none;}
	
	#footer {display:block; width:829px; height:84px; background: url(gui/bg_footer.png) no-repeat; text-align:center;}
		#footer p {margin: 0px; padding:65px 0 0 0; color:#ffffff; font-size:10px;}
		#footer a {color:#ffffff; font-size:10px; text-decoration:underline;}
		#footer a:hover {color:#DA9834; font-size:10px; text-decoration:underline;}
