 body
 {
 margin: 0px;
 background-color: #e7dfba;
 color: #312b2b;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
  /*--- Framework ---*/
 
 #container
 {
 width: 850px;
 height: auto;
 background-color: #b59d7b;
 background-image:url(images/back.gif);
 position: absolute;
 margin: 0px 0px 0px -425px;
 left: 50%;
 z-index: 0;
 }
 
 #White
 {
 width: 674px;
 height: auto;
 position: relative;
 float: left;
 top: 0px;
 left: 30px;
 z-index:9;
 }
 
 #Content
 { 
 width: 640px;
 height: auto;
 position: relative;
 margin: 30px -50px 0px -10px;
 top: 0px;
 left: 30px;
 z-index:9;
 }
    
 #Quotes
 {
 float:right;
 margin: 0;
 padding: 0;
 margin-left: 15px;
 margin-bottom: 0px;
 padding-top: 0px;
 background-color: #faebbc;
 border-top: 1px solid #e1cc89;
 border-bottom: 1px solid #e1cc89;
 }

#ReviewSpace
{
 width: 620px;
 height:240px;
 margin: 30px 5px;
 position: relative;
 background-color: #faebbc;
 border-top: 1px solid #e1cc89;
 border-bottom: 1px solid #e1cc89;
 z-index:10;
}
 
  /*--- Headspace ---*/

 #Header
 {
 width: 748px;
 height: 199px;
 background-image: url(images/Header.png);
 position: relative;
 top: 0;
 left: 0;
 z-index:5;
 }
 
 #Logo
 {
 width: 583px;
 height: 246px;
 background-image: url(images/MonkeyLogo.png);
 position: relative;
 top: 0;
 left: -70px;
 z-index:11;
 }

 
  /*--- Footwell ---*/
 
 #FootImage
 {
 width: 850px;
 height: 187px;
 background-color: #b59d7b;
 background-image:url(images/BottomGreen.jpg);
 position:absolute;
 margin: 0px 0px 0px -425px;
 left: 50%;
 z-index: 0;
 }
 
 
  /*--- Banners & Images ---*/
 
 #Banner120
 {
 width: 120px;
 height: 600px;
 position: absolute;
 margin: 0px 0px 0px 290px;
 left: 50%;
 top: 280px;
 z-index: 14;
 }
 
 #UpperBanner
 {
 width: 468px;
 height: 60px;
 position: relative;
 top: 10px;
 left: 150px;
 z-index: 15;
 }

 #LowerBanner
 {
 width: 468px;
 height: 60px;
 position: relative;
 top: 20px;
 left: 150px;
 z-index:15;
 }
 
 img { border: none; }
 .left { float: left; padding: 10px; }
 .right { float: right; margin: 0 0 0 10px; padding: 10px; }
 .border { border:1px solid #000000; }


  /*--- Fonts ---*/
 
 #Content p { margin: 0;padding: 0;margin-top: 1.5em;line-height: 20px;}
 #Content h2 { margin: 0 0 .5em 0; }
 #Content h2 { margin: 0 0 .3em 0; }
 
 #LowerBanner p {margin:10px 60px 50px 60px;font-size:10px;color:#000;}
 
 #ReviewSpace p { margin:0;text-align: left;line-height: 15px; padding:10px;}
 #ReviewSpace h3 { margin:0;text-align: left;line-height: 15px; padding:10px;}

 a:link { color: #870623; font-weight: bold;text-decoration: none;}
 a:visited { color: #870623; font-weight: bold; text-decoration: none;}
 a:hover { color: #870623; font-weight: bold; text-decoration: underline;}
 a:active {	color: #870623;	font-weight: bold; text-decoration: none;}
 
 
 /* MENU */

/* #Menu
 {
 width: 560px;
 height: 25px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
 position: relative;
 top: -92px;
 left: 150px;
 z-index:12;
 }*/

#Menu {
	width: 560px;
	float: left;
	text-align: center;
	position: absolute;
 top: 167px;
 left: 150px;
 z-index:12;
}

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

#Menu li a {
   display: block;
   height: 20px;
   text-align: left;
   font-weight: bold;
   color: #FFF;
   padding: 6px 0;
   padding-left: 10px;
   padding-right: 20px;
}

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