	@charset "utf-8";

#wrapper { width: 700px; text-align: left; margin: auto; border: 1px solid #09F; background-color:#9C0; }	

#header { width:680px; margin: 0 auto; text-align:right; padding:5px 10px; font-weight:bold; }
	#header2 { width:680px; margin:0 auto; padding-left:20px; height:35px; line-height:35px; background-color:#039; }
	#content_area { width:700px; padding:0; margin:0 auto; background-color:#99CC00; /*height: expression('500px');*/ height:auto min-height: 500px; }
		#main_area { float:left; display:inline; margin-left:0px; padding:5px; width:490px; /*height: expression('550px');*/height:auto; min-height: 500px; 
		background:#FFF url(../images/flower.jpg) no-repeat bottom right}	
		#sidebar { float: right; display:inline; text-align:right; margin-right:0; margin-top:0; padding:5px; width: 190px;/*height: expression('500px');*/height:auto; min-height: 500px; background:#9C0 url(../images/blue.jpg) no-repeat}
	#footer { clear:both; text-align:center; width:700px; height:50px; font-size:11px; background-color:#003399;padding-top:5px; }
