html
{
	padding: 0;
	margin: 0;
}

body
{
	padding: 0;
	margin: 0;
	color: #4c4c4c;
	font-family: Arial;
	background-color: #dfd9b3;
	letter-spacing: 1px;
}

html, body
{
	height:  100%;
}

* html
{
	height: 100%;
}

hr
{
	height: 1px;
	border-top: 1px solid #bbb;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

img
{
	border: none;
}

.container
{
	position: relative;
}

.header_container
{
	background-color: #8c8870;
	width: 100%;
	height: 110px;
}

.header_content
{
	width: 900px;
	margin: auto;
	padding-top: 19px;
}

.header_content img { float: left; }

.header_info
{
	padding-top: 2px;
	width: 421px;
	float: left;
	font-size: 0.8em;
	text-align: right;
}

.nav_container
{
	background-color: #9c977d;
	height: 26px;
}

.nav_content
{
	width: 900px;
	margin: auto;
	padding-top: 6px;
	font-size: 0.8em;
}

.nav_item
{
	display: inline;
	padding-right: 30px;
}

.nav_item a
{
	color: #c4c1b1;
	text-decoration: none;
}

.nav_current_page a
{
	color: white;
}

.content_container
{
	margin: auto;
	width: 900px;
	min-height: 100%;
	overflow: hidden;
}

.content_main
{
	font-size: 0.9em;
	float: left;
	padding: 25px;
	padding-top: 20px;
	margin-top: 10px;
	background-color: white;
	border: 1px solid #777;
	width: 543px;
	min-height: 588px;
	display: inline;
	line-height: 1.5em;
	letter-spacing: 0px;
	overflow: hidden;
}

.content_main strong
{
	letter-spacing: 0px;
}

.content_sidebar
{
	float: left;
	width: 293px;
	margin-left: 10px;
	margin-top: 10px;
	display: inline;
}

.content_sidebar_box
{
	font-size: 0.9em;
	padding: 15px;
	padding-top: 20px;
	margin-bottom: 10px;
	background-color: #e5e5e5;
	border: 1px solid #777;
	line-height: 1.5em;
}

.content_sidebar_box .inset
{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0px;
}

.content_sidebar_box .more
{
	text-align: right;
	text-decoration: underline;
	font-size: 0.8em;
}

.content_sidebar_box .more a
{
	color: inherit;
}

.content_sidebar_box .objects
{
	padding-top: 8px;
}

.content_sidebar_box .objects_padder
{
	height: 105px;
	padding-top: 6px;
	display: none;
}

.content_sidebar_box .button_padder
{
	height: 181px;
	display: none;
}

.content_sidebar_box #button_image
{
	display: none;
}

.footer_container
{
	width: 100%;
	height: 50px;
	/*background-color: #8c8870;*/
}

.footer_content
{
	width: 900px;
	margin: auto;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 20px;
}
