@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
	background-image: url(images/bg-big.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font: 12px "Times New Roman", Times, serif;
	color: #999999;
}
#bottom {
	width: 100%;
	height: 170px;
	clear: both;
	float: left;
	position: fixed;
	bottom: 0px;
	padding: 150px 0px 0px 0px;
}
#bottombg {
	width:100%;
	height: 170px;
	clear: both;
	float: left;
	bottom: 0px;
}
#topbg {
	width:100%;
	height: 40px;
	background-color:#d9d9d9;
	background-image: url(images/top-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
	float: left;
	padding: 10px 0px 0px 0px;
}
.thumbs {
	border: 3px solid #cccccc;
}
#nav {
	width:310px;
	height:158px;
	float: left;
	background-color:#999999;
	background-image: url(img/menulogo.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 12px;
}
#subnav {
	width:150px;
	height:158px;
	float: left;
	background-color: #CCCCCC;
	padding-top: 12px;
	margin-left: 0px;
}
#galleriesnav {
	width:550px;
	height: auto;
	background-color: #CCCCCC;
	padding-top: 12px;
	margin-left: 0px;
}
#subnavabout {
	width:250px;
	height:158px;
	float: left;
	background-color: #CCCCCC;
	padding-top: 12px;
	margin-left: 10px;
}
#slider {
	width: 100%;
	height:170px;
	float: left;
	margin-left: 0px;
}
a.nav {
	font: 13px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	line-height: 2.0em;
	padding-left: 10px;
}
a.subnav {
	font: 13px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	line-height: 2.0em;
}
a.links {
	font: 13px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
	text-decoration: underline;
}
a.subnavabout {
	font: 13px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	line-height: 1.25em;
}
h1 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
.header1 {
	font: bold 19px "Times New Roman", Times, serif;
	color: #006699;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
.heading {
	font: bold 15px "Times New Roman", Times, serif;
	color: #006666;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}	
p.mainarea {
	background-color:#FFFFFF; 
	padding:25px; 
	width:500px; 
	margin:0; 
	display:block; 
	height: auto; 
	line-height:1.4em;
	}