﻿@charset "utf-8";
/* Layout StyleSheet */

body { background:#eaf2f4 url(../images/bg.jpg) no-repeat top center; font:10px Verdana; color:#555; padding-bottom:25px;}
  
#wrap { width:940px; margin:0 auto; }
#top { width:890px; float:left; height:90px; background:url(../images/top.png) no-repeat; padding:0 25px; margin:40px 0 0 0; }
	#top-flash { float:right; padding-top:0px; text-align:right; width:600px;}
 
#middle { width:890px; float:left; background:url(../images/bg-middle.png) repeat-y 0 -4px; padding:0 25px 20px 25px; }
	#m-left { width:250px; float:left; padding:20px 0 0; }
	#m-content { float:left; margin-left:25px; margin-top:-70px; width:610px; padding:20px 0 0; }
		#m-content-left { float:left; width:360px; margin:10px 0 0; padding:0;  }
		#m-content-right { float:right; width:220px; margin:10px 0 0; padding:0;   }		
#bottom { width:940px; float:left; height:150px; background:url(../images/bottom.png) no-repeat 0 -90px; padding:0 25px;  }
	#footer { width:890px; border-top:1px dotted #ccc; }