
body
{
	background-color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}


#nav
{
	width: 680px;
	height: 25px;
	border: 1px solid #666666;
	color: white;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	position: absolute;
	top: 0px;
	margin-left: -341px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;

	_position: absolute;
}

#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: #666666;
}

#hero
{
	margin-top: 25px;
	border-bottom: 1px solid white;
	width: 680px;
	height: 186px;
	background-image: url(../images/tempssbbanner.jpg);
}

#main
{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#body
{
	padding-top: 0px;
	background-color: white;
	position: relative;
	border-right: 200px solid #eeeeee;
}

#body h4
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 6px;
	clear: both;
}


#sidebar
{
	
	width: 180px;
	position: absolute;
	right: -200px;
	_right: 0px;
	top: 0px;
	padding: 10px;
}


#sidebar h3
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}

.pullout
{
	background-color: #eeeeee;
	padding: 5px;
	float: right;
	margin: 8px;
}


#content
{
	padding: 20px;
	_padding: 5px;
	_margin-top: 5px;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	color: #333333;
	min-height: 680px;
	overflow-x: hidden;
	overflow-y: auto;
}

#content
{
	height: 580px;
}

#fade2
{
	height: 95px
}

#content h2
{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */	
	margin: 0px;
	border-bottom: 1px solid black;	
}

#content h3
{
	font-size: 18px;
	margin-bottom: 0;
}


#content p
{
	text-align: justify;
	text-indent: 3em;
	line-height: 1.3em;
}

.bottomImage
{
	margin-top: 290px;
	float: left;
}



#mainContentDiv
{
	font-size: 13px;
	display: block;
}

#bioDiv
{
	display: none;
}

#contactDiv
{
	display: none;
}

#calendarDiv
{
	display: none;
}

#descriptionDiv
{
	display: none;
}

#bookingDiv
{
	display: none;
}

#sponsorsDiv
{
	display: none;
}



a
{
	color: #666666;
}





.sidebar-image-thumbnail, .sidebar-image-pullout {
	float: left;
		background: url('images/flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;
	display: block;
	width: auto;
	}

.sidebar-image-thumbnail img, .sidebar-image-pullout img {
	 background-color: #fff;
	 border: 1px solid #a9a9a9;
	 display: block;
	 margin: -5px 5px 5px -5px;
	 _margin: 0px 5px 5px 0px;
	 padding: 4px;
	 /* position: relative; */
	}

.sidebar-image-thumbnail img:hover, .sidebar-image-thumbnail:hover img, .sidebar-image-pullout:hover img {
	background-color: #ccd;
}

.sidebar-image-pullout
{
	margin: 0px 3px 3px 14px;
	background-image: url('images/flickr_shadow_white.gif');
	
}


#footer
{
	width: 678px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b0b0b0;
	background-color: #eeeeee;
	color: #b0b0b0;

}


.left
{
	float: left;
}

.right
{
	float: right;
}

p.caption
{
	text-align: center;
}


.nodisplay
{
	display: none;
}

