body {
	background-color: #000;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#document {
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
}

#header {
	background-image: url('http://static.foleystainedglass.com/images/header.jpg');
	background-repeat: no-repeat;
	background-position: 152px 0px;
	height: 50px;
}

#title {
	background-image: url('http://static.foleystainedglass.com/images/title.jpg');
	background-repeat: no-repeat;
	height: 230px;
}

#nav {
	position: relative;
	top: 200px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
#nav a {
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 15px;
}

#page_title {
	position: absolute;
	left: -38px;
	top: 290px;
}

#body {
	padding: 10px;
	background-color: #fff;
	position: relative;
}

#footer {
	height: 100px;
	background-image: url('http://static.foleystainedglass.com/images/footer.jpg');
	background-repeat: no-repeat;
}

.successful {
	color: #090;
}

.failed {
	color: #900;
}

#addr {
	float: right;
	text-align: right;
}

#contact {
}
#contact dt {
	margin: 0px;
	width: 150px;
	text-align: right;
	float: left;
	clear: left;
	padding: 2px;
}
#contact dd {
	margin: 0px;
	padding: 2px;
	width: 300px;
	float: left;
}

#contact input, #contact textarea {
	border: 1px solid #dea152;
	background-color: #fed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#contact input {
	width: 300px;
}

#contact #send, #contact #submit {
	width: 75px;
}

#contact textarea {
	width: 300px;
	height: 150px;
}

.gallery {
	margin-left: 10px;
	margin-right: 10px;
	width: 175px;
	height: 175px;
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
    position: relative;
}

.gallery a {
	margin-top: 150px;
	text-align: center;
	display: block;
	line-height: 25px;
	height: 25px;
}

#thumbs {
	float: right;
	width: 225px;
    position: relative;
}

div.gallery_image {
	width: 100px;
	height: 100px;
	margin: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
    position: relative;
}

#div_image {
	text-align: center;
	margin-right: 215px;
}

img#big_image {
	margin: auto;
}

