body {
	margin:0px;
	text-align:center;
	background-image: url("../images/bg-tile.png");
	background-repeat: repeat;
}

h1, h2 {
	clear: both;
}

.content {
	width:728px;
	margin:0px auto;
	text-align:left;
	font-family: Arial;
	clear:both;
	background-color:white;
	padding:5px 2px;
}
	.footer {
		border-top: 1px solid gray;
		font-size: x-small;
		
		text-align:center;
	}
	
	.header img {
		margin: 0;
		padding: 0;
	}
	
div.advisory {
	border: 2px solid red;
	padding: 4px;
	margin: 6px;
	font-weight: bold;
	}
	
blockquote {
	border: 1px solid black;
	padding:4px;
	font-size: small;
	}

div.trip {
	padding:2px;
	margin:4px;
	border:2px solid black;
	width:230px;
	float:right;
	background-color: #FFFFDE;
}
	div.trip h1, div.advisory .emphasis {
		font-size:16px;
		text-transform: uppercase;
		margin:2px;
		color:#FF490F;
	}
	div.trip div.howto {
		font-weight:bold;
	}
	div.trip div.howto a {
		text-decoration: none;
		color:black;
	}

ol.getting-there li h2:after, ol.getting-there li ol li h3:after {
	content: ":";
}	
	
div.comments {
	padding: 2px;
	width:724px;
	background-color:white;
	background-image: url("../images/bg-tile.png");
	background-repeat: repeat;
	clear:both;
	}
	
	div.comments h1 {
		font-size:16px;
		text-transform: uppercase;
		padding:0px;
		letter-spacing:2px;
		background-color:white;
		clear:both;
	}
	
	div.comments h1 a {
		color:black;
		text-decoration: none;
	}
	
	div.comments div.comment {
		border:1px solid gray;
		margin: 2px;
		padding:2px;
		width:230px;
		height: inherit;
		background-color:white;
		float:left;
		vertical-align: top;
	}
	
	div.comments div.comment-message {
		font-size: small;
		font-style: italic;
		font-weight: bold;
	}
	div.comments div.comment-message:before, div.comments  div.comment-message:after {
		content: "\"";
	}
	
	div.comments div.comment-from {
		font-size: small;
		text-align: right;
	}
	div.comments div.comment-from:before {
		content: "- ";
	}
	
a img {
		border: 0px solid black;
}

a.rates {
	text-decoration: none;
	font-weight: normal;
	}

	a img.thumbnail {
			border: 1px solid black;
			padding: 2px 2px 1em 2px;
			vertical-align: top;
		}
	
			a img.right {
				float: right;
				margin-left:1em;
			}
	
			a img.left {
				float: left;
				margin-right:1em;
			}
			
			.clearboth { clear: both; }
	
	div.subhead {
		margin-top: 0px;
		padding: .25em 0 .25em 1em;
		border-style: dotted;
		border-width: thin 0;
		border-color: #A5A5A5;
	}
	
	
		
			
table {
	border-collapse: collapse;
	width: 100%;
}
	table thead tr td {
		text-align: center;
		font-weight: bold;
		background-color: #ACACAB;
	}
	
	td.cottage {
		font-weight: bold;
		background-color: #EFEFEF;
	}
	
fieldset { 
	margin-top: 0px;
	padding-top: 0px;
	background-color: #EFEFEF;
	border-style: solid;
	border-width: .1px 0;
	border-color: #A5A5A5;
}

	fieldset.submit {  
		float: none;  
		width: auto;
		margin: 0 0 1.5em 0;
		border-style: none;  
		padding-left: 12em;  
		background-color: transparent;  
		background-image: none; 
	}
	
	fieldset.alt {  
		background-color: #E6E3DD;
	}

	fieldset ol {  
		padding: 1em 1em 0 1em;  
		list-style: none;
	}
	
	fieldset li {  
		padding-bottom: 1em;
	}
	
label {
	position: relative;
	float: left;  
	width: 10em;  
	margin-right: 1em;
	text-align: right; 
}

	label em {  
		display: block;  
		color: red;  
		position: absolute;  
		left: 10em;
		top: 0; 
		font-weight: 
	}
	
/*other.php*/
h2.services:after {
	content: ":";
}

ul.tours li {
	list-style: none;
	font-weight: bold;
	padding-top: 5px;
}
	ul.tours li ul li {
		list-style: disc;
		font-weight: normal;
		padding-top: inherit;
	}