body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	top: 0px;
	left:0px;
	color:#878182;
	width:100%;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
}
.mainimage
{
	position:absolute;
	top: 0px;
	width:800px;
	height:665px;
	background-image:url(images/main.png);
	background-repeat:no-repeat;
}
a
{
	text-decoration:none;
	font-weight:bold;
	border-bottom:#282671 1px dashed;
	color:#282671;
}
a:hover
{
	border-bottom			:none;
	font-weight:bold;
	text-decoration			:none;
	color					:#282671;
}
.mainnav a:link, .mainnav a:visited
{
	color					:#878182;
	padding-top				:3px;
	width					:100%;
	height					:15px;
	min-width				:100%;
	margin-bottom			:0px;
	min-height				:15px;
	display					:block;
	text-align				:center;
	font-size				:10px;
	font-style				:normal;
	text-decoration			:none;
	border-bottom			:none;
	cursor					:hand;
}
.mainnav a:hover
{
	color					:#878182;
	border-top				:3px solid #ddb02d;
	width					:100%;
	height					:15px;
	min-width				:100%;
	margin-bottom			:0px;
	min-height				:15px;
	display					:block;
	text-align				:center;
	padding-top				:0px;
	font-size				:10px;
	font-style				:normal;
	text-decoration			:none;
	border-bottom			:none;
	cursor					:hand;
}
.MainNavTable
{
	position:absolute;
	font-family				:Verdana;
	border-bottom:none;
	font-size				:8pt;
	margin-left:200px;
	width					:400px;
	height					:auto;
	padding					:0px;
	top						:125px;
	text-align:center;
}
.maintext
{
	position:absolute;
	margin-top:180px;
	margin-left:50px;
	padding:3px;
	width:400px;
	height:auto;
	color:#656162;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	z-index:3;
}
.smallimage
{
	position:absolute;
	border: 1px solid #e1e1e1;
	margin-top:200px;
	margin-left:500px;
	padding:10px;
	width:210px;
	color:#656162;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	z-index:3;
}

table.gallery {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
}
table.gallery th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.gallery td {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	-moz-border-radius: 0px 0px 0px 0px;
}
div#popup {
background:#EFEFEF;
border:1px solid #999999;
margin:0px;
padding:7px;
width:270px;
}
