body{
background: #E6DA73;
margin: 0;
font-family: verdana;
font-size: 9pt;
color: #3e3b25;
}

div#container{
width: 800px;
height: 600px;
background: #E6E3CF;
border: dotted 1px #BFB130;
/*these three lines create the centering*/
position: absolute;
left: 50%;
margin-left: -400px;
/*end of three lines for centering*/
}

div#masthead{
border-bottom: solid 10px #807940;
}

div#navigation{
text-align: center;
}

div#maincontents{
/*border: solid thin red;*/
margin-top: 10px;
}

div#left{
/*border: solid thin green;*/
width: 500px;
height: 400px;
margin-left: 15px;
}

div#right{
background:  url(../images/background2.gif);
background-repeat: no-repeat;
background-position: bottom right;
text-align: center;
color: #e6e3cf;
width: 230px;
height: 380px;
position: absolute;
left: 530px;
top: 182px;
padding: 1em;
}

a{
text-decoration: none;
color: #807940;
}

a.toplink{
font-size: 10pt;
padding: 0 1em;
border-right: dotted 1px #807940;
}

a.toplink_last{
font-size: 10pt;
padding: 0 1em;
border-right: 0;
}

/*h's below*/

h1{
margin-left: 17px;
font-size: 14pt;
color: #bfb130;
font-variant: small-caps;
}

h2{
font-size: 11pt;
color: #807940;
margin-bottom: -1.1em;
}











