/* ---[ general ]--- */

body, html {
   margin: 0;
   padding: 0;
   color: #000;
   font-family: Verdana, Arial, Helvetica, Sans;
   font-size: 0.9em;
   font-style: normal;
}

body {
   background: #859f5b;
}

/* ---[ layout ]--- */

#wrap {
   margin: 10px auto;
   max-width: 1000px;
   min-width: 700px;
   background: #fff;
}

#content {
   float: left;
   width: 70%;
   margin-right: 1%;
   padding: 0 1%;
}

#sidebar {
   float: right;
   width: 25%;
}

/* ---[ headers ]--- */

h1,h2,h3,h4,h5,h6 {
   margin: 0;
   font-weight: bold;
}

h1 {
   font-size: 190%;
   color: #777;
}

h2 {
   font-size: 170%;
   color: #999;
}

h3 {
   font-size: 150%;
   color: #777;
}

/* ---[ contact ]--- */

#contact {
   font-size: 110%;
   padding: 2px;
   color: #333;
   text-align: center;
   background: #859f5b;
   border-top:    2px solid #000;
   border-bottom: 2px solid #000;
}

#contact a:link, #contact a:visited, #contact a:active, #contact a:hover {
   text-decoration: none;
   color: #333;
}

#contact a:hover {
   text-decoration: none;
   background: #fff;
   color: #000;
}

/* ---[ header ]--- */

#header {
   background: #fff;
   padding: 2px 20px;
   border-top: 2px solid #000;
}

/* ---[ footer ]--- */

#footer {
   margin-top: 10px;
   padding: 5px;
   background: #859f5b;
   text-align: center;
   border-top: 2px solid #000;
}

#footer p {
   margin: 2px;
   font-size: 90%;
}

#footer {
   clear:both;
}

* html #footer {
   height: 1px;
}

/* ---[ misc ]--- */

#sidebar img {
   border: 1px solid #333;
   margin: 5px 15px;
   float: right;
}

.hilite {
   background: yellow;
}
