#wrapper { 
 margin: 0 auto;
 width:  900px;

}
#header {
 color: #333;
 width: 900px;
 float: left;
}
#leftcolumn { 
 color: 		#333;
 background:	#FFF;
 padding: 		8px;
 min-height: 	350px;
 float: 		left;
}

#rightcolumn { 
 float:			 right;
 color: 		#333;
 padding:		8px;
 min-height:	350px;
 display: 		inline;
}

#footer { 
 width:				900px;
 text-align:		center;
 font-size:			11px;
 clear:				both;
 color:				#666;
 border:			1px solid #ccc;
 background:		#000;
 padding-top: 		7px;
 padding-bottom: 	7px;
}
