html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0; padding: 0;
	background: #00697e url(../images/background2.jpg) repeat-x;
}
html {
	background-color: #00697e;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #014255;
}
#specials {
	position: absolute;
	top: 150px;
	right: 57px;
	width: 147px;
	height: 35px;
	z-index: 100;
	background: url(../images/specials.jpg);
}
#blue_dec {
	position: absolute;
	background-color: #bfe2e6;
	top: 189px;
	right: 0px;
	width: 372px;
	height: 68px;
	z-index: 100;
}
#specials_content { 
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

#left_background {
	background: url(../images/left_background.jpg) right repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 690px;
}
#right_background {
	background: url(../images/right_background.jpg) left repeat-x;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 690px;
}
img {
	border: none;
}
#nav_dec {
	background: url(../images/nav.gif) repeat-x;
	width: 100%;
	height: 24px;
	position: absolute;
	bottom: 45px;
}
#container {
	top: 0px;
	width: 800px;
	height: auto;
	margin: auto;
	position: relative;
	bottom: 120px;
	background-color: #FFFFFF;
}
#top_dec {
	background: url(../images/top_dec.jpg) no-repeat;
	width: 800px;
	height: 27px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#left_dec {
	background: #006a80 url(../images/left_dec.jpg) no-repeat;
	width: 30px;
	height: 799px;
	position: absolute;
	top: -1px;
	left: 0px;
}
#bottom_dec {
	background: url(../images/bottom_dec.gif) no-repeat;
	width: 800px;
	height: 19px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#right_dec {
	background: #006a80 url(../images/right_dec.jpg) no-repeat;
	width: 30px;
	height: 800px;
	position: absolute;
	top: -1px;
	right: 0px;
}
#logo {
	position: absolute;
	right: 65px;
	top: 65px;
	z-index: 100;
	width: 415px;
	height: 63px;
}
#img {
	position: absolute;
	left: 0px;
	top: 188px;
	z-index:100;
	width: 800px;
	height: 190px;
}
#nav {
	position: absolute;
	width: 100%;
	left: 25px;
	top: 165px;
	z-index: 900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	padding-right: 30px;
}
#nav li:hover, #nav li.current { color: #00b0e8; text-decoration: none; }
#nav a { color: #566294; text-decoration: none;}
#nav a:hover, #nav li.current a { color: #008da9; text-decoration: none; }
.body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #014255;
}
#content {
    padding: 390px 40px 80px 20px;
	font-size: 11px;
	text-align: left;
	line-height: 15px;
	top: 65px;
}
#content ul {
	list-style-type: square;
}
#content_dec {
	position: absolute;
	background:url(../images/content_dec.jpg) repeat-x;
	height: 84px;
	width: 432px;
	top: 330px;
	left: 303px;
	z-index: 200px;
}
#content a {
	text-decoration: none;
	color: #5e5e5e;
}
#content a:hover {
	color:#999999;
	text-decoration: none;
}
a {
	text-decoration: none;
	color: #5e5e5e;
}
a:hover {
	color:#999999;
	text-decoration: none;
}
h1, .h1 {
	font-size: 12px;
	color: #471a2a;
}
h2, .h2 {
	font-size: 11px;
	font-weight: bold;
}
h3, .con {
	font-size: 10px;
	font-weight: bold;
	color: #B37C11;
}
h4, .h4 {
	font: 12px Tahoma, Arial;
	color: #e6e6e6;
	font-size: 11px;
}
h5, .h5 {
	font: 14px Tahoma, Arial;
	color: #014255;
}
h6, .h6 {
	font: 25px Tahoma, Arial;
	color: #014255;
	font-weight: lighter;
}
td .h4 {
	padding: 6px 0px 6px 0px;
}
#footer {
	width: 800px;
	height: 20px;
	position: absolute;
	bottom: 30px;
	right: 15px;
	text-align: right;
	font: 9px Arial, Helvetica;
	color: #024b60;
}
#footer a {
	color: #017187;
	}
#footer a:hover {
	color: #666666;
	}
.fm-logo {
	float: right;
	margin: 4px 10px 0px 10px;
}