body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #FFCC99;
}
body {
	background-color: #000000;
	margin: 0px;
}
.pagesidebars_div {
	float: left;
	width: 200px;
	margin: 0px;
	clear: none;
	padding: 0px;
}
.logo {
	margin-left: 90px;
	padding: 0px;
	vertical-align: bottom;
	margin-right: 10px;
}

.pagecontent_div {
	float: left;
	height: 25px;
	width: 550px;
}

.pageblock_div {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.pageheader_div {
	width: 750px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 183px;
	vertical-align: bottom;
}
.navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CC9933;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #FFFF66;
	width: 200px;
	float: left;
	clear: both;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
	color: #FFCC33;
	margin-right: 15px;
	text-align: right;
}

h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFCC33;
	letter-spacing: 0.2em;
	text-align: left;
	word-spacing: 0.2em;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.spacecaps {
	letter-spacing: 0.15em;
	word-spacing: 0.15em;
	text-transform: uppercase;
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
	padding: 0px 15px 0px 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 24px;
	text-indent: 0px;
}
.thumbnail  + .bodytext {
	margin: 0px;
}

h2 + .bodytext {
	text-indent: 0px;
	margin: 5px 0px 0px;
}
.bodytext + .bodytext {
	margin: 0px;
	text-indent: 25px;
}

.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #FFCC33;
	text-transform: capitalize;
}
.navbottom_div {
	margin-left: 0px;
	width: 750px;
	margin-bottom: 30px;
	padding: 0px;
	margin-top: 35px;
}
.tinytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #CCCCCC;
	clear: both;
	float: none;
	padding-bottom: 30px;
	padding-top: 10px;
}

.navbar-bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CC9933;
	text-align: center;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	clear: none;
}
.italic {
	font-style: italic;
}

.floatright {
	clear: right;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.floatleft {
	clear: left;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.navbar:link, a.navbar:visited, a.navbar-bottom:link, a.navbar-bottom:visited {
	color: #FFFF99;
	background-color: #CC9933;
	text-decoration: none;
}

a.navbar:hover {
	color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
	background-image: url(graphics/navbar.jpg);
	background-position: right center;
	background-repeat: no-repeat;
}

a.navbar-bottom:hover {
	color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	text-decoration: none;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #000000;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: -60px;
	}
.price {
	font-size: 24px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 20;
	left: 50px; /*position where enlarged image should offset horizontally */
	}
a, a:visited {
	color: #FFFF00;
	text-decoration: underline;
}

