body {
	background-color: #000000;
	color: #FFFFFF;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}

.header {
	background-image: url(/img/header_gear.jpg);
	background-repeat: no-repeat;
	height: 209px;
}

#main {
	width: 696px;
	margin: 0 auto;
	text-align: left;
}

div {
	border: 1px none pink;
}

table.contact {
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFCFCF;
	padding-top: 5px;
	padding-bottom: 25px;
	margin-top: 15px;
}

table.contact td {
	font-size: 10px;
	color: #999999;
}

table.topnav {
	padding: 0;
	background: url(/img/bg_home.jpg) no-repeat;
	width: 696px;
}

#menu {
	width: 696px;
	height: 41px;
}

#leftcol {
	padding-top: 10px;
	float: left;
	width: 160px;
}

#centercol {
	float: left;
	padding: 10px;
	width: 510px;
	font-size: 1.1em;
}

.leftsub {
	float: left;
	width: 260px;
	padding-right: 40px;
}

.rightsub {
	float: left;
	width: 180px;
}

.photos {
	margin-bottom: 10px;
}

.photos img {
	border: 1px solid #fff;
}

.news {
	margin-bottom: 20px;
}

.newsimg {
	
	padding: 20px 0 20px 0;
}

.tour {
	width: 510px;
}

.tour th {
	color: #CC0000;
	text-align: left;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}

.clear {
	clear: both;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: underline;
}

a.review:link, a.review:visited, a.review:active {
	text-decoration: underline;
	color: #333333;
}

a.review:hover {
	text-decoration: underline;
	color: #CC0000;
}

div.visuals {
	color: #CCCCCC;
	padding-left: 35px;
}

a.visuals:link, a.visuals:visited, a.visuals:active {
	text-decoration: none;
	color: #CC0000;
}

a.visuals:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

h1 {
	color: #CC0000;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 4px;
}

.date {
	color: #cccccc;
	padding-bottom: 4px;
}

ul {
	margin: 0;
	padding: 0
}

li {
	list-style: none;
	padding-left: 10px;
	padding-bottom: 3px;
}

ul.twat li {
	padding-left: 0;
}

.red {
	color: #CC0000;
	font-weight: bold;
}

.leftimg {
	float: right;
}

a {
	text-decoration: underline;
	color: #CC0000;
}

.caption {
	color: #ededed;
	font-size: 0.98em;
	padding-bottom: 18px;
}


.error {color: #CC0000;
	font-weight: bold;
padding-bottom:20px;
}

.formleft {
float:left;
width:120px;
}

.formrow {
clear:both;
padding-bottom:6px;
}