body {
	background: #000000 url(../images/body-bg.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
}
h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	color: #7C0D04;
	margin: 0px 0px 20px;
	padding: 0px;
}
p {
	margin: 0px 0px 20px;
	padding: 0px;
}

#wrapper {
	background: url(../images/header.jpg) no-repeat;
	margin: 0px auto;
	width: 700px;
	padding-top: 200px;
	position: relative;
}
#nav {
	height: 31px;
	width: 506px;
	position: absolute;
	top: 140px;
	right: 30px;
}
#content {
	width: 640px;
	padding-left: 30px;
	font: 14px/120% Verdana, Arial, Helvetica, sans-serif;
}
#content a {
	color: #7C0D04;
	font-weight: bold;
}
#content a:hover {
	color: #FFFFFF;
}
#content-left {
	float: left;
	width: 275px;
}
#content-right {
	float: left;
	padding-left: 40px;
}

#line {
	background: url(../images/line.gif) no-repeat;
	height: 17px;
	width: 593px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer {
	width: 640px;
	padding-left: 30px;
	padding-top: 20px;
}
#footer-left {
	float: left;
	font-size: 90%;
}
#footer-left ul {
	margin: 0px 0px 10px;
	padding: 0px;
}
#footer-left li {
	display: inline;
	margin-right: 5px;
	list-style: none;
}
#footer-left li a {
	color: #000000;
}

#footer-right {
	float: right;
	list-style: none;
	font-size: 90%;
	text-align: right;
}
#footer-right a {
	color: #000000;
}
.thumbnails {
	float: left;
	width: 210px;
	height: 150px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	display: block;
	background-color: #000000;
}
.thumbnails img {
	padding: 5px;
}
.thumbnails a:hover {
	background-color: #FFFFFF;
	display: block;
}
label
{
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	font-weight: bold;
}
input
{
	width: 200px;
	border: 1px solid #000000;
}
.submit {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}
textarea
{
	width: 200px;
	height: 100px;
	border: 1px solid #000000;
}
