 body
 {
 margin: 0px;
 background-color: #000000;
 background-image:url(images/bg1.png);
 color: #303030;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
  /*--- Framework ---*/
 
 #Container
 {
 width: 800px;
 height: auto;
 position: absolute;
 margin: 0px 0px 0px -450px;
 left: 50%;
 z-index: 0;
 }
 
 #White
 {
 width: 800px;
 height: auto;
 background-color:#ffffff;
 background-repeat: repeat-y;
 position: relative;
 margin-top:0px;
 padding-bottom: 20px;
 z-index:2;
 }
 
 #Content
 {
 width:550px;
 height:auto;
 position:relative;
 padding-top:20px;
 padding-left:210px;
 z-index: 0;
 }
 
  /*--- Headspace ---*/

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


  /*--- Footwell ---*/
 
 #Footer
 {
 width: 800px;
 height: 50px;
 background-image:url(images/Footer.gif);
 background-repeat:no-repeat;
 position:relative;
 margin-top:-15px;
 top: 0px;
 z-index: 5;
 }
 
 #FooterText
 {
 width: 500px;
 height: 20px;
 color:#FFFFFF;
 font-size:12px;
 position:relative;
 left: 160px;
 top: 15px;
 }
 
 #FooterText a {color:#FFFFFF;}

  /*-- 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;}
 .LeftBanner {margin-left:-30px;}


  /*--- Fonts ---*/
 
 a:link { color: #ac0534; font-weight: bold;}
 a:visited { color: #ac0534; font-weight: bold;}
 a:hover { color: #d2164b; font-weight: bold;}
 a:active {	color: #d2164b;	font-weight: bold;}

 h1 {margin-left: -10px; color:#ac0534;font-size:18px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
 h2 {margin-left: -10px; color:#ac0534;font-size:16px;font-family:Verdana, Arial, Helvetica, sans-serif;font-weight:bold;}
 
 .title {color:#ac0534;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: 190px;
    z-index:12;
}

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

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

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

}
 
 
 /* Extended Menu */
 
#Menu2 {
	width: 200px;
	float: left;
	text-align: left;
	position: absolute;
    top: 70px;
    left: 15px;
    z-index:12;
}

.MenuHeader {
	background-image: url(images/MenuHeader.gif);
	font-size:14px;
	font-weight: bold;
	color:#FFFFFF;
}

.MenuHeader a {
	text-decoration: none;
	color:#FFFFFF;
}