body{
background: #F1D6B8;
margin: 0;
font-family: verdana;
font-size: 10pt;
color: brown;
}



div#container{
width: 900px;
/*height: 600px;*/
background: #F6F0EB;
position: absolute;
left: 50%;
margin-left: -450px;
}

div#masthead{
height: 200px;
background: #462D19;
border-top: solid 15px brown;
border-bottom: solid 1px brown;
}


/*h styles below*/

h1{
font-family: courier new;
text-align: center;
padding-top: 40px;
color: #f6f0eb;
font-size: 30pt;
}

div#navtop{
text-align: center;
clear: both;

}

div#navtop a{
text-decoration: none;
font-size: 11pt;
font-family: courier new;
color: brown;
padding: 1em 1.3em;
margin-bottom: 1em;
margin-top: 1em;
}


div#contents{
height: 500px;
}

div#left{
float: left;
width: 250px;
height: 300px;
background: #EBC77B;
text-align: center;
}

img.leftimg{
margin-top: 30px;
border: solid 1px #3C3020;
}

div#right{
float: right;
border: solid 1px green;
height: 300px;
width: 630px;
}


div#right_contact{
float: right;
border: solid 1px green;
height: 500px;
width: 630px;
}

div#right1{
float: left;
background: gray;
width: 200px;
border: solid thin orange;
}

div#right2{
width: 410px;
float: right;
border: solid thin purple;
}

div#footer{
background: brown;
color: white;
text-align: center;
padding: 1ex 0;
}




