body {
	background-color:#ffffff;
	text-align:center;
	margin:5px 0 0 0;
}

#container {
	width:800px;
	margin-left: auto; 
	margin-right: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	padding:0;
	margin-top:0;
	margin-bottom:10px;
	text-align:left;
	border-style: solid;
	border-width:1px;
	border-color:#999;
}

#header {
	width: 800px;
	height:272px;
	margin:0;
	padding: 0 0 0 0;
}

.headerimage {
	width:351px;
	height:230px;
	margin: 0px 0 0 0px;
	padding: 0 0 0 0;
	float:left;
}

.headerright {
	float:right;
	background-color:#7f300f;
	width:447px;
	height:230px;
	margin: 0px 0px 0 0;
	padding: 0 0 0 0 ;
	text-align:right;
}

.headertext {
	color:#ffffff;
	text-align:justify;
	padding: 0px 20px 0px 20px;
}


#maincontent {
	clear:both;
	width: 800px;
	padding: 0;
	text-align:justify;
	background-color:#fff;
}


#navcontainer {
	width:800px;
	text-align:center;
	padding: 0 0 10px 0;
	height:75px;
	background-color:#fff;
}

.navcell {
	width:100px;
	padding: 8px 7px 8px 7px ;
	margin: 1px 0 1px 0 ;
	float:left;
	background-color:#edd6cc;
}

.navcelllast {
	width:100px;
	padding: 8px 7px 8px 9px ;
	margin: 1px 0 1px 0 ;
	float:left;
	background-color:#DCE2EC;
}

#innercontent {
	width: 760px;
	padding: 5px 20px 20px 20px;
	text-align:justify;
	line-height:160%;
	color:#000000;
	background-color:#edd6cc;
}


#footer {
	background: #edd6cc;
	clear:left;
	width: 800px;
	text-align:center;
	margin:2px 0 0px 0;
	padding: 20px 0 15px 0 ;
}


.floatright {
	float:right;
	clear:right;
	padding: 0 0 10px 10px;
}

.quotesbox {
	float:right;
	width: 120px;
	margin: 0 0 15px 15px;
	padding: 3px 3px 3px 3px;
	background-color:#edd6cc;
	color:#ffffff;
	text-align:center;
	border-style: solid;
	border-width:2px;
	border-color:#ffffff;
}

h1 {
	color:#000;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
	}
	
h2 {
	color:#000;
	font-size:14px;
	margin:15px 0 0 0 ;
	padding:0;
	}
	

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url(/images/diamond_10pxblue.jpg);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: 0 0px 4px 0;
	padding: 0 0 8px 20px;
}

.smalllist {
	background-image: url(/images/diamond_10pxblue.jpg);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	margin: 0 0px 4px 0;
	padding: 0 0 0px 20px;
	font-weight:bold;
}

.bookingframe {
	padding: 0 0 0 50px;
}

.clearall {
	clear:both;
}


/* site top nav styling */

#topnavcontainer {
	width:800px;
	padding: 0 0 0 0 ;
	margin:0 0 0 0 ;
}

#topnavcontainer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	float:left;
}

#topnavcontainer li {
	float:left;
	background-image:url(/images/navbg.jpg);
	background-repeat:repeat-x;
	width:130px;
	padding: 0px 0 0 0;
	margin: 0 4px 0 0 ;
}

#topnavcontainer li.last {
	margin-right:0px;
}


/* site design here  */

.sitedesignlocator {
	float:right;
	margin-top:40px;
	color:#F00;
	padding-bottom:20px;
}


/* text styles here */


.boldheadertext {font-size: 14px; font-weight: bold;}
.floatrighttext {float:right; clear:right; font-size:12px; padding-top:10px; padding-bottom:20px; text-align:right;}
.smallblack {font-size: xx-small; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000}
.blacktext {font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #000000}


/* link styles here */

a {text-decoration: none; color:#000000;}
a:link {color:#000000;}
a:visited {color: #000000}
a:active {color:#000000;}
a:hover {text-decoration: underline;}


a.red:link {color:#C00; font-weight: bold;  }
a.red:visited {color:#C00; font-weight: bold; }
a.red:hover {color:#C00; font-weight: bold; text-decoration:underline; }
a.red:focus {color:#C00; font-weight: bold;  }
a.red:active {color:#C00; font-weight: bold; }

a.nav:link {color:#FFF; font-weight: normal; display:block; width:100%; padding: 12px 0 0 0 ; height:25px;  }
a.nav:visited {color:#FFF; font-weight: normal; display:block; width:100%; padding: 12px 0 0 0 ; height:25px; }
a.nav:hover {color:#FFF; font-weight: normal; display:block; width:100%; padding: 12px 0 0 0 ; height:25px; text-decoration:underline; }
a.nav:focus {color:#FFF; font-weight: normal; display:block; width:100%; padding: 12px 0 0 0 ; height:25px; }
a.nav:active {color:#FFF; font-weight: normal; display:block; width:100%; padding: 12px 0 0 0 ; height:25px; }

