body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
/*
table{

	border-left:#CCCCCC;
	border-bottom:#CCCCCC;
	border-right:#CCCCCC;
	border-top:	#CCCCCC;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	border:1px;

}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#999999;
	border:1px;
}
*/

#content table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid solid solid solid;
	border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204);
	border-collapse: separate;
	background-color: rgb(255, 255, 255);
	
}
#content table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: rgb(204, 204, 204);
	-moz-border-radius: 0px 0px 0px 0px;
	color:#FFFFFF;
}
#content table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color:#e9e8e8;
	-moz-border-radius: 0px 0px 0px 0px;
	color:#666666;
}

#content table.booking {
	border: 2px solid #d2d2d2;
	padding: 20px 2px;
}
#content table.booking th {
	text-align: left;
	padding-left:3px;
	color:#000000;
	background: #ffffff;
	padding-top:10px;
}
#content table.booking td {
	background-color: #e9e8e8;
	color:#999999;
	font-weight:bold;
	padding-left:5px;
}
input.textbox {
	width:185px;
	height:25px;
}
input.radio {
margin-left: 10px;
}

a{
	color:#E2B380;
	text-decoration:underline;
}
a:HOVER{
	text-decoration:none;
}
a:VISITED{

}

H1{font-size:20px; color:#E2B380;}
H2{font-size:18px;}
H3{font-size:16px;}
H4{font-size:14px;}
H5{font-size:14px; color:#E2B380}
H6{font-size:14px;}

#tophome,
#bottomhome{
	position:relative;
	margin:0px auto;
	width:760px;
}

#homecontent{
	position:absolute;
	width:415px;
	right:25px;
	top:60px;
	text-align:justify;
}

#menuhome{
	position:absolute;
	width:550px;
	right:10px;
	top:0px;
	background-image:url(Images/TemplateImages/menuback.jpg);
	background-position:right;
	background-repeat:repeat-y;
	height:23px;
	padding-top:5px;
}

#homeflash{
	position:absolute;
	top:30px;
	left:30px;
}

#container{
	margin:0px auto;
	width:761px;
}

#logo{
	float:left;
	width:220px;
}

#heads{
	float:right;
	width:541px;
}

#menu{
	background-image:url(Images/TemplateImages/menuback2.jpg);
	background-repeat:repeat-y;
}

#content{
	clear:both;
	background-image:url(Images/TemplateImages/back.jpg);
	background-repeat:repeat-y;
	padding:20px;
}

#content img{
	border:1px solid #E2B380;
	padding:3px;
	margin:5px;
}

#content .noborder{
	border:1px solid white;
	padding:0px;
	margin:0px;
}


.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
} 
 
.clearfix {
	display: inline-table;
} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {
	display: block;
} 
/* End hide from IE-mac */
