@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family: Helvetica, Arial, sans-serif;

	
}
li,td{
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	}
	
p{
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
#main{
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_holder{
	background-image: url(images/index_03.jpg);
	background-repeat: no-repeat;
	height: 372px;
	width: 900px;
}
#header_nav{
	height: 352px;
	width: 271px;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 17px;
	padding-left: 64px;
}

#lowerholder{
	background-color: #FFF;
	background-image: url(images/index_05.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
}

#lowerholder2{
	background-color: #FFF;
	width: 900px;
}

#lower_nav{
	height: 352px;
	width: 307px;
	vertical-align: top;
	margin-left: 45px;
	float: left;
}

#text{
	width: 508px;
	float: right;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 25px;
}

#gallery{
	width: 850px;
	float: right;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 25px;
}

#clear{
	clear: both;
}

.subhead{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
}

#footholder{
	font-size: 12px;
	color: #FFF;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 22px;
}

a{
	color: #95c124;
	text-decoration: underline;
}

a:hover{
	color: #999;
	text-decoration: none;
}

a.gallery{
	color: #95c124;
	text-decoration: underline;
	font-size: 16px;
}

a.gallery:hover{
	color: #999;
	text-decoration: none;
}
/*gallery style*/
.pageingClassTop {
	margin-top:-25px;
	font-size:10px;
}

	.pageingClassTop a{
		padding:5px;
		text-decoration:none;
		color:#000;
		
	}
	
	.pageingClassTop a:hover{
		text-decoration:underline;
	}
	
.pageingClassBottom {
	font-size:10px;
}

	.pageingClassBottom a{
		padding:5px;
		text-decoration:none;
		color:#000;
		
	}
	
	.pageingClassBottom a:hover{
		text-decoration:underline;
	}


.albumWrapperClass {
	padding:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;	
}

	.albumTitleClass {
		padding:5px;
		color:#95c124;
		font-size:16px;
	}
	
	.albumDescriptionClass {
		padding:5px;
		color:#000;
		font-size:12px;
	}

	.thumbWrapperClass{
		padding:0px;
		padding-bottom:15px;
	}
	
		.thumbContainerClass {	
			padding:10px;
			padding-bottom:0;
		}
		
			.thumbnailsClass {
				margin:5px;
				border:#666 1px solid;
				margin-bottom:0;
			}