html {
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-size: 12px;
	background: #ffffff url(../images/background.jpg) repeat-x;
}
img { border: none;}
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;
}
#header {
	position: absolute;
	top: 3px;
	right: 70px;
	width: auto;
	height: auto;
}
#logo {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 97px;
	text-align: center;
}
#line_dec {
	position: absolute;
	top: 300px;
	right: 460px;
	width: 11px;
	height: 292px;
	background: url(../images/line_dec.jpg) no-repeat;
}
#content {
	padding: 10px 20px 150px 20px;
}
#content a  { text-decoration: none; color: #681619; }
#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;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 150px;
	font-size: 11px;
	background: #fcba6e url(../images/footer_dec.jpg) repeat-x;
}
#footer_text {
	padding: 40px 20px 20px 20px;
	text-align: right;
	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;
}
.header_thumb { border: 1px solid #681619; }
