html{
  background:url('../images/bottom.jpg') repeat-x 100% 100% #f8f7f6;
}

body{
  font-family:'Georgia', serif;
  font-size:0.8em;
  background:url('../images/nav.gif') repeat-y;
}
img, a img{
  border:none;
}
a{
  text-decoration:underline;
  color:#900;
}
a:visited{
}
a:hover{
  text-decoration:none;
}
a:focus, a:active{
  outline:none;
}
fieldset{
  border:none;
}
.small{
  font-size:85%;
}
#head{
  background:url('../images/head.jpg') repeat-y 100% 0 #fff;
}
#head address{
  background:url('../images/phone.jpg') no-repeat 100% 0;
}
#logo{
  background:url('../images/logo.png') no-repeat;
}
#head address{
  font-style:normal;
  font-size:120%;
  color:#cbc9c5;
}
#top{
  font-style:italic;
  font-size:110%;
}
#top li{
  background:url('../images/top.gif') no-repeat 100% 50%;
}
#top li a{
  text-decoration:none;
  color:#000;
}
#main{
  background:url('../images/html.jpg') repeat-y 100% 0;
}
#search{  
  color:#7b7260;
}
#search input{
  border:1px solid #b9b3a7;
  background:url('../images/search.gif') repeat-x;
}
#search .but{
  border:none;
}
#search label{
  text-transform:uppercase;
  font-size:75%;
}
#content{
  background:url('../images/main.gif') repeat-x;
  color:#47321b;
}
#content h1{
  font-size:140%;
  color:#99928c;
}
#content h2{
  font-size:130%;
  color:#900;
}
#content h3{
  font-size:120%;
  color:#900;
}
#content h4{
  font-size:110%;
  color:#900;
}
#content h5{
  font-size:110%;
  color:#900;
}
#content form sup{
  color:#900;
}
#nav{
}
#nav ul{
  background:url('../images/nav_top.gif') no-repeat;
}
#nav ul ul{
  background:none;
}
#nav li{
  list-style:none;
}
#nav li.selected{
  background:url('../images/nav_1.gif') no-repeat 0 0.4em;
}
#nav li li.selected{
  background:url('../images/nav_2.gif') no-repeat 0 0.4em;
}
#nav a, #nav span{
  text-decoration:none;
  color:#fff;
}
#nav li li a, #nav li li span{
  font-size:85%;
  color:#000;
}
#nav a:hover{
  text-decoration:underline;
}
#cup{
  background:url('../images/cup.jpg') no-repeat 100% 100%;
}
#footer{
  background:url('../images/footer.gif') repeat-x;
  font-size:85%;
}
#footer p{
  color:#6f635d;
}
#footer address{
  font-style:normal;
}
#footer a{
  text-decoration:none;
  color:#8f817a;
}

#content .text{
  font-size:11px;
  line-height:140%;
}
#content .text h1{
  font-size:120%;
  text-align:left;
}
#content .text .zag{
  font-size:120%;
  color:#99928c;
  font-weight:bold;
  margin:1.7em 0 1em;
}

.maylinks {
  text-decoration:none !important;
  color:#47321b !important;
}