@charset "UTF-8";
/* CSS Document */

body {
color: #2F4691;
font-family:Geneva, Arial, Helvetica, sans-serif;
background: #798840;
text-align: center;
margin: 0;
}

#mainWrapper {
background: url(../images/v-repeater.gif) center repeat-y;
width: 996px;
min-height: 300px;
margin: auto;
padding: 0px;
}

#logo {
background: url(../images/logo.jpg) top left no-repeat;
width: 186px;
height: 160px;
float: left;
}

#header {
background: url(../images/header.jpg) top left no-repeat;
height: 160px;
width: 810px;
float: left;
}

#footer {
background: url(../images/footer.gif) center no-repeat;
width: 996px;
height: 24px;
margin: auto;
padding: 0px;
}

#menu {
width: 174px;
padding: 0px 2px 0px 10px;
float: left;
}

#content {
width: 790px;
padding: 10px;
text-align: left;
float: left;
font-size: 14px;
}

#mainWrapper:after {
content: ".";
visibility: hidden;
}

#menu a {
text-decoration: none;
font-size: 14px;
color: #6E3D0F;
display: block;
padding: 3px 5px 3px 5px;
text-align: left;
border-bottom: #2F4691 1px solid;
}

#menu .last {
border: none;
}

#menu a:hover {
color: #6E3D0F;
background: #A4B4CA;
}

h1 {
font-size: 22px;
margin-top: 5px;
}

h2 {
font-size: 16px;
margin-top: 5px;
}

.small {
font-size: 10px;
}

img {
border: 3px solid #2F4691;
text-align: center;
margin: auto;
margin: 5px;
}

a img:hover {
border: #6E3D0F 3px solid;
}

#content a {
text-decoration: none;
color: #6E3D0F;
}