html {height:100%;width:100%}
body {
	padding: 0;
	width: 100%;
	margin: 0;
	font: normal 12px/18px  Arial, Verdana, Geneva, Helvetica, sans-serif;
	min-height: 100%;
	position: relative;
	background-color: #fff;
}
* html body {height:100%;}


a{
	text-decoration: none;
	color: #999;
}

a img {
	border: none;
}

a:hover{
	text-decoration: underline;
}

div#header {
	height: 209px;
	/*background-image:url("/media/bg_header.png");*/
	/*background-color: #999;*/
	background: url("/media/bg_logo.jpg") no-repeat -500px 0px #999;
}

.header_bg {
	background-image:url("/media/bg_header2.png");
	background-repeat: repeat-y;
	background-color: #999;
}

html:root div#header {
	/*background: #989898;*/
}

div.bg_logo	{
	background-color: #0000A1;
	background-image: url("/media/bg_logo.jpg");
}


div#header_wrapper {
	width: 900px;
	padding-top: 95px;
}

div.menu {
	width: 110px;
}

table.menu td.m{
	width: 20px;
	height: 20px;
	background: #FFF;
	cursor:pointer;
}

table.menu td.m a{
	position:relative;
	cursor:pointer;
	display: block;
	width: 20px;
	height: 20px;
}

table.menu td.m.active{
	position:relative;
	cursor:pointer;
	background: #000;
}


div#content_wrapper {
	width: 900px;
	padding-bottom: 90px;
}

div.main_content{
	width: 700px;
}

.page_title{
	font-weight: bold; 
	font-size: 15px; 
	padding-bottom: 3px;
	text-transform: uppercase;
}


.text_grey{
	color: #999;
}

div#title {

}

#footer	{
  	position:absolute; 
  	bottom:0;
  	width:100%;
	padding:0;
}

div#footer_wrapper {
	width: 900px;
	border-top: 1px dotted #999;
	padding-top: 10px;
	margin-bottom: 20px;
}

div#menu_info {
	position: absolute; 
	display: none;
	margin-top: -90px;
	margin-left: 80px;	
}

div.menu_info_text {
	background: url('/media/bg_info.jpg') repeat-y;
	width: 113px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	padding: 30px 10px 20px 10px;
}

div.navigation_url {
	clear: both;
	position: absolute;
	bottom: 62px;
	margin-left: 60px;
}
