 body
 {
 margin: 0px;
 background-color: #000000;
 background-image:url(images/back.jpg);
 background-position:top;
 background-repeat:no-repeat;
 color: #3d3d3d;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 }
 
  /*--- Framework ---*/
 
 #Container
 {
 width: 800px;
 height: auto;
 position: absolute;
 margin: 0px 0px 0px -400px;
 left: 50%;
 z-index: 0;
 }
 
 #White
 {
 width: 800px;
 height: 100%;
 background-image: url(images/box.png);
 background-position:center;
 background-repeat: repeat-y;
 position: relative;
 margin-top:-20px;
 z-index:2;
 }
 
 #Content
 {
 width:630px;
 height:auto;
 position: relative;
 padding-top:00px;
 padding-left:88px;
 }
 
  /*--- Headspace ---*/

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


  /*--- Footwell ---*/
 
 #Footer
 {
 width: 800px;
 height: 126px;
 color:#FFFFFF;
 background-image:url(images/footer.jpg);
 background-repeat:no-repeat;
 position:relative;
 margin-top:-12px;
 top: 0px;
 z-index: 0;
 }

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


  /*--- Fonts ---*/
 
 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;}

#rssArea {width:600px;padding:0;margin:0;background:#D3D3D3;}
.rssItem {width:590px;height:auto;margin:0 5px 5px 5px;}
.rssItemTitle {background:#D3D3D3;color:#333;font-weight:bold;padding:3px;}
.rssItemDesc {background:#fff;color:#333;padding:3px;}

 