body 
{ 
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	font-family: Times New Roman;
	color: #12518B;
} 

h2
{
	font-family: Times New Roman;
	font-size: 16px;
	color: #9B6214;
}

#container
{
	text-align: center;
	margin: 0px auto;
}

#topMenu
{
	background-image: url(/images/header.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 173px;
	text-align: center;
}

#topMenuContent
{
	width: 800px;	
	position: relative;	
	margin: 0px auto;
}

#sitecontent
{
	width: 805px;	
	text-align: left;
	margin: 0px auto;
}

.menuHeader
{
	width: 137px;
	height: 43px;
	float: left;
	background-image: url(/images/nav_off.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
}

.menuHeaderHover
{
	width: 137px;
	height: 43px;
	float: left;
	background-image: url(/images/nav_hover.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer; cursor: hand;
}

.menuHeaderActive
{
	width: 137px;
	height: 43px;
	float: left;
	background-image: url(/images/nav_active.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
}

.menuHeader2
{
	margin-top: 16px;
	font-family: Times New Roman;
}

.menuHeader2 a
{
	font-size: 12px;
	font-family: Times New Roman;
	text-decoration: none;
	color: #12518b;
}

.photoGallery, .photoGalleryHover
{
	height: 75px;
	width: 100px;
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 3px 3px 0;
	padding: 0px;
}

.photoGallery
{
	border: solid 3px #FFFFFF;
}

.photoGalleryHover
{
	border: solid 3px #E5B680;
	cursor: pointer; cursor: hand;
}

.divPhotoView
{
	width: 620px; 
	height: 550px;
	background-color: #FFFFFF; 
	margin: 0 auto; 
	margin-top: 50px;
	border: 1px solid #ccc;
}

#divCurtain
{
	display: none; 
	background-color: Transparent; 
	background-image: url('/images/curtain.png');
	background-position: left top;
	background-repeat: repeat;
	text-align: center;
	position: absolute; 
	top: 0px; 
	left: 0px; 
}