body
{
	background-image: url('./images/bg.png');
	font-family: 'Lucida Grande', 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.75em;
	margin: 0px;
}
#wrapper
{
	background-image: url('./images/headbg.png');
	background-repeat: repeat-x;
	min-height: 300px;
	padding-top: 30px;

}
img
{
	border: none;
}
ul
{
	padding-top: 8px;
	margin-top: 0px;
}
a
{
	color: black;
	outline: none;
	text-decoration: none;
	font-weight: bolder;
}
p
{
	margin: 0px;
	padding: 10px;
}
form
{
	padding: 10px;
}
form input, form textarea
{
	padding: 2px;
	border: 1px solid #9a9468;
}
a:hover
{
	text-decoration: underline;
}
#site
{
	width: 950px;
	background-color: #cbc59a;
	margin: auto;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#header
{
	width: 950px;
	margin: auto;
	height: 58px;
	background-image: url('./images/menubg.png');
	background-repeat: repeat-x;
	position: relative;
}
#header h1
{
	text-indent: -102020202px;
	margin: 0px;
	background-image: url('./images/logo.png');
	height: 58px;
	width: 203px;
}
#header ul
{
	position: absolute;
	list-style: none;
	top: 20px;
	right: 20px;
	padding: 0px;
}
#header ul li
{
	float: left;
	margin-right: 20px;
}
#header ul li a
{
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
	display: block;
}
#header ul li a:hover
{
	border-bottom: 3px solid #FFF;
}
/** sshow **/
#comments
{
	position: relative;
}
#comments h2
{
	font-size: 15px;
	padding: 3px 0px 0px 10px;
	margin: 0px;
}
#comments .info
{
	font-size: 80%;
	font-stretch: ultra-condensed;
	font-weight: bolder;
	padding: 3px 0px 0px 10px;
	margin: 0px;
	width: 80%;
}
#sshow img
{
	position: relative;
}
#sshow
{
	margin: auto !important;
	width: 100%;
	background-color: #363636;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 4px solid #444;
	color: #FFF;
}
p.buttons
{
	position: absolute;
	right: 10px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	color: #9a9468;
}
p.buttons span
{
	font-size: 300%;
}
p.buttons .prev
{
	width: 60px;
	height: 4px;
}
p.buttons .next
{
	width: 60px;
	height: 4px;
}
p.buttons a
{
	text-decoration: none;
	
	color: #666;
}
p.buttons a:hover
{
	color: #FFF;
	text-decoration: none;
}
/* dirlisting */
.dirlisting
{
	list-style: none;
	margin: 0px 0px 0px 0px !important;
	padding: 10px !important;
	
}
.dirlisting img
{
	margin: 0px 10px 10px 0px !important;
	float: left;
	position: relative;
	z-index: 10;
} 
.dirlisting li span
{
	position: relative;
	margin: 0px 0px 0px 0px!important;
	z-index: 0;
	font-size: 15px;
	color: #FFF;
}
.dirlisting p
{
	margin: 0px;
	
}
.dirlisting li
{
	margin: 0px;
	padding: 4px;
	min-height: 50px;
	font-size: 84%;
	margin-bottom: 3px;
}
.dirlisting a:link, .dirlisting a:visited
{
	text-decoration: none;
	color: #B38E15;
}
.dirlisting a:hover
{
	color: #D9AD19;
}
#content p
{
	margin-top: 0px;
	padding-top: 0px;
	
}
/** sshow 2 **/

#sshow2
{
	margin: auto !important;
	width: 100%;
	background-color: #363636;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 4px solid #444;
	color: #FFF;
}
#imgstrip
{
	position: relative;
	width: 110px;
	float: left;
	height: 525px;
	overflow-y: auto;
	margin-left: 14px;
	margin-right: 14px;
}
