  body {
     color: white;
     background-color: black;
     background-image: none;
  }
  a {color: white; text-decoration: none;}
  a:hover {color: grey;}
    
  div#main {       
  	position: absolute;
  	top: 50px;
  	left: 50px;
  	width: 750px;
  	height: 550px;
  	background-image: none;
  	background-color: black;
  	color: white;
  	border-bottom: 0px solid white;
  	border-right: 0px solid white;
  } 
  div#content {
  	position: absolute;
  	top: 100px;
  	left: 317px;
  	height: 400px;
  	width: 302px;
  	color: black;
  	background-color: #3FA1B7;
  	font: arial;
  	font-family: sans-serif;
  	font-size: 0.9em;
  	padding: 0px;
  }
  div#content2 {
  	position: absolute;
  	top: 100px;
  	left: 317px;
  	height: 400px;
  	width: 302px;
  	color: black;
  	background-color: #54AEC4;
  	font: arial;
  	font-family: sans-serif;
  	font-size: 0.9em;
  	padding: 5px;
  }
  div#content img {padding-left: 0px;}
  .head1 {
  	position: relative;
  	top: 0px;
  	font: 2.3em arial;
  }
  div#menu {
  	position: absolute;
  	top: 180px;
  	left: 0px;
  	width: 300px;
  	background-color: black;
  }
  div#menu img {  
  	float: left;
  	border: none;
  }
  .menu2 {
  	width: 250px;
  	height: 17px;
  	background-color: #54AEC4;
  	text-align: center;
  	font: 0.8em sans-serif;
  	color: white;
  	padding: 2px;
  	float: right;
  	margin-bottom: 20px;
  }     
  div#quote {
  	position: absolute;
  	width: 300px;
  	height: 40px;
  	top: 53px;
  	left: 50px;
  	background-color: black;
  	font: 0.7em sans-serif;
  	color: white;
  	text-align: right;
  }
