body {
   text-align:center;
   background:#fff;
}
  
#fixed {
   margin:0 auto;
   width:960px;   /* you can use px, em or % */
   text-align:left;
}

	a {
	color:#369;
	text-decoration: none;
	}
	a:hover {
	color:#FF6600;
	text-decoration:none;
	}
	h1, h3, h4 {
	margin:.1em 0 .1em 0;
	padding:0;
	font-family: "Trebuchet MS";
	}
	h2 {
	margin:.1em 0 .1em 0;
	padding:0;
	font-family: "Trebuchet MS";
	color: #CC0033;
	}
	p {
	padding:0;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	}
	img {
	margin:0px;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	background-image: url(../images/fdh_logo2.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	margin:0;
	padding-top: 0.5em;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	#header img {
	height:88px;
	width: 400px;
	background-color: #fff;
	float: right;
}
	#chat {
	height:88px;
	width: 400px;
	background-color: #fff;
	float: right;
}

#mainnav {
	padding: 1px 0px 5px 0px;
	margin: 0px;
	text-align: left;
	background-color: #5f95bc;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
}

#mainnav a {
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 2px 0;
	text-decoration: none;
	background-color: #5f95bc;
	font-family: Verdana;
	font-size: 0.7em;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}

#mainnav a:hover {
	color: #000;
	background-color: #C6DBEF;
}

	
#mainnav a.on {
	color: #666666;
	background-color: #fff;
}

	
#mainnav a:hover.on{
	color: #666666;
	background-color: #c5dae9;
}

#mainnav SPAN {
	color: #fff; /*colour of hidden pipe*/
}

.hide {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	position: absolute;
	top: -100px;
	left: -100px;
}

	/* 'widths' sub menu */
	#layoutdims {
	clear:both;
	border-top:2px solid #000;
	margin:0;
	text-align:left;
	font-family: Verdana;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	background-color: #B9B9B9;
	height: 20px;

	padding-right: 12px;

	padding-left: 1px;
	}
	
		#layoutdims ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:2px 0 0 0;
		padding:0;
	}
	#layoutdims ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	font-family: Verdana;
	}
	#layoutdims ul li a {
	display:block;
	float:left;
	margin:0 0 0 0px;
	padding:1px 5px;
	text-align:center;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	background-color: #b9b9b9;
	}
	#layoutdims ul li a:hover {
	color:#ff6600;
	}
	#layoutdims ul li a.active,
	#layoutdims ul li a.active:hover {
	color:#ff6600;
	font-weight:bold;
	}
	#layoutdims ul li a span {
		display:block;
	}
	
	#hdrtxt {
	height:31px;
	width: 336px;
	background-color: #fff;
	font-size: 0.6em;
	font-weight: bold;
	font-family: Verdana;
	margin-right: 420px;
	margin-bottom: 20px;
	float: right;
	clear: right;
	margin-top: -80px;
}	

	#navt {
	margin-top: 92px;
	margin-bottom: 0px;
	}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:960px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:80%;			/* right column width */
		background:#fff;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:80%;			/* right column content width */
		left:100%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
	width:19%;			/* left column content width (column width minus left and right padding) */
	left:0%;			/* (right column left and right padding) plus (left column left padding) */
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: bold;
	}
.leftmenu .col1 p {
	font-family:"Trebuchet MS";
	text-align: justify;
}
.leftmenu .col1 a:link{
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.leftmenu .col1 a:hover{
	font-family: "Trebuchet MS";
	background: #ffffff;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
.leftmenu .col1 a:visited{
	font-family: "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.leftmenu .col2 a:link{
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
.leftmenu .col2 a:hover{
	font-family: Verdana;
	background: #ffffff;
	color: #FF6600;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
.leftmenu .col2 a:visited{
	font-family: Verdana;
	color: #000000;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
.leftmenu .col2 em{
	font-family: Verdana;
	color: #0066CC;
	text-decoration: none;
	font-size: 0.6em;
	font-weight: bold;
}
.leftmenu .col2 ul {
	background-color: #FFFFFF;
	margin-left: 1em;
	padding-left: 0.5em;
}
.leftmenu .col2 li{
	list-style-image: url(../images/arrow.gif);
	list-style-position: outside;
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
.leftmenu .col2 li a:hover{
	font-family: Verdana;
	color: #FF9900;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.leftmenu .col2 dl{
	margin: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
}
.leftmenu .col2 dt {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Trebuchet MS";
	border-bottom-width: 0.25em;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #CC0000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
}
.leftmenu .col2 dd {
	font-family: "Trebuchet MS";
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight: bolder;
	line-height: normal;
	background-color: #fff;
	color: #CC0033;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.leftmenu .col2 dd a:hover{
	font-family: "Verdana";
	background-color: #fff;
	color: #cc0000;
	text-decoration: none;
}
#deals {
	width: 100%;
}
#left-deals {
	float: left;
	width: 49%;
	margin-right: 1px;
}
#right-deals {
	float: right;
	width: 49%;
	margin-left: 1px;
}
#villa {
	border: 2px solid #b8b8b9;
	width: 100%;
	margin-top: 4px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 48px;
	background-color: #DAE8F1;
}

#side-a {
	float: left;
	width: 70px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#side-a img {
	border: 1px solid #cc0000;
}

#side-b {
	float: right;
	width: 70px;
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
	padding: 2px;
}
#side-b .from {
	font-family: Verdana;
	font-size: 0.5em;
	font-weight: bold;
	color: #000000;
}

#content {
	float: left;
	width: 56%;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	padding: 2px;
}
#content .hdr {
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bolder;
	color: #CC0000;
	letter-spacing: 0.2em;
}
#specials {
	width: 760px;
	margin-top: 1px;
	padding-top: 1px;
}
#spec {
	border: 1px solid #CC0000;
	width: 100%;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 90px;
	padding-right: 2px;
}

#sside-a {
	float: left;
	width: 114px;
	height: 102px;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#sside-a img {
	border: 1px solid #0066FF;
}

#sside-b {
	float: right;
	font-family: Verdana;
	font-size: 2.2em;
	font-weight: bold;
	color: #CC0000;
	width: 136px;
	color: #CC0000;
	padding: 1px;
}
#sside-b .from {
	font-family: Verdana;
	font-size: 0.25em;
	font-weight: bold;
	color: #000000;
}

#scontent {
	float: left;
	width: 60%;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
	padding: 1px;
}
#scontent .hdr {
	font-family: Verdana;
	font-size: 1.2em;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 0.2em;
}
#scontent .heads {
	font-family: Verdana;
	font-weight: bold;
	color: #333333;
	font-size: 1em;
}

	/* Footer styles */
	#footer {
		clear:both;
		width:960px;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}

#footer .structurallabel
{
	position: absolute;
	left: -5000px;
	width: 4000px;
}

#footer div
{
	float: left;
	width: 220px;
	padding-right: 1%;
	margin-right: 1%;
	background-image: url(../images/verts.gif);
	background-repeat: repeat-y;
	background-position: 0% 0;
}
#footer a:link{
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	word-spacing: 0.1em;
}
#footer a:hover{
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
	background-color: #FFFFFF;
	word-spacing: 0.1em;
}
#footer a:visited{
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	word-spacing: 0.1em;
}
#footer h3{
	font-family: Verdana;
	font-size: 0.9em;
	font-weight: bold;
	color: #CC0033;
	padding-left: 5px;
}
#footer ul
{
	list-style-type: none;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}

#footer li
{
	padding-left: 5px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
}

#footer-fdh {
	width:960px;
	height:30px;
	clear: both;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 2px;
}
#footer-fdh p {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	font-style: normal;
	color: #999999;
	margin-left: 2px;
}
#footer-fdh a:link{
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #999999;
	text-decoration: none;
}
#footer-fdh a:hover{
	font-family: "Trebuchet MS";
	color: #FF9900;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#footer-fdh a:visited{
	font-family: "Trebuchet MS";
	color: #999999;
	text-decoration: none;
}
#footer-fdh div {
	margin: 0;
	padding: 0;
	vertical-align:top;
	border: 0px;
	background-color: transparent;
	height: 59px;
	float: right;
}  
#links {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	text-align: center;
	clear: both;
	width: 960px;
	height: 10px;
}	
#col1-footer {
	width: 100%;
}
#banners1 {
	float: left;
	background-color: #fff;
}
#banners2 {
	float: left;
	background-color: #fff;
}
#banners1 ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:2px 0 0 0;
		padding:2px;
	}
#banners1 ul li {
	display:inline;
	list-style:none;
	margin-right:20px;
	font-family: Verdana;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#banners2 ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:2px 0 0 0;
		padding:2px;
	}
#banners2 ul li {
	display:inline;
	list-style:none;
	margin-right:20px;
	font-family: Verdana;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
#banners3 {
	width: 760px;
	background-color: #fff;
	margin: 10px;
}
#banners4 img {
	float: right;
	margin-bottom: 5px;
	margin-left: 3px;
}
#banners3-left {
	float: left;
	background-color: #fff;
	width: 240px;
	text-align: center;
}
#banners3-centre {
	float: left;
	background-color: #fff;
	border-left-style: none;
	width: 33%;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-left: auto;
	clear: none;
}
#banners4 {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#banners4 p {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	margin-left: 10px;
}
#banners4 h3 {
	color: #CC0000;
}
#banners4 i {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
}
#banners3-right {
	float: right;
	background-color: #fff;
	width: 240px;
	text-align: center;
	font-family: "Trebuchet MS";
}
#banners3-right .head {
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: bold;
	color: #CC0000;
}
#banners3-right a:link {
	font-family: "Trebuchet MS";
	color: #CC0000;
}
#banners3-right a:hover {
	font-family: "Trebuchet MS";
	color: #FF6600;
}
#blog {
	float: left;
	background-image: url(../images/verts.gif);
	background-repeat: repeat-y;
	background-position: 0% 0;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
}
#pagecontent {
	clear: both;
}
#cont {
	width: 760px;
	background-color: #fff;
	margin: 2px;
	clear: both;
}
#cont-left {
	float: left;
	background-color: #fff;
	width: 47%;
}
#cont-right {
	float: right;
	background-color: #fff;
	width: 47%;
}

#cont-right label{
	width: 13em;
}
#errors {
	text-align: center;
}

.tick {
	color: #000;
	font-family: Verdana;
	font-size: 0.7em;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
}

.error {
	color: #CC0033;
	font-family: Verdana;
	font-size: 0.7em;
	margin-right: 2px;
	margin-left: 2px;
	text-align: center;
	padding-right: 2px;
	padding-left: 2px;
	clear: both;
}
.formerror {font-family: Verdana;font-size: 0.4em;color: #FF0000;text-align: center;}
.formtitle {
	font-family: Verdana;
	font-size: 0.4em;
	color: #FF0000;
	text-align: center;
	background-color: #CC0033;
	border-bottom-width: 0.25em;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;
	height: 25px;
}
.clearer
{
	clear: both;
}

