body {
background: #133112;
margin: 0 auto;
font: 11px helvetica, verdana, arial, san-serif;
}
h1, h2, h3, h4, h5, h6 {
color: #133112;
}

/*specific divs*/
#container {
margin: 0 auto;
width: 755px;
min-height: 1000px;
background: #F1FBF1;
}

#left {
background: url(../images/leftleaf2.jpg) no-repeat left top;
width: 100%;
min-height: 900px;
border-left: solid 1px #F1FBF1;
}

#right {
background: url(../images/rightleaf2.jpg) no-repeat right top;
width: 100%;
min-height: 900px;
border-right: solid 1px #F1FBF1;
}

#title {
background: url(../images/ovg_title_outlined.gif) no-repeat center;
padding-top: 10px;
height: 140px;
}

#nav {
margin-left: 100px;
margin-right: 100px;
padding-top: 4px;
padding-bottom: 4px;
border-top: 1px solid #133112;
border-bottom: 1px solid #133112;
}

#nav a {
font: 11px helvetica, verdana, arial, san-serif;
color: #308634;
padding-left: 12px;

}

#nav a:hover {
color: #133112;
}

a.uppercase {
text-transform: uppercase;
text-decoration: none;
}

#content {
margin-left: 100px;
margin-right: 100px;
}
#content td {
font: 11px helvetica, verdana, arial, san-serif;
color: #308634;

}
#content p {
padding-left: 12px;
padding-right: 15px;
font: 14px/18px times, serif;
color: #308634;
}

#content ul {
padding-left: 45px;
}

ul.square {
list-style-type: square;
}

#content li {
font: 14px/18px times, serif;
color: #308634;
}

#footer {
text-align: center;
padding-top: 20px;
margin-bottom: none;
}

#footer a {
font: 12/17px times, serif;
color: #308634;
text-decoration: none;
padding-left: 15px;
padding-right: 15px;
}

#footer a:hover {
color: #133112;
}

#footer p {
font: 12px times, serif;
color: #308634;
padding-bottom: 15px;
}