html, body {

	width: 100%;

	height: auto;

	min-height: 100%;

	padding: 0px;

	margin: 0px;

	border: 0px;

}

html {

	background: #5f251f url(../images/background.jpg) top left repeat-x;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #8a2629;

}

img {

	border: none;

}

#container {

	top: 0px;

	width: 781px;

	height:600px;

	margin: auto;

	position: relative;

	bottom: 150px;

	background: #FFFFFF;

}

#top_image {

	position: absolute;

	top: 0px;

	left 0px;

	width: 781px;

	height: 246px;

}

#grey_dec { 

	background-color: #e9e9e6;

	height: 354px;

	width: 233px;

	position: absolute;

	bottom: 0px;

	right: 0px;

}

#clearing { 

	position: absolute;

	top: 20px;

	right: 7px;

}

#nav {
    margin:0px;
	padding:0px;
	position: absolute;
	
	height: auto;

	left: 25px;

	top: 270px;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	z-index: 10;

}

#nav ul {

	list-style-type: none;

	padding: 0;
    margin:0px;
	display: block;

}

#nav li {

	list-style-type: none;

	padding-bottom: 5px;

}

#nav li:hover, #nav li.current { color: #cb9400; text-decoration:none; }

#nav a { color: #592219; text-decoration: none;}

#nav a:hover, #nav li.current a { color: #cb9400; text-decoration: none;}

.body_txt {

	font: 11px Tahoma, Arial;

	color: #e6e6e6;

}

.latest {

	font: 11px Tahoma, Arial;

	color: #464646;

}

.grey {

	color: #c1c1c1;

}

#content {

    padding: 270px 260px 35px 190px;

	font-size: 11px;

	text-align: justify;

	line-height: 15px;

	position: absolute;

	color: #333333;

	line-height: 12px;

}

#content ul {

	list-style-type: square;

}

#content img a {

	border: 1px soild #000000;

}

#content a {

	text-decoration: none;

	color: #e96d1e;

	font-weight: bold;

}

a {

	text-decoration: none;

	color: #9b5859;

	font-weight: bold;

}

a:hover {

	color: #ffffff;

}

h1, .h1 {

	font-size: 11px;

	color: #cb8506;

	font-weight: bold;

}

h2, .h2 {

	font-size: 11px;

	color: #812627;

	font-weight: bold;

}

h3, .h3 {

	font-size: 11px;

	color: #592219;

}

h4, .h4 {

	font-size: 12px;

	color: #cb8506;

	font-weight: bold;

}

#footer {

	width: 781px;

	height: auto;

	margin: auto;

	position: relative;

	text-align: right;

	bottom: -10px;

	font: 9px Arial, Helvetica;

	color: #9b5859;

}

#footer a { color: #97716d; } 

#footer a:hover { color: #cb8506; } 

.fm-logo {

	float: right;

	margin: 2px 10px 0px 10px;

}