body
 {
 margin: 0px;
 background-color: #1a1a1a;
 color: #303030;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 background-image: url(images/Back.jpg);
 background-attachment:fixed;
 background-position:bottom right;
 background-repeat:no-repeat;
 }
 
  /*--- Framework ---*/
 

 #White
 {
 width: 800px;
 height: auto;
 background-color: #ffffff;
 background-repeat: repeat-y;
 position: absolute;
 margin: 0px 0px 0px -400px;
 left: 50%;
 height: auto;
 margin-top:0px;
 padding-bottom: 0px;
 z-index:2;
 }
 
 #Content
 {
 width:750px;
 height:auto;
 position:relative;
 margin-top: -10px;
 margin-left: 35px;
 z-index: 0;
 }
 
 #ReviewSpace
{
 margin: 0px 10px 15px 0px;
 position: relative;
 background-color: #e6eef3;
 border-top: 2px solid #96a7b0;
 border-bottom: 2px solid #96a7b0;
 padding: 10px;
 z-index:10;
}

 #NewContent
{
 width: 600px;
 float: left;
 position: relative;
 z-index:5;
 margin: 0px 0px 0px 0px;
}
 
  /*--- Headspace ---*/

 #Header
 {
 width: 800px;
 height: 148px;
 background-image: url(images/header_01.jpg);
 position: relative;
 top: 0px;
 left: 0px;
 z-index:5;
 }


  /*--- Footwell ---*/
 
 #Footer
 {
 width: 800px;
 height: 45px;
 background-image:url(images/header_03.gif);
 position:relative;
 margin-top: 20px;
 margin-left: 0px;
 top: 0px;
 z-index: 5;
 }
 
 #FooterText
 {
 width: 800px;
 height: 20px;
 color: #ffffff;
 font-size:10px;
 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; }
 .gallery {padding-left:5px; padding-right:5px;}

  /*--- Fonts ---*/
 
 a:link { color: #0175b9; font-weight: bold;}
 a:visited { color: #0175b9; font-weight: bold;}
 a:hover { color: #028cdd; font-weight: bold;}
 a:active {	color: #028cdd;	font-weight: bold;}

 h1 {margin-top: 40px; margin-left: -10px; color:#0175b9;font-size:18px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
 h2 {margin-top: 30px; margin-left: -4px; color:#0175b9;font-size:16px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
 h3 {color: #0175b9;}
 
 #ReviewSpace p { line-height: 15px;}
 #ReviewSpace h3 { line-height: 15px; color:#0175b9;}
 
 .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: auto;
	text-align: center;
	position: relative;
    top: -25px;
    left: 45px;
    z-index:12;
}

#Menu ul {
	margin: 0;
	padding: 0;
	margin-left: 30px;
	list-style: none;
}
	
#Menu li {
	float: left;
}

#Menu li a {
   display: block;
   height: 20px;
   width: auto;
   text-align: center;
   text-decoration:none;
   font-weight: bold;
   color: #ffffff;
   padding: 5px 10px 0px 10px;
}

#Menu li a:hover {
   color: #028cdd;
   background-color: #e6eef3;
   font-weight: bold;
   text-decoration: none;

}


#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 10;
	}

