body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#nav {
	font-size:20px;
	color:#b4bb78;
	background-color:#414c22;
	text-align:center;
	padding-top: 7px;
	padding-bottom: 7px;	
}


#nav a:link, #nav a:visited, #nav a:active {
	color:#b4bb78;
	text-decoration:none;
}
#nav a:hover {
	color:#ffffff;
	text-decoration:none;
}



.content {
	background-color:#ffffff;
	font-size: 16px;
	line-height: 27px;
	color: #414c22;	
}
.content h1 {
font-size:30px;
color:#512c5f;
font-weight:normal;
font-family:"Times New Roman", Times, serif;
}

#footer, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	font-size:12px;
	color:#b4bb78;
	background-color:#414c22;
	text-decoration:none;
	text-align:center;
}

.sidebar {
	background-color:#e1e6bd;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #542C61;
	font-size: 14px;
	line-height: 20px;	
}
.sidebar h1 {
font-size:24px;
color:#512c5f;
font-weight:normal;
font-family:"Times New Roman", Times, serif;
}
.sidebar a:link, .sidebar a:visited, .sidebar a:active {
	color:#512c5f;
	text-decoration:none;
}
.sidebar a:hover {
	color:#512c5f;
	text-decoration:underline;
}	
.tourtable {
	font-size: 14px;
	color: #AAAAAA;
	line-height:17px;
}
.tourtable a:link, .tourtable a:visited, .tourtable a:active  {
	color: #AAAAAA;
	text-decoration:none;
}
.tourtable a:hover  {
	color: #898989;
	text-decoration:underline;
	font-weight:bold;
}.smallprint {
	font-size: 11px;
	font-style: italic;
}
.makeitred {
	color:#DD0000;
}

