#main {
	position: relative;
	width: 775px;
	top: 20px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
}

#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

#main h2 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

#main p {
	margin-top: 12px;
	margin-bottom: 12px;
}

#main p.image {
	font-size: 11px;
	line-height: 13px;
	font-family: Tahoma, "Arial Black", sans-serif;
	background-color: transparent;
	font-weight: normal;
	margin: 10px;
	margin-right: 5px;
	margin-top: 0px;
	float: right;
	width: 250px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DEB869;
}

#main p.image img {
	margin-bottom: 5px;
}

