﻿* { margin: 0; padding: 0; }
img { border: 0; vertical-align: top; }

html, body { 
	text-align: center;
	background-color: #CC8822;
	color: #662222;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 13pt;
	height: 100%;
}

a:link { color: #662222; text-decoration: none; }
a:visited { color: #662222; text-decoration: none; }
a:hover { color: #FFFF00; text-decoration: underline; }
a:active { color: #005599; 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: 0px;
	color:#FFFFCC;
}

#footer a	{color: #FFFFCC;}

#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;
}

#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: 20px;
		}

#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: #662222;
	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: #662222;
}

#contact p, #links p, #jefferson p, #who p, #credits p {
	margin-left: 30px;
	width: 40em;
}
#home p {
	margin-left: 30px;
	margin-right: 30px;
}

