 body
 {
 margin: 0px;
 background-color: #c7bc93;
 background-image: url(images/swirls-brown.jpg);
 background-repeat:no-repeat;
 color: #312b2b;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
  /*--- Framework ---*/
 
 #container
 {
 width: 950px;
 height: auto;
 position: absolute;
 margin: 0px 0px 0px -475px;
 left: 50%;
 z-index: 0;
 }
 
 #White
 {
 width: 950px;
 height: auto;
 background-image:url(images/Back.png);
 position: relative;
 float: left;
 top: 0px;
 z-index:9;
 }
 
 #Content
 { 
 width: 700px;
 height: auto;
 position: relative;
 margin: 30px -10px 0px -10px;
 top: 0px;
 left: 60px;
 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;
 margin: 30px 5px;
 position: relative;
 background-color: #faebbc;
 border-top: 1px solid #e1cc89;
 border-bottom: 1px solid #e1cc89;
 z-index:10;
}

#Pullout {
	width: 200px;
	float:right;
	margin: 0;
	paddding: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left: 35px;
	padding-top: 0px;
	background: url(images/icon-pullout.gif) top left no-repeat;
	font-size: 20px;
	color: #333333;
}
 
  /*--- Headspace ---*/

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


  /*--- Footwell ---*/
 
 #FootImage
 {
 width: 950px;
 height: 80px;
 color:#FFFFFF;
 background-image:url(images/Footer.png);
 background-repeat:no-repeat;
 position:absolute;
 margin: 0px 0px 0px -475px;
 padding-top: 35px;
 left: 50%;
 z-index: 0;
 }
 
 
  /*--- Banners & Images ---*/
 
 #Banner120
 {
 width: 120px;
 height: 600px;
 position: absolute;
 margin: 0px 0px 0px 300px;
 left: 50%;

 z-index: 14;
 }
 
 #UpperBanner
 {
 width: 468px;
 height: 60px;
 position: relative;
 top: 10px;
 left: 150px;
 z-index: 15;
 }

 #LowerBanner
 {
 width: 468px;
 height: 60px;
 position: relative;
 left: 115px;
 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:50px 60px;font-size:10px;color:#FFFFFF;}
 
 #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;}

 .Focus {font-size:13px; font-weight:bold;}

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

#Menu {
	width: 650px;
	float: left;
	text-align: center;
	position: absolute;
 top: 220px;
 left: 270px;
 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: center;
   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;
}
