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

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

 
 a:link {
   color : #909ea0;
   background : transparent;
   text-decoration : none;
}

a:visited {
   color : #5c1919;
   text-decoration : none;
}

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

a:active {
   color : #484500;
   text-decoration : none;
}

img {
   border : none;
}

#navcontainer {
   width : 115px;
   margin-left : -4px;
   margin-top : -4px;
   text-align : center;
   padding : 10px;
   background : #C0CBAD;
   border-top : 1px solid #e4ffdd;
   border-right : 1px solid #990000;
   border-bottom : 1px solid #990000;
   border-left : 1px solid #e4ffdd;
}

#button ul {
   margin : 0;
   padding : 0;
   list-style-type : none;
}
 
#button li {
   text-align : center;
   margin-bottom : 1px;
   width : 100px;
}

#button li a {
   padding : 1px 5px 1px 5px;
   text-align : left;
   text-decoration : none;
   display : block;
   width : 100%;
   color : #224059;
   border-top : 1px solid #eaedf4;
   border-left : 1px solid #eaedf4;
   border-bottom : 1px solid #224059;
   border-right : 1px solid #224059;
   background : #99aabf;
}

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

#button li a:hover {
   border-top : 1px #31557f solid;
   border-left : 1px #31557f solid;
   border-bottom : 1px #f8f9fb solid;
   border-right : 1px #f8f9fb solid;
   text-decoration : none;
   background : #b8d0e6;
}
  
li#here a:link, li#here a:visited, li#here a:hover {
   color : #007101;
   border-top : 1px #31557f solid;
   border-left : 1px #31557f solid;
   border-bottom : 1px #f8f9fb solid;
   border-right : 1px #f8f9fb solid;
   text-decoration : none;
   background : #b8d0e6;
}
 
#wrapper {
   margin : 10px 100px 0px 100px;
   border : 4px double #72bc6b;
}

#content {
   margin : 20px;
   border : 4px double #A7D5A2;
   position : relative; /* IE6 bug */
   background : #ffffff;
}

#content p {
   margin : 20px;
}

#right {
   margin-top : -130px;
   float : right;
   position : relative;
   margin-right : 4%;
   width : 50%;
   padding : 5px 5px 5px 50px;
}

#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;
}




