* {
	font-family: Arial, sans-serif;
}
body, html {
	margin: 0px;
	padding: 0px;
	background-image: url("./images/topbar-bg.gif");
	background-repeat: repeat-x;
	background-position: center top;
	font-size: 9pt;
	text-align: center;
	position: relative;
}
body {
	overflow: auto;
}
html {
	height: auto;
}
a img {
	border: 0px;
}
.clear {
	clear: both;
}
input {
	font-size: 1em;
}
#page {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	position: relative;
}
#topbar {
	height: 60px;
	overflow: visible;
	position: relative;
	padding-left: 95px;
}
#topbar img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#subnav {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: .9em;
}
#subnav a {
	color: #4a450a;
	margin: 0px 3px;
}
#subnav a:hover {
	color: #7d7434;
}
#logo {
	color: #4a450a;
	font-size: 2.3em;
	font-weight: bold;
	font-style: italic;
	font-family: "Bookman Old Style", "Times New Roman", Times, serif;
	text-decoration: none;
	display: inline-block;
	margin-top: 12px;
}
#logo:hover {
	color: #7d7434;
}
#nav {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: .9em;
	text-align: right;
	float: right;
	display: inline-block;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	display: inline-block;
	padding: 6px 13px 4px 13px;
	background-image: url("./images/nav-bg.gif");
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fdfaee;
	border-bottom: 2px solid #eae6d8;
	margin: 0px 0px 0px 2px;
	text-decoration: none;
	color: #4a450a;
}
#nav li a:hover {
	background-color: #eae6d8;
	background-image: url("./images/nav-bg_hover.gif");
}
#listing {
	font-size: 1em;
	width: 100%;
	margin-top: 10px;
	overflow: visible;
}
#listing td {
	padding: 15px;
	text-align: left;
	background-color: #ffffff;
}
#listing td a img {
	border: 3px solid #eae6d8;
	float: left;
	margin: 0px 10px 0px 0px;
}
#listing td h4 {
	font-size: 1.25em;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #4a450a;
}
#listing td div.content {
	/*position: relative;*/
}
#listing td .info {
	text-align: left;
}
#listing td .more {
	margin-top: 5px;
	clear: both;
	border-top: 1px solid #eae6d8;
}
#listing td .more .toggle {
	padding: 5px 0px;
}
#listing td.odd {
	background-color: #f7f7f7;
}
#sortbar {
	padding: 0px;
	border-top: 1px solid #eae6d8;
	border-bottom: 1px solid #eae6d8;
	margin: 10px 0px;
	font-size: .9em;
	color: #4a450a;
	background-color: #fdfaee;
	width: 100%;
	z-index: 1000;
}
#sortbar form {
	display: inline-block;
	margin: -1px 10px -4px 0px;
	font-size: .85em;
	float: left;
}
#sortbar_spacer {
	margin: 10px 0px;
	padding: 5px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	font-size: .9em;
}
#sortbar a {
	color: #4a450a;
}
#sortbar a:hover {
	color: #7d7434;
}
#sortbar .left {
	float: left;
	text-align: left;
	padding: 8px 10px;
}
#sortbar .right {
	float: right;
	text-align: right;
	padding: 6px 10px;
}
#category, #content {
	padding-bottom: 20px;
}
#category h1, #content h1 {
	margin: 10px 0px 0px 0px;
	font-size: 2.6em;
	font-weight: normal;
	font-style: italic;
	font-family: "Bookman Old Style", "Times New Roman", Times, serif;
	color: #c1ba9a;
	clear: both;
}
#category .desc, #content .desc {
	color: #8e8871;
	font-style: italic;
	margin: 10px 2px 0px 2px;
}
#content h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
#content ul {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 20px;
}
#content ul li {
	float: left;
	margin-right: 50px;
}
#content .desc {
	font-style: normal;
	color: #333;
	line-height: 1.5em;
}
.desc a {
	color: #4a450a;
}
.desc a:hover {
	background-color: #4a450a;
	color: #ffffff;
	text-decoration: none;
}
#screen {
	background-color: #000000;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 1200;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}
#screenholder {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 1300;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	display: block;
}
#footer {
	padding: 20px 0px 5px 0px;
	font-size: .9em;
	color: #777;
	clear: both;
}
.infofade {
	position: absolute;
	padding-top: 10px;
	z-index: 1000;
}
.infofade.bot {
	padding-top: 0px;
	padding-bottom: 10px;
}
.infofade .toggle {
	background-color: #fdfaee;
	border: 1px solid #eae6d8;
	padding: 8px 10px;
	font-size: .9em;
	line-height: 1.4em;
}
.infofade .toggle em {
	font-size: .9em;
	display: block;
	color: #888;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.infofade .arrow {
	background-image: url("./images/info-arrow.gif");
	background-repeat: no-repeat;
	background-position: 32px top;
	height: 7px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	margin-bottom: -1px;
	_margin-bottom: -5px;
}
.infofade.bot .arrow {
	background-image: url("./images/info-arrow-bot.gif");
	background-position: 32px bottom;
	margin-bottom: 0px;
	_margin-bottom: 0px;
	margin-top: -1px;
	_margin-top: -5px;
}