.footer {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none
}

a:link {  
	color: #0000CE; 
	text-decoration: none
}

a:visited {  
	color: #0000CE; 
	text-decoration: none
}

a:hover {  
	color: #0000CE; 
	text-decoration: underline
}

body {     
	color: #333;
	background: url(../images/bg2.jpg);
}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: visible;
	height: 260px;
	width: 445px;
}

.nav {
	width: 526px;
	height: 44px;
	position: absolute;
	right: 0px;
	top: 164px;
	visibility: visible;
}

.wrapper {
	width: 750px;
	position: absolute;
	left: 50%;
	margin-left: -375px;
	top: 280px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	display: none;
}

.divwhite {
	background-color: white;
	padding: 15px;
}

.divblue {
	background-color: #000000;
	padding: 15px;
}


.pagetitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-decoration: none;
	text-transform: uppercase;
	color: #000000;
}

.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.gallerythum img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.75;
	border: 1px solid white;
}

.gallerythum:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border: 1px solid black;
}