@charset "utf-8";
/* CSS Document */
/* Standard Elements */
body, html{
padding:0;
margin:0;
border: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #202817;
text-align: center;
background: #b8b99c;
}

img{
border: 0;
}

h2{
text-align: left;
font-size: 16px;
font-weight: bold;
}


/* Custom IDs */
#pagecontainer{
width: 780px;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
background: #cdbf99 url("images/pagebg.png") repeat-y;
text-align: center;
}

#header{
width: 780px;
background: #b8b99c;
margin: 0;
padding: 0;
}

#leftcolumn{
float: left;
width: 179px;
}

#mainmenu ul{
list-style: none;
padding: 0;
margin: 0;
}

#mainmenu li{
width: 180px;
height: 46px;
background: transparent url("images/off_button.gif") top left no-repeat;
line-height: 46px;
color: #0c1708;
}

#mainmenu li:hover{
background: transparent url("images/on_button.gif") top left no-repeat;
color: #ded7bc;
}

#mainmenu li a{
display: block;
width: 180px;
height: 46px;
font-weight: bolder;
text-decoration: none;
color: #0c1708;
font-size: 10px;
}

#mainmenu li a:hover{
color: #ded7bc;
}

#maincolumn{
width: 410px;
margin: 0 auto;
}

#pagetext{
margin-top: 10px;
width: 380px;
text-align:justify;
margin: 0 auto;
}

#pagetext img{
margin: 5px;
}

#pagetext a{
color: #202817;
}

#rightcolumn{
float: right;
width: 175px;
}

#photos{
width: 175px;
}

#divider{
clear: both;
height: 1px;
width: 780px;
}

#footer{
width: 780px;
height: 75px;
background: #202817;
border: solid #b8b99c;
border-width:  5px 0 0 0;
line-height: 75px;
color: #d8d1b6;
font-size: 10px;
}

#footer a{
color: #d8d1b6;
text-decoration: none;
font-size: 10px;
}

#footer a:hover{
color: #5d663a;
}

.clr{
clear: both;
}

.smaller_text{
font-size: 10px;	
}