body {
	background-color: #A3988A;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font: .7em arial, helvetica, san serif;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}
#content {
	background-image: url(../images/main-about.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 430px;
}
#text {
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	margin-left: 255px;
	width: 511px;
	height: 390px;
}
#text p {
	margin: 0 20px;
}
#text h2 {
	color: #802D2D;
	margin: 10px 20px 5px 20px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 45px;
	text-align: right;
	color: #ffffff;
	margin: 0 0 0 2px;
	padding: 5px 50px 0 0;
	font-weight: bold;
	font-size: 1.2em;
}
#text h3 {
	color: #074A7E;
	clear: both;
	margin-left: 60px;
}
a:link, a:hover, a:visited {
	color: #074A7E;
}
a:hover {
	text-decoration: none;
}
