/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body {
	background-image: url(img/bg.gif);
}
h1 {
	font: bold normal 32px Georgia, Times New Roman, Times, serif;
	color: #CC0000;
	text-align:center;
	padding: 20px 0 10px 0;
}
h2 {
	font: normal 22px Georgia, Times New Roman, Times, serif;
	color: #000099;
	text-align:center;
	padding: 10px 0 20px 0;
}
h3 {
	font: bold italic 20px Georgia, Times New Roman, Times, serif;
	color: #000099;
	text-align:center;
	padding: 18px 0 20px 0;
}
h4 {
	font: normal 16px Georgia, Times New Roman, Times, serif;
	color: #FF0000;
	text-align:center;
	padding: 10px 0 30px 0px;
}
h5 {
	font: normal 16px Georgia, Times New Roman, Times, serif;
	color: #CC0000;
	text-align:left;
	padding: 10px 0 10px 60px;
}
#guts p {
	font: normal 16px Georgia, Times New Roman, Times, serif;
	color: #333333;
	margin-top: 0px;
	padding: 0px 0 15px 0px;
}
a {
	font: bold 16px Georgia, Times New Roman, Times, serif;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
#wrapper {
	width: 812px;
	margin: 0px auto 10px auto;
	min-height: 800px;
}
#header {
	width: 812px;
	background-color: #E2E2E2;
	text-align: center;
	margin: 25px 0 0 0;
	height: 158px;
}
#nav {
	background-image: url(img/nav_bg.png);
	text-align: center;
	width: 812px;
	text-align: center;
	position:relative;
	min-height: 35px;
	margin: 0px;
	padding: 0px;
}
#nav p {
	font: normal 18px Georgia, Times New Roman, Times, serif;
	color: #CCCCCC;
	margin-top: 0px;
	padding: 8px 0 0 0;
}
#nav a {
	font: normal 18px Georgia, Times New Roman, Times, serif;
	color: #ffffff;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #ffffff;
}
#nav a:hover {
	text-decoration: none;
	color: #FFCC33;
}
#guts {
	background-image: url(img/body_bg.png);
	min-height: 450px;
	text-align: left;
	padding: 10px 70px 20px 70px;
}
.pic {
	text-align: center;
	padding: 20px 0 0 0;
}
#gallery {
	width: 580px;
	margin: 0px 0px 0px 46px;
}
.address {
	padding: 10px 0 0px 235px;
}
#formbox {
	width: 80%;
	margin: 0px auto 0 auto;
	text-align: left;
	padding: 10px 0 0 20px;
}
label {
	font: normal 16px Georgia, Times New Roman, Times, serif;
	color: #333333;
	text-align: right;
	letter-spacing: .05em;
	float: left;
	width: 140px;
	padding-left: 10px;
	margin-top: 10px;
}
input {
	width: 240px;
	margin: 10px 0px 10px 20px;
	padding: 4px;
	background-color: #fefefc;
	border: 1px solid #ccc;
}
textarea {
	width: 240px;
	height: 80px;
	padding: 4px;
	margin: 10px 0px 10px 20px;
	background-color: #fefefc;
	border: 1px solid #ccc;
}
#submitbutton {
	margin-left: 170px;
	margin-top: 10px;
	width: 120px;
}
#footer {
	width: 812px;
	background-image: url(img/footer.png);
	background-repeat:no-repeat;
	min-height: 90px;
	text-align: center;
}
#footer p {
	font: italic 12px Georgia, Times New Roman, Times, serif;
	color: #333333;
	padding: 20px 0 0 0;
	line-height: 140%;
	letter-spacing: 1px;
}
