* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 1044px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#wrapper #logo {
	background-color: #CCC;
	height: 242px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 50px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
#wrapper #headerImg {
	background-color: #F1F1F1;
	height: 250px;
}
#Gallery {
	height: 500px;
	width: 1044px;
}

#wrapper #bodyArea #left {
	width: 250px;
	float: left;
	height: 500px;
}

#wrapper #bodyArea #footer {
	clear: both;
	height: 40px;
}
#wrapper #bodyArea #Infoboard {
	height: auto;
	width: 983px;
	background-color: #F1F1F1;
	color: #900;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 30px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #BDBDBD;
	border-right-color: #BDBDBD;
	border-bottom-color: #BDBDBD;
	border-left-color: #BDBDBD;
	left: auto;
	right: auto;
	text-align: justify;
}
