#border {
	width: 877px;
	border: 1px #eaeaea solid;
	margin: 0 auto 0 auto;
	}
#container {
	width: 787px;
	margin: 10px 50px 35px 50px;
	}
#header {
	text-align: right;
}
#image {}
#menu {
	height: 21px;
	width: 100%;
	background-color: #f5f5f5;
	margin: 1px 0 0 0;
	padding-top: 0px;
	text-align: center;
	}

.button {
	text-align: center;
	padding: 4px 20px 0 20px;
	}
	
#menu a:link {
	padding: 1px 4px 1px 4px;
}
#content {}
#icontent {
	margin: 25px 55px 25px 55px;
	height: expression( this.scrollHeight < 400 ? "400px" : "auto" ); /* sets min-height for IE */
   	min-height: 400px; /* sets min-height value for all standards-compliant browsers */
}

 #footer {
 	height: 21px;
	width: 100%;
	background-color: #f5f5f5;
	margin: 25px 0 0 0;
	padding-top: 7px;
	text-align: center;
 
 }	
