body {
	background-color: #fff8ee;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-image: url(images/pattern_111.gif);
	background-repeat: repeat;
	background-position: left top;
	font-size: 100%;
	color: #444;
}
#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #320605;
	background-color: #fff8ee;
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	left: 0px;
	border: 1px solid #178eb9;
}
#header h1 {
	background-attachment: scroll;
	background-color: #fff8ee;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	height: 201px;
	width: 800px;
	background-image: url(images/header.gif);
}
#main {
	background-color: #fff8ee;
	margin: 0px;
	padding: 20px;
	height: auto;
	width: 760px;
}
#footer {
	padding: 30px 0px 10px;
	clear: both;
	height: 30px;
	width: 800px;
	background-color: #fff8ee;
	text-align: center;
	background-attachment: scroll;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/*floats*/
.floatLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.floatLeftB {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #666666;
}
/*text styles*/
.text {
	font-size: 0.7em;
	line-height: 1.45em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}
.text a:link, .text a:visited, .text a:active {
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}
.text a:hover {
	color: #178eb9;
	text-decoration: underline;
	font-weight: bold;
}
.credits {
	font-size: 0.6em;
	line-height: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-weight: normal;
}
.credits a:link, .credits a:visited, .credits a:active {
	color: #444;
	text-decoration: underline;
	font-weight: normal;
}
.credits a:hover {
	color: #178eb9;
	text-decoration: underline;
	font-weight: normal;
}
h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #178eb9;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #003366;
}
.info {
	font-size: 0.7em;
	line-height: 1.45em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #178EB9;
}
/*other stuff*/
.border {
	border: 1px solid #666666;
}
.thumbnail {
	padding: 0px;
	background-color: #ffffee;
	border: 1px solid #666;
	margin-right: 12px;
	margin-bottom: 10px;
}
.leftBorder {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
#vintage {
	background-attachment: scroll;
	background-image: url(images/vintage-title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 760px;
}
.centerTable {
	margin: 10px auto!important;
}