*
{
	padding:0;
	margin:0;
}

html
{
	overflow: -moz-scrollbars-vertical;
	height:100%;
}

body
{
	background-color:#829193;
	margin:0px;
	padding:0px;
	font-family:Georgia, Arial;
	font-size:12px;
	color:#040404;
	height:100%;
}

#skipnav_container
{
	position:relative;
	display:none;
}

#container
{
	position:relative;
	width:931px;
	min-height:100%;
	background-image:url(../images/container_bg.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	background-colour:#FF00FF;
}

#header
{
	position:relative;
	width:895px;
	height:142px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-image:url(../images/header_bg.jpg);
}

#main_container
{
	position:relative;
	width:895px;
	min-height:500px;
}

#header h1
{
	position:relative;
	top:100px;
	left:202px;
	font-size:12px;
	color:#030303;
	font-weight:bold;
	margin:0;
	padding:0;
	
}

#menu_container
{
	position:relative;
	float:left;
	top:0px;
	left:18px;
	width:166px;
	min-height:502px;
	z-index:10;
}

#menu_container_footer
{
	position:relative;
	float:left;
	top:0px;
	left:0px;
	width:165px;
	height:325px;	
	background-image:url(../images/menu_container_footer_bg.jpg);
	background-color:#f7f7f9;
}

#content_container
{
	position:relative;
	float:right;
	top:0px;
	left:13px;
	width:724px;
	min-height:502px;
	z-index:1;
	margin-bottom:30px;
}

#footer 
{
	position: relative;
	width: 931px;
	clear: both;
	height: 175px;
	margin: -175px auto 0 auto;
	background-image:url(../images/container_bg.jpg);
	background-repeat:repeat-y;
	color:#485758;
}

#footer_address
{
	 position:relative;
	 top:0px;
	 left:18px;
	 width:165px;
	 height:78px;
	 border-bottom:1px solid #e2e4e5;
	 text-align:center;
	 font-weight:bold;
}

#footer_copyright
{
	position:relative;
	top:0px;
	left:183px;
	width:693px;
	height:21px;
	border-top:1px solid #e2e4e5;
	padding-left:36px;
	padding-top:12px;
	font-size:12px;
}

#footer_pri
{
	position: absolute;
	top: 92px;
	height: 65px;
	left: 18px;
	width:165px;	
}

#clearfooter 
{
	display: block;
	height: 112px;
}

.clear
{
	clear:both;
	overflow:hidden;
	height:10px;
	width:100%;
}

a:link, a:active, a:hover, a:visited
{
	color:#50007d;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

a.menu_header_link:link, a.menu_header_link:visited, a.menu_header_link:hover, a.menu_header_link:active
{
	position:relative;
	float:left;
	width:144px;
	height:23px;
	text-decoration:none;
	background-image:url(../images/menu_header_link_bg.jpg);
	background-repeat:no-repeat;
	font-weight:bold;
	text-transform:uppercase;
	color:#cdcfcf;
	text-align:right;
	padding-right:22px;
	padding-top:13px;
}

a.menu_header_link:hover
{
	background-position:-166px 0;
	color:#ffffff;
}

.menu_footer_strip
{
	position:relative;
	width:166px;
	height:1px;
	background-color:#ffffff;
	overflow:hidden;
}

.menu_block
{
	position:relative;
	float:left;
}

hr
{
	color:#b9bdbd;
	height:1px;
	border:0px solid #b9bdbd;
	border-top:1px solid #b9bdbd;
	margin-bottom:10px;
}