body {
font-size: 12px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color: #544c44;
line-height: 20px;
background: #818181;
}

img {
border: none;
}

a {
color: #923922;
}

h2 {
color: #923922;
font-size: 18px;
padding: 4px;
}

.image {
padding: 2px;
text-align: center;
}


#container {
width: 988px;
margin: 0 auto;
padding: 20px;
background: #fff;
}

#header {
height: 100px;
margin-top: 20px;
border-bottom: 1px dotted #000;
}

.logo {
margin-top: 7px;
}

#left {
float: left;
width: 170px;
}

#right {
float: right;
width: 160px;
margin-left: 12px;
}

.strong {
font-weight: bolder;
font-size: 17px;
}

#middle {
float: right;
width: 610px;
padding-right: 20px;
}

#nav {
}

#nav ul {
margin: 0;
padding: 0;
list-style-type:none;
}

#nav li {
padding: 4px;
font-size: 14px;
border-bottom: 1px solid #e1e1e1;
}

#nav li a {
display: block;
text-decoration:none;
color: #923922;
padding: 4px 20px;
background: url(images/off.gif) 0 10px no-repeat;
}

#nav li a:hover {
background: #93b283 url(images/on1.gif) 0 10px no-repeat;
color: #fff;
}

#nav li.active a {
background: #923922 url(images/on.gif) 0 10px no-repeat;
color: #fff;
}

#footer {
border-top: 1px dotted #000;
padding-top: 20px;

}