* { padding: 0; margin: 0; }


#wrapper { 
 margin: 0 auto;
 width: 900px;


}


#header { 
position: absolute;
clear: both
height: 300px;
 width: 900px;
 padding: 0px;
 border: none;
 margin: 0px 0px 0px 0px;
 	overflow: visible;
	z-index: 1;

 
 }
#leftcolumn {
	background: #FFFF99;
	position: absolute;
	margin: 302px 0px 0px 0px;
	width: 200px;
	float: left;
	z-index: 25;
	overflow: visible;
	clear: both;


}
#rightcolumn {
	position: absolute;
	float: absolute;
	background-color:#FFFFFF;
	margin: 302px 0px 0px 210px;
	width: 694px;
	z-index: 30;
	overflow: visible;
	clear: both;
}




