html {
	min-height:100%;
}

body {
	margin:0;
	padding:0;
	background:#fdfcf6;
	background-image:url('images/bg3.jpg');
	font:12px Arial, Helvetica, sans-serif;
	color:#635F64;
}
a {
	color:#4ea0be;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#wrapper {
	width: 814px;
	background:url('images/wrapperbg.png') repeat-y;
	margin: 20px 0 20px 0;
	padding: 0;
}

img{
	border:0;
	}

.header {
	margin:0;
	padding:0;
	width:800px;
}

.navbar {
	width:800px;
	background:#ffffff;
	height:30px;
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
}
.navbar ul {
	float:left;
	padding:10px 0 0 25px;
	margin:0;
}
.navbar ul li {
	display:inline;
	font-weight:bold;
	padding:0 0 0 10px;
}

.navbar a {
	color:#635F64;
	text-decoration:none;
}
.navbar a:hover {
	color:#4ea0be;
	text-decoration:underline;
}
.navbar #active {
	color:#4ea0be;
}

.title {
	margin:15px 0 15px 0;
}

.content {
	padding:0 39px 0 39px;
	margin:0 0 120px 0;
	line-height:18px;
	text-align:left;
}

.dotted {
	height:5px;
	border-bottom:1px dotted #cccccc;
	padding:0 39px 0 39px;
}

.gallerylist {
	float:left;
	height:500px;
	line-height:20px;
	padding:0 20px 0 0;
	border-right:1px dotted #cccccc;
	margin:0 0 25px -40px;
}
.gallerylist ul {
	margin:0;
	list-style-type:none;
}

.packageslist {
	float:left;
	height:550px;
	line-height:20px;
	padding:0 20px 0 0;
	border-right:1px dotted #cccccc;
	margin:0 0 25px -40px;
}
.packageslist ul {
	margin:0;
	list-style-type:none;
}

.ptitle {
	font-weight:bold;
	font-size:14px;
	margin:0 0 5px 0;
}

.disclaimer {
	font-size:11px;
	text-align:left;
}

.footer {
	width:814px;
	margin:50px 0 0 0;
	padding:20px 0 0 0;
}

