/********** HTML ***************/
BODY {
  background: #330000;
  color: #ffffff;
  margin:0 auto;
}

/********** LINKS *********/

a {
color: #ffffff;
text-decoration: none;

}

a:hover {
color: #ffffff;
text-decoration:underline;

}
/*** HACK TO GET FLOATS TO STRETCH 100% HEIGHT ***/
html,body {
/* \*/
height:100%;
min-height: 100%;
/* Last height declaration hidden from Mac IE 5.x */
} 
/*** END HACK ***/

/********** here are the containing divs *****************/
#outer {
 width:750px;
 margin:auto;
 margin-top:0px;
 z-index:1;
}

#hdr {
 width:744px;
 height:164px;
 background:#666666;
 background-image:url(images/header_home06.jpg);
 background-repeat:no-repeat;
 text-align:right;
 }
 #mainHome {
 width:744px;
 height:950px;
 background:#666666;
 background-image:url(images/main_home.jpg);
 background-repeat:no-repeat;
 margin-top:0px;
 margin-left:0px;
 padding-top:0px;
 cleaer:both;
 }
 
  #mainInterior {
 width:744px;
 height:950px;
 background:#666666;
 background-image:url(images/main_interior.jpg);
 background-repeat:no-repeat;
 margin-top:0px;
 margin-left:0px;
 padding-top:0px;
 cleaer:both;
 }
 
 #nav {
 width:744px;
 height:39px;
 background-image:url(images/navbar.jpg);
 background-repeat:no-repeat;
 color: #ffffff;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 margin-bottom:0px;
}
 #footer {
 width:744px;
 height:76px;
 background-image:url(images/footer.jpg);
 background-repeat:no-repeat;
 width:750px;
 margin:auto;
 margin-top:0px;
 z-index:1;
}
 #footerText {
 color: #ffffff;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 padding-top:20px;
 padding-left:220px;
 line-height:1.5;
 }
 #homeTextContainer {
 padding-right:100px;
}
 #homeText {
 color: #ffffff;
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 margin-top:0px;
 margin-left:0px;
 padding-top:10px;
 padding-left:100px;
 line-height:2.0;

}
#navText {
padding-left:110px;
padding-top:12px;
}

#date {
font : normal 10px Verdana;
color:#993333;
padding-top:100px;
padding-right:46px;
}

 #center {
 margin-top:0px;
  width:802px;
  height:211px;
  background:#666666;
  background-image:url(images/center.jpg);
 background-repeat:no-repeat;
}
  #bottom {
 margin-top:0px;
 width:802px;
 height:222px;
 background:#666666;
 background-image:url(images/bottom.jpg);
 background-repeat:no-repeat;
}

/************* left nav div info  **********************/
#leftNav {
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
margin-top:-410px;
margin-left:60px;
line-height: 2.0;
}



/**************  featured web sites div info *********************/
#featured {
width:300px;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
margin-top:160px;
margin-left:60px;
line-height: 1.0;
padding-left:10px;
padding-right:10px;
}
 
