html {
 /* margin-bottom: 1px;*/
  overflow-y: scroll;
  height: 100%;     
}


body {
  font-size: 62.5%;   /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Helvetica, Sans-Serif; 
  background: #FFF url('../img/background.jpg') no-repeat;
  color:  #66635F; 
  margin: 0;
  padding: 0;
}



a, a:link, a:visited, a:hover {
  color: #9A8F89; 
  text-decoration: none; 
}

a:hover { color: #75726D; }

#wrap {
  width: 650px;
  margin: 0px 0 10px 100px;
}


#head { 
  position: relative;
  margin: 55px 0 0px 320px; 
  text-align: left;
  display: block;
 }


#subhead { 
/*  width: 400px; */
/*  background: white; */
  position: relative;
  margin: 50px 5px 0px 0px; 
  text-align: right;
  display: block;
}


.post{ 
/*  background: red; */
  width: 649px;
  height: 370px;
  margin: 30px 0 20px 1px; 
  display: block;

 }

.post img { 
  float: inherit;
  border: 2px solid black;
  /* margin: 0px 0 30px 0; */
 }


#postHeader{
  margin: 0 0 0 30%;
  width: 40%;
  line-height: 1.4em;
  display: block;
  font: bold;
 }

#postBody{ 
  margin: 10px 0 0 30%;
  text-align: left;
  width: 40%;
 }



#items {
  width: 650px;
  float: left;
  margin: 260px 0 84px 0;
  padding: 0;
  list-style: none;
  line-height: 1.4em;
  display: block;
}

#items li {
  display: block;
  float: left;
  width: 268px;
  margin: 0 18px 30px 0;
  padding: 0;
}

#items a.text {
  display: block;
  margin: 0 0 0 50px;
}

#items img.icon {
  float: left;
  margin: 0 8px 0 0;
}

#items img.head { margin: 0 0 4px 0; }

strong {
  display: inline;
  background-repeat: no-repeat;
  margin-bottom: 4px;
  height: 10px;
}


#foot {
  position: relative;
  background: url('../img/black/copyright.gif') no-repeat;
/*  background: #FFF url('../img/new_background.jpg') no-repeat; */
        
  display: block;
/*  margin: 40px 0 10px 0;  */
  margin-top: 0px;
  margin-left: 200px;
}


/*--------Top Navigation Items-------*/
#supernav {
/*  font: bold 9px/9px Verdana, Lucida Grande, Verdana, Arial, Helvetica, Sans-Serif; */
  position: relative;
  width: 500px;
  padding-left: 0px;
  margin-left: 65px;
/*  text-align: left; */
  display: block;
  margin-top: 80px;

  padding: 10px;  

  background: white;  
  border: 1px solid #CCC;
  border-left: 2px solid red; 
}

#supernav a img{ 
  border: none;
}

#supernav img {
  margin-left: 32px; 
}

/*
#supernav #selected a {
  color: #444; 
  background: #FFF;
}
*/

#supernav a {
/*  background: none; */
/*
  font-weight: normal;
  padding: 7px;
  text-decoration: none;

  border: 1px solid #CCC; 
*/
}

#supernav a:hover {
  background: none;
/*  border: 1px solid #CCC;  */
}

/*---------------------------------*/

