
#page-container{
	width:800px;
	margin:auto;
}

#sidebar{
	float:left;
	width:250px;
}

#content-container{
	
	margin-left:250px;
}

#footer{
	clear:both;
}

#menu{
	width:500px;
	/*height:30px;*/
	z-index:10;
}

#content{
	/*position:relative;
	top:20px;*/
	
}