body {
	background-color: #34281a;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 10px;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#redbox {
	background-color: #3d0a09;
	border: 1px solid #4b3f31;
	padding: 12px;
}

#contentbox {
	border: 1px solid #78514c;
	background-color: #500404;
}

#contentheader {
	height: 18px;
	background-color: #000000;
	padding-left: 5px;
	padding-top: 2px;
	border-bottom: 1px solid #78514c;
}

#nav { 
	width: 132px;
	border-right: 1px solid #78514c;
	float: left;
}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#nav ul li{
	margin: 0;	/* Space between each menu item */
	border-bottom: 1px solid #78514c;
		
	/* Don't change these four values */
	list-style-type: none;				
	clear: both;
	width: 132px;
}
	
#nav li a {	/* Text rules for the menu items */
	color: #fff;	/* Black text color */
	text-decoration: none;	/* No underline */
	letter-spacing: 1px;	/* Extra space between each letter of the menu items */
	font-weight:bold;	/* Bold font */
	float:left;
	background-color:#734531;
	padding-left:3px;
	line-height: 25px;	/* Height of menu links */
	display: block;
	width: 129px;
	border-left: 2px solid #520400;
	margin: 0;
}

#nav ul li a:hover {
	background-color: #9c5d4a;
	border-left: 2px solid #fff;
}
#nav li div{
	float:left;
}

#header {
	margin-left: 132px;
	background-color: #500404;
}

#sideandcontent { clear: both; border-top: 1px solid #78514c; }

#side {
	float: left;
	width: 131px;
}

#content {
	margin-left: 128px;
	border-left: 1px solid #78514c;
	width: 630px;
}

#bookingcontent {
	margin-left: 131px;
	border-left: 1px solid #78514c;
	width: 630px;
}


#homepagecontent {
	width: 762px;
}

.secheader {
	height: 25px;
	font-size: 14px;
	background: url("images/secheader_bg.gif") 0 0 #3f0c0b repeat-x;
}

#copyright {
	clear: both;
	background-color: #000000;
	border-top: 1px solid #78514c;
	text-align: center;
}

textarea.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #990000;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;

}

.basic { font-size: 12px; }

.counter { color: #000; }
.counter a { color: #000; }

a { color: #fff;}
a:link { color: #fff;}
a:visited { color: #999966;}
a:hover { color: #999966;}
a:active { color: #fff;}
.floatleft{float:left;
	padding: 3px;}
.floatright{float:right;
	padding: 3px;}
	
.separationboxes { margin: 4px; border: 1px solid #78514c; }