body {
	background-image: url(bkg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	background-color: #000000;
}
.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	width: 737px;
	text-align: left;
	background-color:#FFFFFF;
}
.main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #AB6234;
	letter-spacing: .2em;
	margin-left: 40px;
	margin-bottom: 4px;
	margin-right: 40px;
}
.maincontent {
	margin-right: 40px;
	margin-left: 40px;
	line-height: 150%;
	margin-top: 40px;
}
.signatureleft {
	float: left;
	margin-left: 40px;
}

.signatureright {
	margin-right:40px;
	float: right;
}
a {
	color: #666666;
}
#navigation {
	padding: 0px;
	height: 35px;
	width: 741px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7e1d0d;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#header {
	font-size: 36px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	margin-right: 35px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-top: 25px;
}
#paragraphs {
	padding-top: 0px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 20px 0px 0px;
}
.ParagraphHeaders {
	color: #7e1d0d;
	font-family: Tahoma;
	font-weight: bold;
}
#photo {
	height: 250px;
	width: 200px;
	margin-right: 5px;
	float: right;
	margin-left: 5px;
	text-align: center;
}
#photo-detail {
	height: 250px;
	width: 200px;
	margin-right: 5px;
	float: right;
	margin-left: 25px;
	text-align: center;
}
#clear {
	clear: both;
	text-align: center;
	margin-top: 50px;
	padding-top:50px;
}
