body{

}
div.page{
	background-color:#CCC;
	width:800px;
	margin:20px auto;
	font-family:Helvetica, Arial, sans-serif;
}

div.menu{
	background-color:white; 
	height:20px; 
	width:800px; 
	float:left;
	border-bottom:thin;
	border-bottom-color:black;
	border-bottom-style:groove;
}
	a{
	color:black;
	text-decoration:none;
	font:Helvetica, Verdana, sans-serif;
	letter-spacing: 1px;
	text-vertical-align:center;
	margin-right:10px;


}

a:hover{
	color:gray;
}
	
div.content{
	margin-top:20px;
	font-size:12px;
	background-color:white;
	height:450px;
	width:800px;
	margin-top:20px;
	margin:40px auto;
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-align:center;
	
}

div.footer{
	height:20px; 
	width:800px; 
	margin: auto;
	border-top:thin;
	border-top-color:black;
	border-top-style:groove;
}

	

