body {
	text-align: center; /* IE < 6 fix */
	background-color: #EAEAEA;
}

div#container {
	margin: 0 auto;
	width: 1000px;
	background-color: #DCDCDC;

	/*overflow: auto;*/
	height:auto;
}

div#header {
	height: 59px;
	background-color: #EAEAEA;
}

div#menu {
	width: 125px;
	float: left;
	background-color: #DCDCDC;

	/*overflow: auto;*/
	height:auto;
}

div#content {
	width: 835px;	
	float: right;
	background-color: #EAEAEA;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
	padding: 20px;

	/*overflow: auto;*/
	height:auto;

}
