html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0; padding: 0;
	overflow-x: hidden;
}
html {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #554933;
	overflow-x: hidden;
	background: url(../images/background.jpg) repeat;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #554933;
}
img {
	border: none;
}
.thumb { margin-bottom: 5px; margin-top: 5px; }
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #67574e;
}
.body_txt {
	font-size: 12px;
	color: #554933;
}
#container {
	border-top: 6px solid #ffffff;
	border-left: 6px solid #ffffff;
	border-right: 6px solid #ffffff;
	border-bottom: 6px solid #ffffff;
	width: 789px;
	height: auto;
	margin: auto;
	position: relative;
	top: 20px;
	background:#c2b69a url(../images/footer_dec.gif) bottom right no-repeat;
}
#content {
	padding: 0px 20px 50px 260px;
}
#content  a {
	color: #4c402a;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
#content  a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#content img a {
	border: 1px solid #554933;
}
#content img a:hover{
	border: 1px solid #90391b;
}
#big_titles a {
	border: 1px solid #554933;
}
#big_titles a:hover{
	border: 1px solid #90391b;
}
.pic { 	border: 1px solid #554933; } 
.pic:hover { border: 1px solid #90391b; } 

#line {
	position: absolute;
	top: 400px;
	left: 240px;
	background: url(../images/line.gif) no-repeat;
	width: 2px;
	height: 154px;
}
#titles {
	position: absolute;
	top: 395px;
	left: 10px;
	font: 42px Arial;
	color: #8b8068;
}
#big_titles {
	position: absolute;
	top: 395px;
	left: 10px;
	font: 35px Arial;
	color: #8b8068;
}
#biger_titles {
	position: absolute;
	top: 395px;
	left: 10px;
	font: 27px Arial;
	color: #8b8068;
}
#menu_dec {
	background: url(../images/menu_dec.jpg) repeat-y;
	width: 789px;
	height: 98px;
	border-top: 2px solid #ffffff;
}
#logo {
	position: absolute;
	top: 282px;
	right: 0px;
}
#footer_dec {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 170px;
	height: 194px;
	background:url(../images/footer_dec.gif) no-repeat;
	z-index: -1;
}
#realway {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 77px;
	height: 41px;
}
.white { 
	color: #FFFFFF;
	font: 12px Tahoma;
}
.red { 
	color: #a1262b;
	font: 12px Tahoma;
}
.h5, h5 {
	font: 13px Arial;
	font-weight: bold;
	color: #4c402a;
}

#footer {
	position: absolute;
	bottom: 10px;
	height: 17px;
	right: 0px;
	width: 100%;
	padding-top: 20px;
	font: 9px Arial, Helvetica;
	color: #8b8068;
	text-align: left;
	z-index: 1000;
}
#footer a {
	color: #4c402a;
	text-decoration: none;
}
#footer a:hover {
	color: #837871;
}
.fm-logo {
	float: left;
	margin: 3px 10px 4px 7px;
}
.nav{
position: absolute;
top: 260px;
left: 0px;
font: 12px Tahoma;
width: auto; /*leave this value as is in most cases*/
height: 50px;
}

.nav ul{
margin: 0;
padding-top: 20px;
float: left;
width: auto;
border-width: 1px 0;
}

.nav ul li{
display: inline;
vertical-align: bottom;
}

.nav ul li a{
float: left;
color: white; /*text color*/
padding: 5px 10px;
text-decoration: none;
border-right: 1px solid #ffffff; /*dark purple divider between menu items*/
height: 30px;
padding-top: 65px;
}

.nav ul li a:visited{
color: white;
}

.nav ul li a:hover, .nav ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 65px; /*shift text down 1px for selected and active item*/
background-color: #4c402a;
height: 28px;
}

