html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0; padding: 0;
	overflow-x: hidden;
}
html {
	background: #dcceae url(../images/background.jpg) top repeat-x;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434343;
	overflow-x: hidden;
}
img {
	border: none;
}
#container {
	width: 800px;
	height: auto;
	margin: auto;
	position: relative;
	top: 20px;
	background-color: #FFFFFF;
	border-bottom: 5px solid #d0cea1;
}
#disclaimer {	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	font: 11px Arial;
	background: #e6e4cd url(../images/disclaimer.jpg) repeat;
}
#text {
	position:absolute;
	top: 340px;
	left: 20px;
	right: 20px;
	z-index: 100;
}
#colour_box_interior {
	background-color: #f6f5e7;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 100%;
}
#white_box_interior {
	background-color: #ffffff;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 340px;
	height: 320px;
	z-index: 1;
}
#colour_box {
	background-color: #f6f5e7;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
}
#white_box {
	background-color: #ffffff;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 320px;
	z-index: 1;
}

#logo {
	position: absolute;
	bottom: 80px;
	left: 0px;
	width: 100%;
	height: 181px;
	text-align: center;
	z-index: -10;
}
#flash {
	position: absolute;
	top: 18px;
	right: 17px;
	width: 765px;
	height: 485px;
}
#titles {
	position: absolute;
	top: 290px;
	left: 20px;
	z-index: 20;
}
#nav {
	position: absolute;
	width: 100%;
	left: 90px;
	bottom: 42px;
	text-align: right;
	z-index: 900;
}
#nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding-right: 10px;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	padding-left: 15px;
}
#nav li:hover { color: #999999; text-decoration:none; }
#nav a { color: #868585;}
#nav a:hover, #nav a.current { color: #333333; text-decoration: none;}

#nav2 {
	position: absolute;
	width: 100%;
	left: 90px;
	top: 252px;
	text-align: right;
	z-index: 900;
}
#nav2 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	list-style-type: none;
	margin: 0;
	padding-right: 10px;
}
#nav2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav2 li {
	float: left;
	padding-left: 15px;
}
#nav2 li:hover { color: #999999; text-decoration:none; }
#nav2 a { color: #868585;}
#nav2 a:hover, #nav2 a.current { color: #333333; text-decoration: none;}

#plan_nav {
	position: absolute;
	width: 100%;
	right: 20px;
	top: 295px;
	text-align: right;
	z-index: 900;
}
#plan_nav a {
	font: 11px Arial;
	list-style-type: none;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
	
}
#plan_nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#plan_nav li {
	float: left;
	padding-left: 15px;
}
#plan_nav li:hover { color: #999999; text-decoration:none; }
#plan_nav a { color: #868585;}
#plan_nav a:hover, #plan_nav a.current { color: #ffffff; text-decoration: none; background-color: #999999;}
#lines {
	background: url(../images/lines.gif) no-repeat;
	position: absolute;
	right: 55px;
	top: 280px;
	width: 691px;
	z-index: 900;
}

#content {
	padding: 320px 20px 50px 20px;
}
.gallery a {
	border: 1px solid #ffffff;
}
.gallery a:hover {
	border: 1px solid #cccccc;
}
#content a {
	color: #333333;
}
#content a:hover {
	color: #ffffff;
}
#content2 {
	padding: 320px 20px 50px 220px;
}
#content_interior {
	padding: 320px 20px 50px 360px;
}
#content ul {
	list-style-type: square;
}
a {
	text-decoration: none;
	color: #471a2a;
}
a:hover {
	color: #78288c;
}
.h1, h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b3a584;
}
.white {
	font: 12px Arial;
	color:#FFFFFF;
}
.plan {
	color: #999999;
	font: 11px Arial;
}
.fineprint  {
	color: #000000;
	font: 10px Arial;
}
.text a  {
	color: #000000;
	font: 12px Arial;
}
.text a:hover {
	color: #000000;
	font: 12px Arial;
}
#footer {
	position: absolute;
	bottom: 10px;
	height: 17px;
	right: 10px;
	left: 20px;
	width: 95%;
	padding-top: 20px;
	font: 9px Arial, Helvetica;
	color: #aea198;
	text-align: right;
	z-index: 1000;
}
#footer a {
	color: #978981;
}
#footer a:hover {
	color: #837871;
}
.fm-logo {
	float: right;
	margin: 4px 0px 4px 7px;
}
