* { margin: 0; padding: 0; }
img { border: 0; vertical-align: top; }

html, body { 
	text-align: center;
	background-color: #000;
	color: #fff;
	font-family: "Georgia", Times New Roman, times, serif;
	font-size: 12pt;
	line-height: 13pt;
	height: 100%;
}

a:link { color: #eba84d; text-decoration: none; }
a:visited { color: #eba84d; text-decoration: none; }
a:hover { color: #eba84d; text-decoration: underline; }
a:active { color: #eba84d; text-decoration: underline; }

#wrap { 
	margin: 0 auto;
	width: 900px;
	text-align: left;
	position: relative;
	min-height: 100%;
}
	
#header {
	height: 134px;
}
#nav ul {
	list-style-type: none;
	height: 15px;
}

#nav ul li {
	display: inline;
	float: left;
}

#footer {
	margin: 0 auto;
	width: 900px;
	height: 20px;
	background-color: #2f1113;
	padding: 4px 0;
	font-size: 9pt;
	text-align: center;
	position: absolute;
	bottom: 0;
}

#contact {
	background: url(img/bg_contact.jpg) scroll no-repeat 100% 0;
	height: 221px;
	overflow: visible;
	padding-bottom: 40px;
}

#links {
	background: url(img/bg_links.jpg) scroll no-repeat 100% 0;
	height: 232px;
	overflow: visible;
	padding-bottom: 40px;
}

#jefferson {
	background: url(img/bg_jefferson.jpg) scroll no-repeat 100% 0;
	height: 443px;
	overflow: visible;
	padding-bottom: 40px;
}

#who {
	background: url(img/bg_who.jpg) scroll no-repeat 100% 0;
}

#credits {
	background: url(img/bg_credits.jpg) scroll no-repeat 50% 50px;
	padding-bottom: 40px;
}

#home { padding-bottom: 40px; }

#who ul { list-style-position: inside; margin: 1em 5em; }

#home ul {
	margin: 1em;
}
#home ul li {
	list-style-image: url(img/star.gif);
	padding-bottom: 1em;
	font-size: 12pt;
	color: #eba84d;
	margin-left: 30px;
}

.product { margin: 0 auto; }
.product_home { margin: 20px auto; }
.product_image { display: inline; }
.product_info { margin-left: 250px; text-align: left; }
.button { margin: 8px 0; }

.hdr {
	margin: 40px 0 20px 0;
}

.emph { 
	font-size: 16pt;
	color: #eba84d;
}

#contact p, #links p, #jefferson p, #who p, #credits p {
	margin-left: 30px;
	width: 40em;
}
#home p {
	margin-left: 30px;
	margin-right: 30px;
}