@charset "utf-8";
.main_body {
	font-family: "Trajan Pro", "Courier New", Tahoma;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	line-height: normal;
	color: #171717;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	min-height: inherit;
	max-width: 1000px;
	overflow: scroll;
}
#top_bar {
	height: 85px;
	width: 1000px;
	position: relative;
	font-family: "Trajan Pro", "Courier New", Tahoma;
	color: #171717;
	top: 0%;
	margin-left: auto;
	margin-right: auto;
	max-height: 190px;
	border-bottom: double;
	border-color: #000000;
}
#Logo {
	height: 50px;
	width: 1000px;
}
.Footer {
	background-image: url(Assets/background.gif);
	background-repeat: repeat-x;
	height: auto;
	width: 2000;
}
.Gallery {
	font-family: "Trajan Pro", "Courier New", Tahoma;
	font-size: 15px;
	font-style: normal;
	font-weight: bolder;
	line-height: normal;
	color: #171717;
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;
	min-height: inherit;
}
	
