html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #a60507 url(../images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
} 
img { border: none; }
#container {	
	top: 0px;	
	width: 776px;	
	height: auto;	
	min-height: auto;	
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
}
html>body #container {	height: auto; }
h1, h2, h3, h4, h5, h6, p, form { margin:20px 0; }
hr { border: 1px solid #f2f2f2; }
#logo {
	position: absolute;
	top: 29px;
	right: 25px;
	width: 324px;
	height: 102px;
}
#header {
	position: absolute;
	top: 150px;
	right: 0px;
	width: 776px;
	height: 280px;
}
#nav1 {
	position: absolute;
	top: 35px;
	left: 30px;
	list-style-type: none;
	
}
#nav1 ul {
	margin: 0px;
	padding: 0px;
}	
#nav1 ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}	
#nav1 li a {
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
  	height: 15px;
	list-style-type: none;
	margin-bottom: 5px;
}	
#nav1 li a:link, #nav1 li a:visited {
	color: #999999;
	display: block;
	background: url(../images/nav-up.gif) left repeat-y;
	padding: 1px 0 0 20px;
	list-style-type: none;
}

#nav2 {
	position: absolute;
	top: 58px;
	left: 165px;
	list-style-type: none;
}
#nav2 ul {
	margin: 0px;
	padding: 0px;
}	
#nav2 ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}	
#nav2 li a {
	height: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
  	height: 15px;
	list-style-type: none;
	margin-bottom: 5px;
}	
#nav2 li a:link, #nav2 li a:visited {
	color: #999999;
	display: block;
	background: url(../images/nav-up.gif) left repeat-y;
	padding: 1px 0 0 20px;
	list-style-type: none;
}
#content {
	padding: 435px 5px 230px 30px;
}
#content a {
	color: #db0304;
	text-decoration: none;
}
#content a:hover {
	color: #666666;
	text-decoration: none;
}
.h1, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ED1C24;
	font-weight: lighter;
}
.h2, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C1272D;
}
.red {
	color: #FF0000; 
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	font-weight: lighter;
}
#footer_dec {
	position: absolute;
	bottom: 200px;
	left: 0px;
	width: 775px;
	height: 18px;
	background: url(../images/footer_line.jpg) no-repeat;
}
#footer_contacts {
	position: absolute;
	bottom: 145px;
	left: 0px;
	width: 775px;
	height: 50px;
	font-size: 10px;
	color: #999999;
}
#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 776px;
	height: 50px;
	background-color: #5c6f7b;
}
#footer_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 12px 5px 10px 0px;
	text-align: right;
}
#footer_text a {
	color: #cccccc;
	text-decoration: none;
}
#footer_text a:hover {
	color: #ffffff;
	text-decoration: none;
}
.fm-logo { 
	float: right;
	padding: 5px 0px 0px 10px;
}
.text-drop, .text-field, .text-area, .button {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
}
.text-drop {
	width: 155px;
	height: 20px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-field {
	width: 150px;
	height: 15px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-area {
	width: 272px;
	height: 80px;
	padding: 2px;
	background-color: #EAEAEA;
	border: 1px solid #999999;
}
.text-drop:hover, .text-field:hover, .text-area:hover {
	background-color: #D6D6D6;
}
.button {
	width: 80px;
	height: 20px;
	padding: 2px;
	background-color: #D6D6D6;
	border: 1px solid #999999;
}
.button:hover {
	background-color: #999999;
}
.fineprint {
	font-size: 9px;
}
