
#vdividermenu ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
float: left;
font: bold 100% Tohoma;
width: 100%;
border: 1px solid #625e00;
background-color: #FFFFED;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: black;
padding: 2px 12px;
text-decoration: none;
background: transparent url(media/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: black;
background-color: #F7EC8A;
}

#topl{
float:left;
}

#topr{
float:right;
padding: 2px 10px;
}

#footer{
text-align:right;
font-size:75%;
}

#new{
font-size:75%;
color:red;
font-weight:bold;
}

#bl{
font-size:125%;
color:red;
font-weight:bold;
}


body {
background-color:#F2FFF0;
}

dt{
font-weight:bold;
font-size:125%;
}

dd{
  margin-left: 0px;
}

li{
margin-bottom:5px;
}

img {
  max-width: 100%;
  height: atuo;
}
img {
  width: 300px;
  max-width: 100%;
}