 body
 {
 margin: 0px;
 background-color: #4d555b;
 color: #303030;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
  /*--- Framework ---*/
 
 #Container
 {
 width: 800px;
 height: auto;
 position: absolute;
 margin: 0px 0px 0px -425px;
 left: 50%;
 z-index: 0;
 }
 
 #White
 {
 width: 850px;
 height: auto;
 background-image: url(images/Back.gif);
 background-color:#ffffff;
 background-repeat: repeat-y;
 position: relative;
 margin-top:0px;
 padding-bottom: 20px;
 z-index:2;
 }
 
 #Content
 {
 width:630px;
 height:auto;
 position:relative;
 padding-top:20px;
 margin-left: 110px;
 z-index: 0;
 }
 
 #ReviewSpace
{
 width: 620px;
 margin: 30px 5px;
 position: relative;
 background-color: #e6eef3;
 border-top: 2px solid #96a7b0;
 border-bottom: 2px solid #96a7b0;
 z-index:10;
}

 #Skyscraper1
{
 width: 150px;
 position: absolute;
 background-color: #e6eef3;
 border-top: 2px solid #96a7b0;
 border-bottom: 2px solid #96a7b0;
 z-index:11;
 margin: 270px 0px 0px 370px;
 left: 50%;
}

 #Skyscraper2
{
 width: 150px;
 position: absolute;
 background-color: #e6eef3;
 border-top: 2px solid #96a7b0;
 border-bottom: 2px solid #96a7b0;
 z-index:11;
 margin: 240px 0px 0px 370px;
 left: 50%;
}
 
  /*--- Headspace ---*/

 #Header
 {
 width: 850px;
 height: 221px;
 background-image: url(images/Header.gif);
 position: relative;
 top: 0;
 left: 0;
 z-index:5;
 }


  /*--- Footwell ---*/
 
 #Footer
 {
 width: 850px;
 height: 48px;
 background-image:url(images/Footer.gif);
 background-repeat:no-repeat;
 position:relative;
 margin-top:-15px;
 top: 0px;
 z-index: 5;
 }
 
 #FooterText
 {
 width: 850px;
 height: 20px;
 color:#000000;
 font-size:12px;
 position:relative;
 top: 15px;
 }

  /*-- Images --*/
 
 img { border: none; }
 .left { float: left; padding: 10px; }
 .right { float: right; margin: 0 0 0 10px; padding: 10px; }
 .border { border:1px solid #000000; }
 .lowbanner {margin-left: -15px; padding:10px;}
 .tallbanner {padding:10px;}

  /*--- Fonts ---*/
 
 a:link { color: #008237; font-weight: bold;}
 a:visited { color: #008237; font-weight: bold;}
 a:hover { color: #00a044; font-weight: bold;}
 a:active {	color: #00a044;	font-weight: bold;}

 h1 {margin-top: 40px; margin-left: -10px; color:#008237;font-size:18px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
 h2 {margin-top: 30px; margin-left: -4px; color:#008237;font-size:16px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
 
 #ReviewSpace p { margin: 0;padding: 0;text-align: left;line-height: 15px; padding:10px;}
 #ReviewSpace h3 { margin: 0;padding: 0;text-align: left;line-height: 15px; padding:10px; color:#008237;}
 
 .title {color:#008237;font-size:14px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
 
 .focustext {font-size:13px;margin-left:20px;}
  
  
 /* MENU */

#Menu {
	width: 800px;
	text-align: center;
	position: relative;
    top: 5px;
    left: 100px;
    z-index:12;
}

#Menu ul {
	margin: 0;
	padding: 0;
	margin-left: 0px;
	list-style: none;
}
	
#Menu li {
	float: left;
}

#Menu li a {
	background-color: #a3afb5;
   display: block;
   height: 20px;
   width: auto;
   text-align: left;
   text-decoration:none;
   font-weight: bold;
   color: #000000;
   padding: 5px 25px 0px 25px;
}

#Menu li a:hover {
   color: #008237;
   font-weight: bold;
   text-decoration: none;

}