body {
background: #079add url(/images/golden_wheat_field_3.jpg) no-repeat;
background-size: 100% 100%;
font-family: verdana;
font-size: 10px;
}

div#maincontainer {
width: 970px;
margin: 0 auto;
background: #ffffff;
border: #000000 3px solid;
}

div#header {
width: 970px;
height: 120px;
background: #ffffff url(&quot;/images/sitebanner_12_12_short.jpg&quot;) no-repeat;
border-bottom: #000000 1px solid;
padding: 0px;
}

div#menu {
width: 970px;
height: 23px;
margin-left: 4px;
padding:0px 0px 25px 0px;
}

div#contentcontainer {
width: 970px;
}

div#sidebar {
width: 100px;
border-right: #000000 1px dashed;
float: left;
padding: 5px;
text-align: justify;
}

div#content {
width: 820px;
border: none;
float: right;
padding: 5px;
text-align: justify;
}

div#footer {
width: auto;
height: 70px;
border-top: #000000 1px solid;
background: #c2c2c2;
padding: 1px 5px 5px 5px;
text-align: center;
clear: both;
}