body{
background: #6b5a4c;
}

div#container{
width: 900px;
/*height: 600px;*/
background: #226872;
/*border: solid 1px red;*/
position: absolute;
left: 50%;
margin-left: -450px;
}

div#masthead{
background: #226872;
height: 120px;
}


h1{
color: white;
font-family: comic sans ms;
text-align: center;
padding-top: 1.5em;
font-size: 30pt;
}

h3{
color: #F8C653;
margin-left: 1em;
margin-right: 1em;
font-size: 14pt;
border-bottom: dotted 1px #F8C653;
}

div#top{
background: green;
}


div#navtop{
text-align: center;
color: white;
margin-bottom: 50px;
}

div#navtop_inside{
text-align: center;
color: white;
margin-bottom: 10px;
}

div#navtop a{
color: white;
text-decoration: none;
}

div#navtop_inside a{
color: white;
text-decoration: none;
}

div#contents p{
color: white;
margin: 1em;
font-family: georgia;
font-size: 10pt;
}

div#contents_main{
width: 900px;
height: 300px;
/*border: solid thin red;*/
}

div#left_main{
float: left;
width: 300px;
/*border: solid thin green;*/
}

div#right_main{
background: #f2fea1;
float: right;
width; 580px;
/*border: solid thin blue;*/
overflow: hidden;
margin-right: 1em;
/*border: dotted 1px #3d4313;*/
}

div#right_inside{
width: 280px;
margin-left: 10px;
overflow: hidden;
}






div#footer{
clear: both;
background: #63872f url(../img/fooerback_ark.gif);
background-repeat: no-repeat;
color: white;
font-size: 8ft;
text-align: center;
padding: 1ex 0;
}