html, body {
   margin : 0;
   padding : 0;
}

body {
   font-family : "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
   font-size : 12px;
   color : #a52a2a;
   background-color : #FF9F5D;
   width : 100%;
}

a:link {
   color : #494949;
   background : transparent;
}

a:visited {
   color : #666666;
}

a:hover {
   color : #a52a2a;
   text-decoration : underline;
  }

a:active {
   color : #484500;
}

p {
   line-height : 1.8em;
   margin : 1.2em 0.5em 1.2em 0.5em;
}

img {
   border : none;
}
     
#buttoncontainer {
   position : absolute;
   left : 0.2em;
   top : 5em;
   width : 14em;
   border-right : 2px solid #970000;
   border-bottom : 4px solid #970000;
   height : 22em;
} 
  
#button ul {
   margin : 0;
   padding : 0;
   list-style-type : none;
} 

#button li {
   width : 100px;
   margin-bottom : 1px;
   position : relative;
   left : 1em;
}

#button li a {
   background : transparent url(../Images/nav2.jpg) no-repeat 5px;
   color : #484500;
   width : 100%;
   text-decoration : none;
   display : block;
   padding : 1px 5px 1px 30px;
   border : 1px solid #333333;
  text-align : left;
}

#button li a:visited {
   color : #666666;
}

#button li a:hover {
   color : #007101; 
   background : transparent url(../Images/nav1.jpg) no-repeat 5px;
   position : relative;
   border-top : 1px solid #333333;
   border-right : 5px solid #333333;
   border-bottom : 1px solid #333333;
   border-left : 1px solid #333333;
   padding-right : 1px;

}  

li#here a:link, li#here a:visited, li#here a:hover {
   color : #007101;
   background : transparent url(../Images/nav1.jpg) no-repeat 5px;
   position : relative;
   border-top : 1px solid #333333;
   border-right : 5px solid #333333;
   border-bottom : 1px solid #333333;
   border-left : 1px solid #333333;
   padding-right : 1px;
} 

#header {
   position : relative;
   margin : 10px 100px 0px 210px;
   background : #A5BBBF;
   border-top : 1px solid #e4ffdd;
   border-right : 1px solid #34371c;
   border-bottom : 1px solid #34371c;
   border-left : 1px solid #e4ffdd;
   color : #2a3234;
}

#header p {
  
  font-size : 15px;
  padding : 2px ;
  color : #2a3234;
  text-align : center;
}

#container {
   position : relative;
   margin : 20px 100px 0px 210px;
   background : #A5BBBF;
   border-top : 1px solid #e4ffdd;
   border-right : 1px solid #34371c;
   border-bottom : 1px solid #34371c;
   border-left : 1px solid #e4ffdd;
   color : #2a3234;
}

#rightcontainer {
   position : absolute;
   top : 99px;
   right : 6px;
   width : 93px;
   height : 20em;
   background : #7fffd4;
   border-top : 1px solid #e4ffdd;
   border-right : 1px solid #34371c;
   border-bottom : 1px solid #34371c;
   color : #2a3234;
}

#footer {
   width : 80%;
   margin-left : auto;
   margin-right : auto;
   border : 1px solid #000000;
	font : italic 75% sans-serif;
   margin-top : 10px;
}

#footer p {
   margin : 0 0 1em 0;
}

#footer img {
   float : right;
   margin : 0 0 0.5em 2em;
}


