body, html {
	background-color: #000000;
	margin: 0px;
	text-align: center; 
}

body {
	font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
	font-size: 13px;
	color: #292422;
}

h1 {
	font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
	font-size: 20px;
	letter-spacing: -1px;
	color: #42342c;
	text-transform: uppercase;
	font-weight: bold; 
}

#container {
	position: relative; 
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

#top {
	position: absolute; 
	left: 0px;
	top: 0px;
	background: url('images/top.jpg') no-repeat;
	width: 900px;
	height: 602px;
}

#flashintro {
	position: absolute; 
	left: 11px;
	top: 22px;
}

#topthumbs {
	position: absolute; 
	left: 670px;
	top: 245px;
}

#quote {
	position: absolute;
	left: 0px;
	top: 566px;
	width: 900px;
	text-align: center;
	font-family: Times, "Times New Roman", serif;
	font-size: 20px;
	color: #FFFFFF;
	font-style: italic;
	letter-spacing: -1px;
}

#content {
	position: absolute; 
	left: 0px;
	top: 602px;
	background: url('images/content.jpg');
	line-height: 20px;
	width: 900px;
}

.padding {
	padding: 20px 40px;
}

#left {
	float: left;
	width: 400px;
	margin: 0 20px 0 0;
}

#right {
	float: left; 
	width: 400px;
	margin: 0px;
}

#bottom {
	clear: both;
	padding-top: 70px;
	background: url('images/bottom.jpg') no-repeat;
	width: 900px;
	height: 422px;
	color: #8e9875;
}

#thumbnails {
	position: absolute; 
	left: 30px;
	top: 100px;
	width: 600px;
	text-align: center; 
}

#nextback {
	position: absolute; 
	left: 635px;
	top: 300px;
	width: 220px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
}

#bottom h1 {
	color: #a2997f;
}

tr, td {
	color: #8e9875;
}

.wide {
	width: 100%;
}

input, textarea, select {
	background: url('images/inputbg.jpg') repeat-x;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	padding: 2px;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}

#copyright {
	color: #554f42;
	text-align: center;
	font-size: 10px;
}

#copyright a {
	color: #554f42;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline; 
}

.bigger {
	font-size: 16px;
	text-transform: uppercase;
}

.bigger a {
	color: #383c2e;
	text-decoration: none;
}

.bigger a:hover {
	color: #fffaf4;
}

.thumb {
	border: 3px solid #000000;
	margin: 5px;
}

#nextback a {
	color: #ae7204;
	text-decoration: none;
}

#nextback a:hover {
	color: #fffaf4;
}

strong {
	color: #383c2e;
}

#thumbnails a:hover {
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}