body {
	background-color: #FFFFFF;
	margin:0 auto;
}

#wrapper
{width:725px;
position:absolute;
background-color:#FFFFFF;
left:50%;
margin-left: -360px;
}

.content {
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-top-style: none;
	width: 725px;
	background-position: center;
	border-bottom-color: #7C6D85;
}
.content img {
	float: left;
	margin-right: 4px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #7C6D85;
	letter-spacing: .25em;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #7C6D85;
	text-align: center;
}
img {
	float: left;
	margin-right: 4px;
}


#header {
	width: 725px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
	color: #666600;
}

a.green {
	color: #666600;
	font-weight: bold;
}

.left {
	text-align: left;
}
