* { border: 0; margin: 0; }

body {
	behavior:url("csshover.htc");
	background-color: #000000;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	color: #ffffff;
	font-size: 10pt;
	min-width: 978px;
}

a:link { color: #FFFF66 }
a:visited { color: #FFFF66; }
a:hover { color: #CC3300; }

h1 {
	font-size: 12pt;
	margin-bottom: 5px;
}

h3 {
	font-size: 11pt;
}

#header {
	height: 190px;
	overflow: hidden;
	background-color: #ffffff;
}

#nav {
	margin-left: auto;
	margin-right: auto;
	width: 951px;
}
#nav p { visibility: hidden; }
#nav div { height: 42px; float: left; }

.clearFloats { clear: both; }
.float_l { float: left; }

#content {
	background-image: url(images/nav_back.gif);
	background-repeat: repeat-x;
}

#text {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}


#col_l {
	width: 240px;
	float: left;
	padding-right: 10px;
	text-align: justify;
}
#col_r {
	width: 240px;
	float: left;
	padding-left: 10px;
	text-align: justify;
}

.note {
	font-size: 8pt;
}

.bordered {
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
}




#about {
	width: 144px;
	background-image: url(images/nav_about_off.gif);
}
#about:hover {
	background-image: url(images/nav_about_over.gif);
}
#info {
	width: 165px;
	background-image: url(images/nav_info_off.gif);
}
#info:hover {
	background-image: url(images/nav_info_over.gif);
}
#map {
	width: 226px;
	background-image: url(images/nav_map_off.gif);
}
#map:hover {
	background-image: url(images/nav_map_over.gif);
}
#gallery {
	width: 216px;
	background-image: url(images/nav_gallery_off.gif);
}
#gallery:hover {
	background-image: url(images/nav_gallery_over.gif);
}
#contact {
	width: 146px;
	background-image: url(images/nav_contact_off.gif);
}
#contact:hover {
	background-image: url(images/nav_contact_over.gif);
}
#news {
	width: 98px;
	background-image: url(images/nav_news_off.gif);
}
#news:hover {
	background-image: url(images/nav_news_over.gif);
}

