* {
	margin: 0;
	padding: 0;
}

body {
	font:1em/1em Times, serif;
	background: url(../images/bodyBg.jpg) repeat-x scroll top center;
	background-color: #000000;
}

a img,img {
	border:none;
	display:block;
}

h1 {
	width:960;
	font-size: 4em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding: 50px 0 30px 0;
}

h1 a {
	width:100%;
	height:100%;
	text-decoration: none;
	color: #000000;
}

h2 {
	width:960;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: center;
}

h3 {
	color: #ffffff;
	text-align: center;
	padding: 20px;
}

h4 {
	width: 520px;
	font-weight: normal;
	font-style: italic;
	font-size: 25px;
	padding: 30px 0;
	border-top:2px solid #312a27;
	color: #a1966d;
}

h5 {
	font-size: 2em;
	font-style: italic;
	padding: 33px;
}

#header {
	width: 960px;
	height: 175px;
	background: url(../images/headerBg.jpg) no-repeat scroll 0 0;
}

#container {
	margin:0 auto;
	width:960px;
	position:relative;
}

#nav {
	width:930px;
	height:62px;
	background:url(../images/navBg.jpg) repeat-x 0 0;
	background-color: #000000;
	color: #ffffff;
	font-size: 2em;
	padding: 15px 0 0 30px;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 15px 30px 0 0;
	line-height: 1.5em;
}

#nav a:hover {
	color: #a1966d;
}

#nav ul {
	width: 540px;
	height: 50px;
	list-style:none;
	margin: 0 auto;
}

#nav ul.inner {
	width: 660px;
}

#nav ul li {
	float: left;
	display: block;
}

#mainCont {
	width: 59w0px;
	background:url(../images/contBg.jpg) no-repeat 0 0;
	padding: 30px 340px 50px 30px;
	font:1.25em/1.5em Georgia, serif;
	color: #ffffff;
}

#mainCont p, #purchaseCont p {
	padding-bottom: 30px;
}

#rghtCol {
	width: 250px;
	position: absolute;
	top: 0;
	right: 0;
}

#purchaseCont {
	width: 610px;
	height: 697px;
	background:url(../images/purchaseBg.jpg) no-repeat 0 0;
	padding: 30px 320px 50px 30px;
	font:1.25em/1.5em Georgia, serif;
	color: #ffffff;
}

#video {
	height: 420px;
}

#footer {
	width: 960px;
	height: 250px;
	background: #000000 url(../images/subHeadBg.jpg) no-repeat top center;
	text-align: center;
}

#footer a:hover {
	color: #fff;
}

#purchaseFooter {
	width: 960px;
	height: 150px;
	text-align: center;
	background-color: #000000;
}

#purchaseFooter a:hover {
	color: #fff;
}

.bookForm {
	width:100px;
	margin:-80px 0 0 500px;
}

.bookForm2 {
	width:100px;
	margin:-280px 0 0 420px;
}

.paypal {
	float:right;
	margin-right:78px;
}

.quote {
	width: 520px;
	font-weight: normal;
	font-style: italic;
	font-size: 1em;
	padding: 260px 0 0 0;
	color: #a1966d;
}

.column {
	width: 260px;
	text-align: left;
	color: #a1966d;
	line-height: 2em;
	float: left;
	padding: 30px 0 0 50px;
}

.column a {
	color: #a1966d;
	text-decoration: none;
}

.leftBorder {
	border-left: 2px solid #666666;
	padding-left: 20px;
}