@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-size: 12px;
	color: #000000;
	background-attachment: fixed;
	background-position: center top;
	line-height: 1.5em;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 140px;
	width: 730px;
}
#navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 37px;
	width: 730px;
	vertical-align: middle;
	text-align: left;
	text-indent: 50px;
}
#navigation a {
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	color: #990000;
	text-decoration: none;
}
#left {
	background-image: url(../img/fill-left.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 32px;
}
#right {
	background-image: url(../img/fill-right.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 41px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	background-color: #FFFFFF;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 31px;
	width: 730px;
}
#gunnyGallery {
	border: medium outset #8AAE3A;
}
