body
{
	background-image: url('./images/background.png');
	margin: 0px;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, arial, sans-serif;
	font-size: 0.75em;
}
#wrapper
{
	width: 100%;
	background-image: url('./images/headbg.png');
	background-repeat: repeat-x;
	min-height: 500px;
	padding-top: 28px;
}
#bgwrapper
{
	width: 962px;
	background-image: url('./images/mainb.png');
	background-repeat: repeat-y;
	margin: auto;
}
#content
{
	position: relative;
	width: 100%;
	background-image: url('./images/head.png');
	background-repeat: no-repeat;
}
#content h1
{
	text-indent: -10000px;
	background-image: url('./images/header.png');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 58px;
}
#page
{
	width: 950px;
	margin: auto;
}
#footer
{
	text-indent: -100000px;
	height: 16px;
	background-image: url('./images/footer.png');
	clear: both;
	margin-top: -12px;
}
ul#menu
{
	background-color: #95a6a6;
	width: 950px;
	margin: 0px auto 0px auto;	
	padding: 0px;
	list-style: none;
	border-top: 3px solid #648383;
	height: 40px;
	color: #FFF;
}
ul#menu li
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 11px;
}
ul#menu li a
{
	font-family: Tahoma, Helvetica, 'Trebuchet MS', tahoma, verdana, arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 100%;
	display: block;
	outline: none;
}
ul#menu li a:hover
{
	border-bottom: 2px solid #FFF;
}
/* slide show */
#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;
	border: none;
	outline: none;
	
}
#sshow
{
	margin: auto !important;
	width: 100%;
	text-align: center;
	outline: none;
}
#sshow a
{
	outline: none;
}
p
{
	margin: 14px;
	
}
p.buttons
{
	position: absolute;
	right: 10px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	color: #999;
}
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: #000;
	text-decoration: none;
}
/* dirlisting */
.dirlisting
{
	position: relative;
	list-style: none;
	margin: 0px auto auto 0px !important;
	padding-top: 30px;
	padding-bottom: 50px !important;
	padding-left: 0px;
	margin-bottom: 50px;
	left: -2px;
	border: none;
}
ul.dirlisting li
{
	position: relative;
	width: 278px;
	float: left;
	margin-left: 30px;
	padding: 0px;
	text-align: center;
	margin-bottom: 30px;
}
ul.dirlisting li.thumb
{
}
.dirlisting li .info
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	background-color: white;
	border-top: 4px solid #95a6a6;
	border-bottom: 4px solid #95a6a6;
	margin-top: 70px;
	display: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
.dirlisting img
{
	position: relative;
	margin: 0px auto !important;
	position: relative;
	z-index: 10;
	clear: both;
	border: 4px solid #95a6a6;
} 
.dirlisting li span
{
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px!important;
	z-index: 0;
	font-size: 15px;
	clear: both !important;
}
.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;
}
.dirlisting a:hover
{
}

a:link, a:visited
{
	color: #648383;
}
a:hover
{
	color: #95a6a6;
}
#contactinfo
{
	width: 200px;
	float: left;
	height: 500px;
}
#contactinfo ul
{
	list-style: none;
	padding: 14px;
}
form
{
	margin-top: 20px;
}
