@charset "UTF-8";
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#wrapper #header #logo {
	height: 136px;
	width: 433px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#wrapper #header #headerimg img {
	height: 154px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#content_gallery {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#wrapper #header #navbar {
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #42332C;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #42332C;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: #99CC66;
	text-decoration: none;
}
a:hover {
	color: #FF9966;
	text-decoration: underline;
}
a:visited {
	color: #99CC66;
	text-decoration: none;
}
#wrapper #footer {
	height: 15px;
	background-color: #A49F9C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}
#wrapper #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #99CC66;
	text-align: center;
}
.quote {
	font-size: 12px;
	font-weight: lighter;
	color: #8C695F;
	font-style: italic;
	background-image: url(../images/quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

