body
{
	background-color: #b0a76c;
	margin: 0;
}

#logocontainer
{
	float: left;
	margin-right: 30px;
}

#logocontainer img
{
	border: 0;
}

#overallcontainer
{
	width: 800px;
}

#navcontainer
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
}

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

#navcontainer ul li
{
	display: inline;
	padding-right: 14px;
	float: left;
}

#navcontainer ul li a
{
	width: 90px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 10px;
	border-top: 80px solid #e2d050;
	padding-bottom: 15px;
	float: left;
}

.active
{
	width: 90px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 50px;
	border-top: 40px solid #e2d050;
	padding-bottom: 15px;
	float: left;
	background-color: #e2d050;
	color: #000000;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
	text-decoration: none;
	color: #ffffff;
}

#navcontainer ul li a:hover, #navcontainer ul li a:active
{
	text-decoration: none;
	background-color: #e2d050;
	color: #000000;
}

#contentcontainer
{
	width: 800px;
	margin-top: 10px;
	float: left;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
}

#mainimage
{
	float: left;
	border: 3px solid #e2d050;
}

#textcontent
{
	width: 430px;
	background-repeat: repeat;
	float: left;
	padding: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

h1
{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}

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

a:hover, a:active
{
	text-decoration: underline;
	color: #993300;
}

#footer
{
	margin-top: 10px;
	float: left;
	width: 760px;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

hr
{
	color: #e7c313;
	background-color: #e7c313;
}