html {
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	background-color: #ffffff;
}
img { border: none;}
html>body #container {	height: auto;}
h1, h2, h3, h4, h5, h6, p, form { margin: 20px 0; }
#container {	
	top: -15px;	
	width: 799px;	
	height: auto;	
	min-height: auto;
	position: relative;
	margin: auto;
	background: #f5821f url(../images/top_dec.jpg) no-repeat;
}
#top_dec {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	background: url(../images/top_dec.jpg) no-repeat top left;
}
#content {
	padding: 450px 20px 100px 20px;
}
#content a { text-decoration: none; color: #1e5b99; }
#content a:hover { text-decoration: none; color: #a24b01; }
.h1 { font-size: 30px; font-weight: lighter; }
.h2 { font-size: 12px; color: #ffffff; }
.h3 { font-size: 14px; }
#footer {
	position: absolute;
	top: 660px;
	left: 0px;
	width: 799px;
	text-align: right;
	font-size: 10px;
	background-color: #0084f0;
	color: #003c78;
}
#footer_text {
	padding: 10px;
}
#footer a { color: #003c78; text-decoration: none; }
#footer a:hover { color: #ffffff; text-decoration: none; }
.fm-logo { 
	float: right;
	padding: 5px 0px 0px 10px;
}