html, body
{
	height: 100%;
}

body
{
	background: url("../img/bg.gif") repeat-x top #fff;
	margin: 0;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #686868;
}

a img
{
	border: 0;
}

a, a:active
{
	outline: none;
}

.main
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px;
	width: 990px;
	overflow-x: hidden;
}

.header
{
	height: 200px;
	width: 1100px;
	margin-left: -55px;
	margin-right: -55px;
}

.logo
{
	margin-left: 88px;
	margin-top: 38px;
}

.motto
{
	float: right;
	margin-right: 90px;
	margin-top: 55px;
}

.menu_container
{
	margin: -71px 9px 0;
	padding-left: 14px;
	width: 958px;
	height: 47px;
	background: url("../img/menu-bg.png") no-repeat;
}

.menu_item, .menu_item_active
{
	float: left;
	height: 35px;
	margin-top: 6px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.menu_item_active
{
	line-height: 35px;
	padding-left: 47px;
	padding-right: 47px;
	background: url("../img/menu-active.gif") repeat-x;
}

.menu_item:hover
{
	background: url("../img/menu-over.png") no-repeat center;
}

.menu_item a
{
	display: block;
	line-height: 35px;
	height: 35px;
	padding-left: 47px;
	padding-right: 47px;
	color: #fff;
	text-decoration: none;
}

.menu_separator
{
	float: left;
	width: 2px;
	height: 35px;
	margin-top: 6px;
	background: url("../img/menu-separator.gif") no-repeat;
}

.content_container
{
	padding: 20px 35px 35px 35px;
}

.push
{
	height: 75px;
}

.footer
{
	height: 75px;
	background-image: url("../img/footer.gif");
	color: #969696;
	font-size: 11px;
}

.footer a
{
	color: #969696;
	font-weight: bold;
	text-decoration: none;
}

.footer a:hover
{
	text-decoration: underline;
}

.footer_content
{
	width: 964px;
	padding: 0 13px;
	margin: 0 auto;
}

.footer_left
{
	margin: 27px 50px 0 0;
	float: left;
}

.footer_center
{
	margin-top: 27px;
	float: left;
}

.footer_right
{
	margin-top: 22px;
	float: right;
	text-align: right;
	font-size: 10px;
}

