html {
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-size: 12px;
	background: #f79421 url(../images/background.jpg) repeat-x;
}
img { border: none;}
html>body #container {	height: auto;}
h1, h2, h3, h4, h5, h6, p, form { margin:20px 0; }
#container {	
	top: 0px;	
	width: 1024px;	
	height: 100%;	
	min-height: 100%;
	position: relative;
	margin: auto;
	background: url(../images/background_container.jpg) no-repeat;
}
#logo {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 97px;
	text-align: center;
}
#line_dec {
	position: absolute;
	top: 220px;
	right: 480px;
	width: 11px;
	height: 292px;
	background: url(../images/line_dec.jpg) no-repeat;
}
#content {
	position: absolute;
	top: 205px;
	right: 20px;
	left: 20px;
	z-index: 10;
}
#content a  { text-decoration: none; color: #862a2e; }
#content a:hover  { text-decoration: none; color: #333333 }
.h1 { font-size: 16px; color: #F7931E; }
.h2 { font-size: 18px; color: #862a2e; }
.h3 { font-size: 14px; }
#footer {
	position: absolute;
	top: 630px;
	right: 20px;
	width: 300px;
	text-align: right;
	font-size: 11px;
	color: #862a2e;
}
#footer_left {
	position: absolute;
	top: 630px;
	left: 20px;
	width: 300px;
	text-align: left;
	font-size: 11px;
	color: #862a2e;
}
#footer a, #footer_left a { color: #862a2e; text-decoration: none; }
#footer a:hover, #footer_left a:hover { color: #143e61; text-decoration: none; }
.fm-logo {
	float: right;
	padding: 5px 0px 5px 10px;
}