* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

body {
	background: #fff url(../img/pagebg.gif) 0 0 repeat-x;
	text-align: center;
	color: #8F3F97;
	font: 12px/17px "Lucida Grande", Verdana, Tahoma, Arial;
}
p {
	margin: .7em 0;
}
ul {
	margin: .7em 1.5em;
}
a {
	color: #000;
}
a:hover {
	color: #fff;
	background-color: #8f3f97;
}
#page {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}
#content {
	margin: 15px 75px;
}
#hdr {
	height: 100px;
	position: relative;
}
#hdr img {
	position: absolute;
	left: 14px;
}
#hdr ul {
	position: absolute;
	list-style-type: none;
	top: 76px;
	left: 54px;
	background: url(../img/nav-off.gif);
	width: 375px;
	height: 17px;
	overflow: hidden;
}
#hdr ul li a {
	position: absolute;
	text-indent: -9000px;
	top: 0;
	left: 0;
	width: 100px;
	background: url(../img/nav-off.gif);
	height: 17px;
}
#hdr ul li a:hover {
	background-image: url(../img/nav-on.gif);
}
body li#n-home a {
	width: 54px;
}
body li#n-about a {
	left: 54px;
	width: 67px;
	background-position: -54px 0;
}
body li#n-rates a {
	left: 121px;
	width: 66px;
	background-position: -121px;
}
body li#n-weblog a {
	left: 187px;
	width: 80px;
	background-position: -187px 0;
}
body li#n-contact a {
	left: 267px;
	width: 90px;
	background-position: -267px;
}
#default li#n-home a, #about li#n-about a, #rates li#n-rates a, #weblog li#n-weblog a, #contact li#n-contact a {
	background-image: url(../img/nav-on.gif);
}
#ftr {
	font-size: 11px;
	margin: 10px 0;
	padding: 10px 15px;
	border-top: 1px dotted #cc97c4;
	clear: both;
	text-align: center;
	line-height: 15px;
}
#primary, #secondary, div.padded {
	padding: 10px 15px;
	overflow: hidden;
}
#primary {
	background-color: #CC97C4;
	color: #fff;
	overflow: hidden;
	width: 100%;
}
.half-1, .half-2 {
	width: 45%;
	padding: 0 5% 0 0;
	float: left;
	margin-top: 15px;
}
h2, h1 {
	color: #8F3F97;
}
.half-1 h2, .half-2 h2 {
	margin-top: 0;
}
.half-1 {
	background: url(../img/bullet.gif) 0 right repeat-y;
}
.half-2 {
	padding: 0 0 0 5%;
}
.trip-1, .trip-2, .trip-3 {
	
}
div.fullwidth {
}
.third {
	float: left;
	width: 175px;
	margin-right: 25px;
}
.clear {
	clear: both;
}
#ratecols {
	width: 600px;
	font-size: 11px;
	line-height: 14px;
}
#about #content img {
	 float: left;
	 margin: 0 30px 15px 0;

}
table.rates th, table.rates td {
	text-align: left;
	padding: 2px 20px 2px 0;
}