/* this is the css file for Final.html */


body{
	background-color: #D8D8D8; 
	color: black;
	font: Lavanderia; Arial; Georgia; Sans Serif;
	height: auto;
	}

div#page {
  border:15px solid #black;
  width:760px;
  margin:0 auto;
  padding:5px;
  text-align: left;
  position:relative;
}

div#header {
  background-color: #81DAF5;
  width:750px;
  height:75px;
  text-align:center;
  padding: 5px;
}

div#menu {
  background-color: #E3CEF6;
  width:160px;
  float:left;
  margin:10px 5px 10px 5px;
  height:600px;
  text-align:left;
}

div#content {
  background-color: #F2E0F7;
  text-align:left;
  float: left;
  width:500px;
  margin:10px 0 10px 10px;
  min-height:600px;
  height:600px;
}

div#footer {
  background-color: #81DAF5;
  width:750px;
  height:100px;
  text-align:center;
  padding: 5px;
  clear: both;
  p.image {text-align: center}
}