body{
background: #8D8066;
margin: 0;
font-family: verdana, helvetica, sans-serif;
font-size: 10pt;
}

#container{
width: 1000px;
/*height: 600px;*/
background: white;
position: absolute;
left: 50%;
margin-left: -500px;
}

#toplinks{
text-align: right;
font-size: smaller;
color: #604206;
padding: 1ex 2em 1ex 0;
}

#masthead{}

#mainlinks{
border-bottom: solid 2px #604206;
border-top: solid 1px #282622;
text-align: center;
padding: 1em 0;
background: #AB9E83;
}

/*all a links below */

a{
text-decoration: none;
}

#toplinks a{
color: #604206;
}

#toplinks a:hover{
color: #382704;
}

#mainlinks a{
color: #604206;
background: #FFE9BC;
border: solid 1px #8D8066;
padding: 1ex 2em;
margin: 1ex 1em;
}

#mainlinks a:hover{
color: #FFE9BC;
background: #604206;
border: solid 1px #8D8066;
padding: 1ex 2em;
margin: 1ex 1em;
}

#left{
float: left;
width: 240px;
/*height: 400px;*/
margin-left: 20px;
border: solid 1px brown;
}

#right{
float: right;
width: 725px;
height: 400px;
border: solid 1px red;
}

#center{
float: left;
text-align: center;
padding-top: 40px;
width: 450px;
height: 400px;
border: solid 1px green;
}

#center-form{
float: left;
text-align: left;
padding-top: 40px;
width: 450px;
height: 400px;
border: solid 1px green;
}

#center-form p{
font-size: 10pt;
color: #0ec;
margin-left: 20px;
}

#sidebar{
float: right;
width: 260px;
height: 400px;
border: solid 1px orange;
}

#bottomlinks{
clear: left;
height: 40px;
background: #FFE9BC;
text-align: center;
border-top: dotted 1px #8d8066;
}

#footer{
clear: left;
background: #604206;
color: #FFE9BC;
font-size: smaller;
text-align: center;
padding: 1em 0;
}










