body {
	background-color: #333
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FFF
	
}

.Wrapper {
	border: 2px solid #000;
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #4e4e4e;
}

.Banner {
	background-image: url(images/banner.gif);
	height: 150px;
	width: 750px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-right: auto;
	margin-left: auto;
}

.NavBar1 {
	height: 20px;
	width: 150px;
	text-align: center;
	background-color: #4e4e4e;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.NavBar2 {
	height: 20px;
	width: 150px;
	margin-left: auto;
	margin-top: -20px;
	text-align: center;
	background-color: #4e4e4e;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.Gallery {
	height: auto;
	width: 750px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

.Gallery img {
	border: 2px solid #000;
	margin-bottom: 15px;
}

.ContactInfo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: left;
}

.Copyright {
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.contact {
	margin-top: -14px;
	width: auto;
	margin-left: 525px;
	text-decoration: none;
}
.NavBar {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;

}

a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
