@charset "UTF-8";
/* CSS Document */

/* SET MAIN TAGS */
*, html {
	margin: 0;
	padding: 0;	
}

body {
	background: #d6c7b8 url(../i/bg.jpg) top center no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100% Verdana, Arial, sans-serif;
	color: #333;
}

h1 {
	color: #b72f1f;
	font-size: 1.1em;
}
h2 {
	color: #222b50;
	font-size: 1.0em;
	font-weight: normal;
	font-family: Times, Georgia, serif;
}
p {
	margin-bottom: 10px;
}

img {
	border: none;	
}
a {
	color: #222b50;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}

/* SET BASIC STRUCTURE */
#container {
	min-height: 800px;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	border-top: none;
}
#header {
	height: 170px;
}
#header #logo {
	position: relative;
	top: 20px;
	left: 20px;
}
#header #contact {
	position: relative;
	top: -70px;
	left: -50px;
	text-align: right;
	color: #f4efeb;
	font-family: Times, Georgia, serif;
	font-style: italic;
	font-size: 1.1em;
}

#header #contact a {
color: #f4efeb;
}

#nav {
	position: relative;
	left: 430px;
	top: 0px;
	height: 47px;
	width: 567px;
	color: #1f294f;
	background: url(../i/nav_bg.png) no-repeat;
	font-family: Times, Georgia, serif;
	font-size: 1.1em;
	clear: left;
}
#nav a {
	color: #1f294f;
	text-decoration:none;
}
#nav a:hover {
	color: #666;
}
#nav ul {
	list-style: none;
	height:26px;
	padding: 18px 0 0 20px;
}
#nav ul li {
	float: left;
	padding: 3px 27px 0 27px;
	height: 25px;
	border-right: 1px solid #93877d;
}
#nav li#contactus {
	border-right: none;
}
#mainContent {
	padding-top: 50px;
}
#content {
	height: 324px;
	clear: left;
}
#content .mainPhoto {
	float: left;
}
#content .opener {
	float: left;
	width: 450px;
	margin-left: 10px;
}
#content p {
	font-size: 0.7em;
	line-height: 1.5em;
}

#features {
	height: 176px;
	margin: 60px 0 0 35px;
}
#features p {
	font-size: 0.7em;
	line-height: 1.6em;
}
#features img {
	float: left;
	margin-top: -8px
}
#features a {
	
}

.tour {
	float: left;
	width: 450px;
	margin-right: 25px;
}
.discover {
	float: left;
	width: 450px;
}
