﻿/* Layout StyleSheet */
body { background:#b3d8e8; font:12px Arial; color:#555; padding-bottom:20px;}

#wrap { width:940px; margin:0 auto; }
#top { width:890px; float:left; height:90px; background:url("images/topbg.png") no-repeat; padding:0 25px; }
	#top-flash { float:right; padding-top:0px; text-align:right; width:600px; }

#middle { width:890px; float:left; background:url("images/middlebg.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:15px; width:620px; 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:81px; background:url("images/bottombg.png") no-repeat; padding:0 25px; }
	#footer { width:890px; border-top:1px dotted #ccc; }