@charset "utf-8";
/* CSS Document */
body 
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin: 0px;
	color:#ffffff;
	background-color: #000000;
	font-size: 1em;
	text-align: center;
	

	}
img{
	
	border-width: 0px;	
}
td{
	padding: 5px;
}	
h1{
	font-size: 24px;
	width: 300px;
	
	position: relative;
	top: -100px;
	left: 375px;
}
p{
	margin-bottom: 15px;
}
ul#links{
	margin-left: 25px;
	list-style-position:outside;
	list-style-type:disc;
}
#links li{
	line-height: 20px;
	}
a:link, a:visited{
	color: #570100;
	font-weight: bold;
}
a:hover{
	color: #b46363;
}
#content    
	{
	/*height: 475px; */
	width: 850px;
	background-image: url(../images/contentBkg.jpg);
	background-color: #000000;
	color: #000000;
	text-align: left;
	margin: 0 auto;
	}

#banner{
	
}
#menu{
/*	position: absolute;
	top: 25px;
	left: 250px;*/
	position: relative;
	top: -160px;
	left: 250px;
	width: 575px;
	font-size: .85em;
}

#menu li{
	float: left;	
	clear: none;
	padding-left: 10px;
	padding-right: 10px;

}
#menu a:link, #menu a:visited{
	color: #ffffff;	
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover{
	color: #b46363	
}
#textContent{
	width: 375px; 
	/*margin-left: 375px;*/

	/*height: 100%;
	height: auto;*/
	height: 25px;
	position: relative; 
	top: -85px; 
	left: 375px;
	z-index: 10;
	font-size: .8em;
}

#wideContent{
	width: 750px; 
	position: relative; 
	top: -50px; 
	left: 50px;
	/*height: 100%;
	height: auto;*/
	/*position: relative; 
	top: -85px; 
	left: 375px;
	z-index: 10;*/
	font-size: .8em;


}

#gallery{
	margin: auto;
	width: 100%;
}
#gallery label{
	display: block;
	text-align: center;
	font: bold 8pt Arial, Sans-serif;
}
#gallery td{
	text-align: center;	
	vertical-align: top;
}
#footer{
	/*position: absolute; 
	bottom: 0px;
	z-index: 1;*/
	/*position: relative;
	top: -475px;*/

}
#copyright{
	color: #ffffff;
	font-size: .7em;

	/*position: relative;
	top: 200px;*/
}
#spacer{
	float: right;
	height: 500px;
	width: 1px;
}
	
label, .label{
	font-weight: bold;
}	


