.body
{
	background-color: #1b1b1b;
	margin-top:15px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #ffffff;
}

.outershell
{
	width: 800px;
	background-color: #818181;
	height: 560px;
	padding-top: 0px;
	margin:0 auto;
	bo/rder: 1px solid green;
	
}

.title
{
	height: 30px;
	font-size: 18px;
	font-weight:bold;
	color: white;
	text-align:center;
	background-color: #818181;
	bord/er-bottom:1px solid #1b1b1b;
}

.info a, .info a:visited
{

	text-decoration:none;
	color:white;
}

.outercontent
{
	height: 506px;
	padding-top: 0px;
	margin:0 auto;
	bor/der: 1px solid black;
	
}

.footer
{
	height: 15px;
	font-size: 10px;
	font-weight:bold;
	color: white;
	text-align:center;
	background-color: #1b1b1b;
	bor/der-top:1px solid black;
}

.innercontent
{
	height: 443px;
	padding-top: 0px;
	margin:0 auto;
	background-color: #818181;
	bor/der: 1px solid black;

}


#menu
{
margin:5px;
}

#gallerymenu
{
padding-top:5px;
padding-left:5px;
padding-right:5px;
}









.gallery {
	padding: 0px;
	height: 454px;
	p/adding-top: 0px;
	margin:0 auto;
	border: 1px solid black;
	background-color: #1b1b1b;
}
.gallery ul { list-style: none; }
.gallery ul li { display: inline; }
.gallery ul img {
	border: 5px solid #818181; /* changed from #3e3e3e*/
	border-width: 5px 5px 20px;
}
.gallery ul a {
	text-decoration:none;
}

.gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
.gallery ul a:hover { color: #fff; }



