/* CSS Document */
* {
  margin: 0;
  padding: 0;
  }
  
body {
  background: #405d00; /*#9AA289*/;
  }
  
#page {
  width: 800px;
  min-height: 600px;
  background: #FFFFFF;
  margin-top: 5%;
  margin-left: auto; 
  margin-right: auto;
}

#header {
  position: relative;
  margin: 0;
  padding: 0;
  height: 120px;
  width: 800px;
  }

#logo {
  background-image: url(images/Logo.gif);
  position: relative;
  top: 10px;
  /*padding-top: 40px;*/
  margin-left: 20px;
  width: 200px;
  height: 96px;
  line-height: 1em;
  font-size:32px;
  color: #FFFFFF;
  /*color: #688754;*/
  font-family: Papyrus;
}

#menu {
  position: absolute;
  font-family :"Trebuchet MS";
  top: 90px;
  left: auto;
  right: 20px;
  margin-right: 20px;
  }
  
#menu ul{
  left: auto;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  /*display: inline;*/
}

#menu li {
  float: right;
  padding-left: 20px;
  }
  
#menu a {
  text-decoration: none;
  font-family: "Trebuchet MS";
  font-size:18px;
  
  color: #D1D1B6;
  }

#menu a:hover {
  color: #9f8754;
  }
  
#menu a.sel {
  color: #688754;
}

#content-block{
  background: #000000;
  min-height:400px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0;
  margin-right: 0;  
  }

#content {
  font-family: "Trebuchet MS";
  height: 450px;
  font-size:14px;
  position: relative;
  color: #D1D1B6;
  margin-top: 0px;
  top: 40px;
  bottom: 40px;
  margin-left: 70px;
  margin-right: 70px;
 }
 
#footer {
  height: 30px;
}

#footercontents {
  text-align: center;
  font-size: 7pt;
  padding-top: 0.5em;
  
  margin-bottom: 0.5em;
  bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

#footer a {
  text-decoration: none;
  }
  
/*------ Profile */

#images {
  margin-top: 50px;
}

/*------ Services */

#cols{
margin-top: 20px;
float: left;
width: 100%;
}

#cols ul {
padding-top: 1em;
padding-left: 10px;
list-style-type: disc;
}

#cols li {
list-style-position: outside;
margin-left: 30px;
}

#col1,#col2,#col3 {
float: left;
width: 200px;
}

/*------ Contact */

#contact {
  font-family: "Trebuchet MS";
  font-size:16px;
  text-align: center;
  }  

