body {
background-color: #999;
font-family: verdana, sans-serif;
}
#wrap {
margin: auto;
width: 710px;
border: solid 1px gray;
background-color: #CCC;
}
#header {
background-image:url(logo.jpg);
margin: 0px;
text-align: left;
height: 100px;
border-bottom: 1px solid #666;
}
h1, h4 {
font-variant: small-caps;
margin-left: 20px;
/*color: #C60;*/
}
h1 {
margin-top: -32px;
}

h4 {
margin-top: 30px;
}

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

#left {
display: block;
float: left;
display: inline;
width: 180px;
height: 100%;
margin: 10px;
background-color: #F90;
border: 1px solid #666;
/*border-right: 1px solid #666;
border-bottom: 1px solid #666;*/
}

ul#navlist {
width: 180px;
padding: 0px;
margin: 0px;
font-weight: bold;
}

ul#navlist li {
list-style: none;
border-bottom: 1px solid #666;
}

ul#navlist li a {
display: block;
width: 144px;
padding: 4px 8px 4px 8px;
border-left: 20px solid #710;
background: #F90;
text-decoration: none;
text-align: left;
}

ul#navlist li a:link {
color: #710;
}
ul#navlist li a:visited {
color: #710;
}

ul#navlist li a:hover
{
border-color: #F90;
color: #F90;
background: #710;
}

.news {
color: #710;
margin: 5px;
}


#content {
display: block;
float: right;
display: inline;
margin-right: 25px;
margin-top: 10px;
text-align: justify;
width: 470px;
color: #000;
}
#footer {
clear: both;
text-align: center;
font-size: small;
padding: 1px;
background-color: #666;
color: #CCC;
}
