#content-left {
	height: 100%;
	width: 200px;
	float: left;
	padding: 20px 5px 5px;
	text-align: left;
	font: 0.85em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style: url(../images/circle_sm.png);
	border: thin none #FFFFFF;
}

#content-right {
	width: 500px;
	float: right;
	overflow: visible;
	background: #99B3F3;
	padding: 20px 5px 5px 20px;
	height: 100%;
	color: #330000;
	text-align: left;
	font: 0.9em/1.5em Georgia, "Times New Roman", Times, serif;
	border-left: thin dotted #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#content-horizontal {
	clear: both;
	height: auto;
	width: 750px;
	background: #99B3F3;
	text-align: center;
	vertical-align: middle;
	font: 0.9em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #330000;
}
.font_sm {
	font-size: 0.8em;
}
.font_normal {
	color: #330000;
	font: 0.9em/1.5em Georgia, "Times New Roman", Times, serif;
}
