
html 
{
	background: url(../images/templatemo_html_bg.jpg) repeat;
}

body 
{
	margin: 0;
	padding:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #b48842;
	background: url(../images/templatemo_body_bg.jpg) repeat-x  center top;
	width: 100%;
	display: table;
}

a:link, a:visited { color: #c89d59; text-decoration: none; } 

a:active, a:hover { color: #FFFF00; text-decoration: none }


h1 
{
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	color: #c89d59;
	background-position: left;
	padding-top: 20px;
}

h2 
{
	margin-top: 40px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #c89d59;
}

#container 
{
	width: 806px;
	margin: auto;
}

.topmenu
{
	margin: auto;
	width: 700px;
}

.topmenu ul 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.topmenu li
{
	display: inline;
}

.topmenu li a
{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #beb052;
	width: 103px;
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 14px;
}

.topmenu li a:hover, .topmenu li .current
{
	color: #beb052;
	background: url(../images/templatemo_button_hover.jpg) no-repeat;
}

#topsection 
{
	float: left;
	margin-top: 30px;
	width: 806px;
	height: 48px;
	color: #c1b25d;
	font-size: 35px;
	font-weight: bold;
	padding-top: 50px;
	line-height: 1.6em;
	text-align: center;
	background: url(../images/templatemo_title_bg.jpg) no-repeat;
}

#headersection 
{
	float: left;
	width: 806px;
	height: 290px;
	background: url(../images/templatemo_header_photo.jpg) no-repeat;
}

#headersection a:active, a:hover
{
    color: #FFFFFF; text-decoration: none 
}
#headersection a:link
{
   text-decoration: none 
}


#content_section 
{
	float: left;
	width: 765px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
	border-width: 1px; 
	border-color: #A39B5D;

}


#footer 
{
	float: left;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	padding-top: 35px;
	width: 806px;
	height: 50px;
	background: url(../images/templatemo_footer.jpg) no-repeat;
	background-position: top;
}