@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #logo {
	height: 100px;
}
#wrapper #navigation {
	background-color: #FFFFFF;
	height: 22px;
}
#wrapper #navigation .style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#wrapper #headerImg {
	height: 250px;
	background-image: url(../images/photoHeaderImg.jpg);
}
#wrapper #gallery {
	height: 700px;
}

