BODY {
	background: #99937D url(i/bgcol.gif) repeat-y top center fixed;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	width: 100%;
}
IMG {
	border: none;
	vertical-align: bottom; /* pseudo-fix for gaps on strict mode */
}
A {
	color: #49432C;
}
A:hover {
	color: #790000;
	font-weight: bold;
}
#wrap {
	margin: 0 auto;
	width: 732px;
	text-align: left;
}
#menu {
	float: left;
	padding-top: 40px;
	width: 186px;
}
#content {
	margin-left: 186px;
	text-align: center;
	width: 525px;
}
#content .title {
	margin-bottom: 40px;
}
#content P {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 16px 0 12px;
	text-align: justify;
}
#content LI {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 8px;
	text-align: justify;
}
#footer {
	clear: both;
	height: 20px;
}

