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

#body-holder {
	height: 1300px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}

#header-block {
	width: 600px;
	float: right;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #727272;
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC63A8;
}

#subheader-block {
	height: 40px;
	width: 300px;
	clear: right;
	float: right;
	background-image: url(../img/nav/subheader.gif);
	line-height: 40px;
	padding-left: 45px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #727272;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #727272;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #6E6E6E;
}

#subheader-block a:hover {

}
.subhead-active {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

#subheader-block a:hover {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
#gallery-block {
	clear: right;
	padding-top: 25px;
	list-style-type: none;
	height: 1000px;
	width: auto;
}


#gallery-block img {
	border: 2px solid #333;
	list-style-type: none;

}

#gallery-block ul li {
list-style-type:none;
}
#gallery-block ul li img:hover{
border: 2px solid #999;
}
