BODY {
	font-family: helvetica, arial, tahoma;
	font-size:	0.8em;
	background-color:#727D6F;
	/*background-color:#feeeee;*/
}

TABLE {
		/*
	border-collapse: collapse;
	border-spacing: 0;
	*/
}

TD {
	font-family: georgia, verdana, helvetica, arial, tahoma;
	font-size:	0.8em;
}

A	{
	text-decoration:none;
	color: #663300;
}


A IMG {
    color: black;
}

IMG {
    border-color:black;
    color: black;
}

A:hover {
	color: orange;

}

.returnhome {
	font-family:georgia, times new roman, serif;
}

.galleryheader {
	font-size: 16px;
	font-family:georgia, times new roman, serif;
	font-weight:bold;

}

.gallerytitle {

}


#content {
	position:absolute;
	width:100%;
	z-index:1; 
	left:0px;
	top:0px; 
}

#background {
	position:absolute;
	z-index:0; 
	left:0px; 
	top:0px;
	width:100%;
	height:233px;
	filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
}

