body
{
	background-color:#000000;
	margin:0;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#999999;	
}

div#banner
{
	width:944px;
	height:135px;
	background-image:url(images/banner.jpg);
	margin:0 auto;
}

div#navs
{
	width:944px;
	height:39px;
	margin:0 auto;
}

div#navbar
{
	float:left;
	width:855px;
	height:39px;
	background-image:url(images/navbar.jpg);
}

div#social
{
	float:right;
	width:89px;
	height:39px;
}

div#photos
{
	background-image:url(images/photosbg.jpg);
	height:345px;
	width:900px;
	margin:0 auto;
	padding:0 22px 14px 22px;
	
}

div#content
{
	width:920px;
	margin:0 auto;
}

img
{
	border:none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table, form
{
		margin:20px 0;
}

h1
{
	font-size:16pt;	
}

h2
{
	font-size:14pt;	
}

h3
{
	font-size:12pt;	
}

h4
{
	font-size:11pt;	
}

h5, h6
{
	font-size:10pt;	
}

a
{
	color:#fff;
}

p
{
	padding-top:15px;
	padding-bottom:15px;
	text-align:justify;
	margin:0;
}

div#gallery
{
	background-image: url(images/gallerybg.jpg);
	background-repeat: no-repeat;
  	padding:2px 9px;
}

div#albums
{
	margin:20px auto 0 auto;
	width:925px;
	line-height:32px;
}

div#albums span
{
	line-height: 27px;
	background-image:url(images/albumbg.jpg);
	width:112px;
	height:27px;
	display:inline-block;
	text-align: center;
	font-size:10px;
	text-transform:uppercase;
}

div#albums span.active
{
	border:1px solid #fff;
	width:110px;
	height:25px;
	line-height: 25px;
	background-position: center;
}

div#albums span a
{
	text-decoration:none;
	color:white;	
	display:block;
}

.bs {
    height:345px;
}

.bs img {
    position:absolute;
    z-index:8;
    opacity:0.0;
    background-color:#fff;
}

.bs img.active {
    z-index:10;
    opacity:1.0;
}

.bs img.last-active {
    z-index:9;
}

div#footer
{
	border-top:1px solid #444;
	margin-top:20px;
	width:100%;
}

div#footer p
{	
	text-align:center;
	font-size:11px;
}
