body {
	background: #383026 url("../images/repeater2.gif") center repeat-y;
	margin: 0;
	font-size: small;
	}

#container {
	margin: 0px auto 0px auto;
	width: 800px;
}

#head_logo {
	text-align: center;
}
#head_photo_holder {
	width: 800px;
	background: #4C4740;
}

#head_photo {
	width: 700px !important;
	width /**/: 710px;
	border: 5px solid #fff;
	margin-left: 45px;
}

#menu {
	width: 800px;
	background: #fff;
	font-size: 150%;
}

/* here's where the menu code is */
div#navcontainer
{
padding-top: 5px;
background-color: #4C4740;
}

div#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}

div#navcontainer ul li
{
display: inline;
margin-left: -4px;
}

div#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
}

div#navcontainer ul li a:hover
{
background-color: #4C4740;
color: #D28703;
/*color: #999;*/
}

/*content goes here */

#content_block {
	float: left;
	width: 800px;
	background: #4C4740;
	color: #CCCCCC;
}

#actual_content {
	float: left;
	width: 520px !important;
	width /**/: 580px;
	background: #4C4740;
	color: #CBC39a;
	padding: 10px 10px 10px 30px;
	margin: 10px 10px 10px 10px;
	font-size: 125%;
}
#actual_content H1 {
	color: #FFFFFF;
	font-size:%150;
}
#actual_content H2 {
	color: #FFFFFF;
	font-size:%120;
}

#actual_content a:link,
#actual_content a:visited,
#actual_content a:active {
	text-decoration:none;
	color:#FFFFFF;
	}

#actual_content a:hover {
	text-decoration:underline;
	background: #fff;
	color:#000;
	}

#actual_content2 {
	width: 740px !important;
	width /**/: 800px;
	background: #4C4740;
	color: #CBC39a;
	padding: 10px 10px 10px 30px;
	margin: 10px 10px 10px 10px;
	font-size: 125%;
}
#actual_content2 H1 {
	color: #FFFFFF;
	font-size:%150;
}

#actual_content2 H2 {
	color: #FFFFFF;
	font-size:%120;
}
#actual_content2 a:link,
#actual_content2 a:visited,
#actual_content2 a:active {
	text-decoration:none;
	color:#FFFFFF;
	}

#actual_content2 a:hover {
	text-decoration:underline;
	/*background: #fff;*/
	color:#D28703;
	}

#actual_content3 {
	width: 720px !important;
	width /**/: 800px;
	background: #4C4740;
	color: #CBC39a;
	padding: 10px 30px 10px 30px;
	margin: 10px 10px 10px 10px;
	font-size: 125%;
}

#right_side_block {
	float: right;
	width: 200px;
	background: #4C4740;
	color: #CCCCCC;
	margin-top: 30px;
}

#right_side_block img {
	border: #000;
}

#right_side_block a:link,
#right_side_block a:visited,
#right_side_block a:active{
	color:#000000;
}

#right_side_highlight {
	float: left;
	width: 180px !important;
	width /**/: 200px;
	height: 70px !important;
	height /**/: 90px;
	background: #383026;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#right_side_highlight_left {
float: left;
}

#right_side_highlight_right {
float: right;
}

#footer {
	clear: both;
	width: 790px !important;
	width /**/: 800px;
	color: #fff;
	background: #000000;
	padding: 10px 10px 10px 0;
	text-align: right;
}

#footer a:link,
#footer a:visited,
#footer a:active {
	text-decoration:underline;
	color:#FFFFFF;
	}