body.home {
	background: url(../webimages/body_bg_home.jpg) no-repeat center top;
}
body.about {
	background: url(../webimages/body_bg_about.jpg) no-repeat center top;
}
body.faq {
	background: url(../webimages/body_bg_faq.jpg) no-repeat center top;
}
body.contact {
	background: url(../webimages/body_bg_contact.jpg) no-repeat center top;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	line-height: 1.20em;
	color: #2e2213;
}

img {
	border: 0;
}
a {
	outline: 0;
	color: #2e2213;
}
strong {
	font-weight: bold;
	letter-spacing: -1px;
}

h1 {
	font-weight: bold;
	font-size: 11px;
	color: #2e2213;
	letter-spacing: -1px;
	margin: 0;
	padding: 5px 0;
}
p {
	margin: 0;
	padding: 4px 0;
}

#page {
	position: relative;
	width: 618px;
	margin: 0 auto;
}
* html #page {
	padding: 0 68px;
}

#header {
	height: 158px;
	margin: 0 0 0 -68px;
	width: 686px;
}


#logo a {
	float: left;
	display: inline;
	height: 158px;
	width: 270px;
	background: url(../webimages/spacer.gif);
}

#menu {
	float: right;
	display: inline;
	width: 416px;
	overflow: hidden;
}
#menu a {
	float: left;
	display: inline;
	background: url(../webimages/spacer.gif) repeat left top;
}

#menu a.aboutLink {
	width: 135px;
	height: 65px;
}
	#menu a.aboutLink:hover, .about #menu a.aboutLink {
		background: url(../webimages/aboutLink_hover.gif) no-repeat left top;
	}
#menu a.faqLink {
	width: 105px;
	height: 65px;
}
	#menu a.faqLink:hover, .faq #menu a.faqLink {
		background: url(../webimages/faqLink_hover.gif) no-repeat left top;
	}
#menu a.contactLink {
	width: 176px;
	height: 65px;
}
	#menu a.contactLink:hover, .contact #menu a.contactLink {
		background: url(../webimages/contactLink_hover.gif) no-repeat left top;
	}
	
#body {
	position: relative;
	width: 618px;
}

	.home #content {
		position: absolute;
		top: 237px;
		left: 84px;
		width: 270px;
		height: 179px;
		overflow: hidden;
		color: #16160a;
	}
	.home #video {
		position: absolute;
		top: 262px;
		left: 376px;
		width: 387px;
		height: 317px;
		overflow: hidden;
		background-color:#333333;
	}
	.about #content {
		position: absolute;
		top: 242px;
		left: 84px;
		width: 453px;
	}
	.faq #content {
		position: absolute;
		top: -10px;
		left: 81px;
		width: 470px;
	}
	.faq #content2 {
		position: absolute;
		top: 413px;
		left: 306px;
		width: 222px;
	}
	.contact #content {
		position: absolute;
		top: 273px;
		left: 119px;
		width: 217px;
		text-align: center;
	}
	
	.home #footerLogo, .about #footerLogo, .faq #footerLogo, .contact #footerLogo {
		position: absolute;
		top: 417px;
		left: 134px;
	}
	
#tagline, #footer {
	font-size: 12px;
	color: #d6cfb9;
	font-weight: bold;
}
	.home #tagline {
		position: absolute;
		top: 497px;
		left: 86px;
	}
	.about #tagline, .faq #tagline, .contact #tagline {
		position: absolute;
		top: 497px;
		left: 84px;
	}
	.home #footer {
		position: absolute;
		top: 520px;
		left: 84px;
		text-align: center;
		width: 260px;
	}
	.about #footer, .faq #footer, .contact #footer {
		position: absolute;
		top: 520px;
		left: 76px;
		text-align: center;
		width: 260px;
	}
