body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 80%;
	background-color: Black;
}
#container {
	width: 672px;
	background-color: White;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	color: #FFFFFF;
	background-color: #778CB3;
}
#topright {
	float: right;
	height: 140px;
	width: 440px;
	text-align: right;
	padding-right: 5px;
}
.cl {
clear:both;
}

.red {
	color: Red;
}

.navy {
	color: Navy;
}

#gallery {
	width: 673px;
	padding-top: 5px;
}
#news {
	width: 210px;
	height: 600px;
	margin-top: 5px;
	background-color: #778CB3;
	color: #FFFFFF;
	padding: 4px;
}
#menu {
	background-color: #d3c181;
	padding: 5px 15px;
	border: 0px;
}
#menu a:link, #menu a:visited, #menu a:active {
	background-color: #d3c181;
	padding: 5px 15px;
	text-decoration: none;
	color: #000000;
}
#menu a:hover {
	padding: 5px 15px;
	background-color: Black;
	text-decoration: none;
	color: #FFFFFF;
}
#content {
	float: right;
	margin-top: 0px;
	background-color: White;
}
p {
margin: 0 0 0 0px;
}
em {
	font-style: oblique;
	font-weight: bolder;
	color: Blue;
}
h1 {
	padding: 4px;
	margin: 4px;
	font-size: 120%;
	font-weight: bold;
	color: Black;
	border-bottom: thin dashed Black;
}
h2 {
text-align: center;
	font-size: 300%;
	font-weight: normal;
	color: #FFFFFF;
}

#pad {
	padding: 12px;
	color: #000000;
}
#footer {
	background-color: #d3c181;
	padding: 12px;

	color:#000000;
	font-size: 85%;
	text-align: center;
	clear:both;
	border-top: 0px solid #FFFFFF;
}
#footer a:link, #footer a:active, #footer a:hover, #footer a:visited {
	color:#000000;
}
h4 {
	font-size: 180%;
	color: #F01E1E;
}
.noborder {
	border-style: none;
}

#descr {
	width: 350px;
	height: 104px;
	margin-top: 0px;
	background-color: #d3c181;
	color: Black;
	padding: 4px;
	float: left;
	border-right: 40px solid Green;
}
#nav ul{
	margin: 0;
	
	list-style: none;
}
#nav li {
	background-image: url("smallgalleryimages/DSCF1386.jpg"); /* This is to preload the hover state */
	background-repeat: no-repeat;
	margin-top: 33px; /* For IE5 Mac only - reset to 0 below */
	margin-bottom: 65px; /* For IE5 Mac only - reset to 0 below */
	padding: 0 49px;
	
}
	
#nav a { /* if background is on a:link IE6 won't display properly  */
	background-image: url("smallgalleryimages/DSCF1386.jpg"); /*can be just background */
	background-repeat: no-repeat; /* height and or width in here will stop main image change in IE5 */
	padding-top: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-left: 5px; 
	padding-bottom: 32px; /* For IE5 Mac only - reset to 0 below */
	padding-right: 32px; /* For IE5 Mac only - reset to 10 below */
	color: yellow;
	font-family: "Arial Black", sans-serif;
	text-align: center;
	/*height or width in here will stop main image change in IE5 Win
	luckily, line-height is OK! - hidden from IE5 Mac see below
	a must be block to display background-image in IE Win
	 - but also needs to be hidden from IE5 Mac see below */
	}

#nav a/*Comment hack to hide this from IE5 - needed to extend link over button image in IE6 */{
	height:112px;
	}
 
#nav a:hover {
	background: url("smallgalleryimages/DSCF1386.jpg") no-repeat; /* no background-x styles work here */
	color: red; 
	}
#nav a img {
	width: 640px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 481px;
	position: absolute;
	top: 100px;
	left: 10px;
	border: 1px solid black;
	visibility: hidden;
}

 /* commented backslash hack v2 - hide rules from IE5 Mac \*/
#nav a {
	padding-top: 0; 
	padding-bottom: 0;
	padding-right: 10px; 
	display: block;
	line-height: 80px;
	}	
#nav li {
	margin-top:0;
	margin-bottom:0;
	width: 150px;
	}
/* end hack */


#nav a:hover img {
	visibility:visible;
	}
.noborder {
	border-style: none;
}