body {
	background-color: #FFFEAB;
	font: normal 0.7em verdana,arial,helvetica,sans-serif;
	margin: 5;
	padding: 0;
}

.bodytype1 {
	text-align: center;
}

a {
	text-decoration: none;
	color: #666;
}

a.sctrl_link {
	text-decoration: none;
	color: #900;
}

#indexmain {
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	width: 800px;	
	height: 600px;
	margin: 0 auto 0 auto;
	background: transparent url(/images/mohawk.gif);
}

.container {
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	width: 800px;	
	overflow: none;
	height: 650px;
	margin: 0 auto 0 auto;
	background: transparent;
}

.stretchContainer {
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	width: 800px;	
	overflow: none;
	margin: 0 auto 0 auto;
	background: transparent;
}

.container_long {
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	width: 800px;	
	height: 700px;
	margin: 0 auto 0 auto;
	background: transparent;
}


#navdiv {
	display: block;
	float: left;
	width: 125px;
}

#announcements {
	display: block;
	float: left;
	padding-left: 15px;
	width: 230px;
}

#searchresults {
	display: block;        
	float: left;        
	padding-left: 15px;
	width: 600px;
	margin-top: 15px;
}

.searchresultsul {
	list-style-type: none;
}

.searchresultsul li {
}

.listingstats {
	list-style-type: none;
}

.searchnav {
	width: 600px;
	text-align: center;
}

.searchnav ul {
	list-style-type: none;
}

.searchnav ul li {
	display: inline;
}

.searchnav ul li a {
	font-size: 1.3em;
	font-weight: bold;
}

.inputform, .notice {
	display: block;
	padding-left: 25px;
	padding-top: 20px;
	width: 600px;
	text-align: left;
	float: left;
	line-height: 18pt;
}

.inputform table {
	font: normal 1em verdana,arial,helvetica,sans-serif;
}

.inputform table label {
	font-weight: bold;
}

.commentForm {
	line-height: 13pt;
}

.commentForm input {
	margin: 3px;
}

.commentForm h3 {
	margin-bottom: 4px;
	padding-bottom: 0;
}

label {
	font-weight: bold;
}

.required {
	color: #900;
}

#announcements p {
	text-align: left;
}

#titlebar {
	width: 800px;
	height: 50px;
	background: url(/images/titlebar.gif);
	text-align: center;
}

#titlebar h2 {
	display: none;
}

#footer {
	width: 800px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.leftnav {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 3px;
}

.leftnav li {
	margin-bottom: 10px;
}

.leftnav li span {
	display: none;
	}

#navhome {
	display: block;
	width: 120px;
	height: 45px;
	background: url(/images/home-off.gif);
	}
#navhome:hover {
	background: url(/images/home-on.gif);
	}
#navsearch {
	display: block;
	width: 120px;
	height: 45px;
	background: url(/images/search-off.gif);
	}
#navsearch:hover {
	background: url(/images/search-on.gif);
	}
#navadd {
	display: block;
	width: 120px;
	height: 45px;
	background: url(/images/add-off.gif);
	}
#navadd:hover {
	background: url(/images/add-on.gif);
	}
#navupdate {
	display: block;
	width: 120px;
	height: 45px;
	background: url(/images/update-off.gif);
	}
#navupdate:hover {
	background: url(/images/update-on.gif);
	}
#navshows {
	display: block;
	width: 120px;
	height: 45px;
	background: url(/images/shows-off.gif);
	}
#navshows:hover {
	background: url(/images/shows-on.gif);
	}
#navcontact {
	display: block;
	width: 120px;
	height: 45px;
	background: url(/images/contact-off.gif);
	}
#navcontact:hover {
	background: url(/images/contact-on.gif);
	}

.oneComment p {
	margin-left: 15px;
}

.captchaSpreader {
	height: 200px;
}
 
.loginError,
.errorMessage {
	font-weight: bold;
	color: #a00;
	padding-bottom: 5px;
}

.showListing a {
	color: #333;
}

.showListing a:hover {
	text-decoration: underline;
}
