body {
	margin:0px;
	padding:0px;
	background-color:#000;
	background-image:url('../img/logoback.jpg');background-position:top center;background-repeat:no-repeat;
	color:#fff;
	font-family: 'PT Sans', Verdana, sans-serif;
	font-size:14px;
}

#layout {
	width:1000px;
	text-align:center;
	margin:auto;
}

#site {
	width:900px;
	margin:auto;
	margin-top:256px;
	padding-right:0px;
}

#piccontent {
	width:550px;
	height:409px;
	float:left;
	padding-left:28px;
	text-align:left;
	padding-top:4px;
}

#textcontent {
	width:210px;
	height:400px;
	float:right;
	text-align:left;
	padding:0px;
	margin-right:90px;
}

#textcont {
	width:210px;
	height:400px;
	margin:0px;
}

#navfoot {
	width:280px;
}

.navline {
	font-size:12px;
}

a:link, a:visited {
	text-decoration:none;
	color:#fff;
}
	
a:hover, a:active {
	text-decoration:none;
	color:#d6d6d6;
}
	
p {
	font-family: 'PT Sans', Verdana, sans-serif;
	color:#fff;
	font-size:14px;
	margin-top:0px;
}	

.thumbs {
	list-style-type:none;
	display:none;
}

#slideshow {
	margin-top:0px;
	padding-top:0px;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow img {
	margin-top:0px;
	padding-top:0px;
}

#back {
	float:left;
}

#controls {
	float:right;
	font-size:11px;
}

#back {
	font-size:11px;
}

#tooltip {
	border : 1px solid #474747;
	border-width : 0px 1px 1px 0px;
	background-color : #484848;
	padding : 0;
}
#tooltip p {
	margin : 4px 8px 3px 8px;
	color : #fff;
	font-size : 12px;
	font-family : 'PT Sans', Verdana, sans-serif;
}

