#content {
	width: 40%;
	float:left;
	padding: 12px 6px 12px 12px;
	text-align: left;
	background-color: #FFFFFF;
	font: .85em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}

#sidebar {
	width: 30.25%;
	float:right;
	padding: 12px 12px 12px 6px;
	text-align: left;
	background-color: #FFFFFF;
	font: .85em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	}	

.boxh1 {
	margin: 0 12px 3px 12px;
	padding: 0 0 3px 0;
	font: small-caps bold 1.15em Palatino, "Palatino Linotype", "Times New Roman", Times, serif;
	color:#660033;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660033;
	}

.boxul {
	list-style:none;
	margin: 0 12px 0 24px;
	padding: 0 0 12px 0;
	text-indent: -12px;
	}
	
