*, html, body, td {
    font-family: "Albertus Medium", Baskerville, "Palatino Linotype" , sans-serif;
    font-size:12pt;
    color:#0033fe;
  }

body {
   background-image:url(/graphics/blueback.gif);
   background-repeat: repeat-x;
    background-color : #ffffff;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding : 0;
  }

/*-----menu------------*/

#menu {
    position:absolute;
    top:0px;
    left:0px;
    width:160px;
    height:100%;
    margin:0;
    padding: 0;
    background-color: #9c7147;
  }


ul.menu {
    margin: 180px auto;
    text-align: center;
    padding: 5px;
    list-style: none;
    font-weight: bolder;
    font-size: 12pt;
    clear:both;
  }
  
ul.menu li{
    margin: 15px 0;
}
  
ul.menu li a:link, ul.menu li a:visited {
  color: white;
  text-decoration: none;
}

ul.menu li a:link:hover, ul.menu li a:visited:hover {
  color: white;
  background-color: #9c7147;
  text-decoration: none;
}


/*-----header----------*/

img.logo {
 padding: 10px 0px 50px 10px;
}

#container {
    position:absolute;
    top:0px;
    left:161px;
    height:140px;
    width:700px;
    margin:0 0 ;
    padding:20px;
    text-align:left;
  }

/*-----links -------*/
:link, :visited {
color: black;
text-decoration: underline;
}


:link:hover, :visited:hover {
color: #ebe9e8;
text-decoration: none;
background-color: #9c7147;
}
