div#page {
  border:1px solid green;
  width:1019px;
	margin:0 auto;
	padding:5px;
	text-align:left;
}

div#header {
  border:2px solid green;
	width:1012px;
	height:371px;
}

div#menu {
  border:2px solid green;
  width:230px;
	float:left; 
  margin:10px 0 10px 5px;
	height:518px; <!--550px;-->
        padding:7px;
		background-color:#eeeeee;
}

div#content {
  border:2px solid green;
  width:725px;
	margin:10px 0 10px 270px;
        padding:7px;
  min-height:618px;
	_height:auto;<!--700px-->
}

div#footer {
  border:2px solid green;
  width:1012px;
	height:42px;
        padding:2px 3px 5px 3px;
        background-color:#556447;
}
.indent {
			text-indent: 50px;
}