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

body {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	
}

img {
	border-style: none;
}

.page #top {
	background-image:url('Images/toplogo.png');
	background-color:#FFF;
	position:relative;
	width:800px;
	height:75px;
	margin: 15px auto;

}
.page #top img{
	margin-left:20px;
}

.page #main {
	background-image:url('Images/mainbg.png');
	background-repeat:no-repeat;
	margin-left:-400px;
	left:50%;
	position:absolute;
	background-color:#FFFFFF;
	width:800px;
}

.page #topnav {
	margin: 0px auto;
	position: absolute;
	width: 800px;
	height:20px;
}

#text{
	margin-top:25px;
	padding-left:5px;
	float:left;
}
#gal {
	float:right;
	background-color:#FFF;
	width:380px;
	margin-right:20px;
	top:20px;
}	

#gal table.gallery img {
	padding-right:10px;
	padding-bottom:10px;
}

#gal table.gallery img:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}


.dimmer {
	background-color: rgb(0, 0, 0);
	opacity:0.7;
	filter:alpha(opacity=70);
	z-index: 20;
	height:100%;
	width:100%;
	background-repeat:repeat;
	position:fixed;
	top:0px;
	left:0px;
	visibility:hidden;
}

.page #imgdiv{
	position:absolute;
	width:800px;
	height:400px;
	z-index:25;
	visibility:hidden;
	top:50px;
}
	

.page #footer{
	bottom: 0px;
	font-size:10px;
	width:790px;
	position:relative;
	margin-left:5px;
}

p.copyright {
	float:left;
	text-align:left;
}

p.logon {
	float:right;
	text-align:right;

