* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(images/backgroundGraphic.gif);
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-family: GillSans-Light, "Gill Sans Light", "GillSans-Light", "Gill Sans", GillSans, Helvetica, Verdana, TrebuchetMS, "Sans Serif";
	font-weight: lighter;
	position: relative;
}

#header {
	background-image: url(images/headerGraphic.gif);
	height: 141px;
	width: 650px;
	border-bottom: 3px solid #fff;
}

#nav {
	background: #36426e;
	height: 20px;
	width: 650px;
	font-size: 10px;
	font-weight: lighter;
	color: #fff;
	letter-spacing: 2px;
}

#nav ul {
	list-style-type: none;
	padding-top: 3px;
	text-align: right;
}

#nav ul li {
	display: inline;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 8px;
}

#nav ul li a,
#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover,
#nav ul li a.current {
	color: #ff0;
	text-decoration: underline;
}

.subnav {
	font-size: 50%;
	letter-spacing: 1pt;
	padding: 0 8px;
}

.subnav a,
.subnav a:visited
{
	text-decoration: none;
	color: #00661f;
}

.subnav a:hover
{
	color: #f00;
	text-decoration: underline;
}

.subnav .current {
	text-decoration: underline;
}

#main,
#mainHome {
	background: #fff;
	width: 650px;
	padding-top: 0;
	position: relative;
}

#mainHome  {
	background-image: url(images/mainBackground.jpg);
	background-repeat: no-repeat;
	height: 400px;
}

#mainHome p.homeText {
	padding-top: 70px;
	padding-left: 400px;
	color: #00661f;
	letter-spacing: 1px;
	font-weight: lighter;
	font-size: 80%;
}

#main p {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	color: #00661f;
	letter-spacing: 1px;
	font-weight: lighter;
	font-size: 80%;
}

#main p span.bold,
#mainHome p span.bold {
	font-weight: bold;
}

#main h1 {
	font-size: 20pt;
	color: #6c0e18;
	font-weight: lighter;
	letter-spacing: .3em;
	vertical-align: 30px;
	height: 40px;
	top: -3px;
	left: 1px;
}

#mainText {
	padding-bottom: 40px;
}

#gallery {
	width: 650px;
}

#galleryContents,
#item {
	width: 638px;
	background: #fff;
	border: 6px solid #36426e;
	/* border: 6px solid #fff; */
}

#galleryContents p {
	padding: 0;
	margin-left: 23px;
	margin-top: 23px;
}

#galleryContents a img,
#galleryContents a:visited img {
	border: 1px solid #000;
	margin-right: 23px;
	margin-bottom: 23px;
	padding: 0;
}

#galleryContents a:hover img {
	border: 1px solid #f00;
}

#main p.category {
	font-size: 120%;
}

#item {
	height: 300px;
	position: relative;
}

#itemPhoto {
	width: 450px;
	height: 300px;
	display: inline;
	float: left;
}

#itemText {
	position: absolute;
	top: 0;
	left: 450px;
	width: 182px;
	height: 300px;
	border-left: 6px solid #36426e;
	color: #00661f;
	letter-spacing: 1px;
	font-weight: lighter;
}

#itemText p {
	padding: 10px;
}

#contactForm {
	margin: -40px 40px;
	color: #00661f;
	font-size: 80%;
}

#contactForm fieldset {
	padding-top: 20px;
	padding-bottom: 20px;
}

#contactForm legend {
	font-weight: bold;
	display: none;
}

#contactForm ol {
	list-style-type: none;
}

#contactForm label {
	padding-top: 12px;
	width: 100%;
	display: block;
	font-style: italic;
}

#contactForm input.text,
#contactForm textarea
{
	border: 1px solid #00661f;
	width: 100%;
	background: #ffc;
}

#contactForm input.submit {
	width: 12em;
	padding: 6px;
	border: 1px solid #666;
	background: #ffc;
}

#contactMessage {
	margin: 10px 50px;
	padding: 20px;
	background: #ffc;
	border: 1px solid #00661f;
}








