@charset "UTF-8";
/* CSS Document */

.content {
	float: left;
	width: 600px;
	margin-right: 20px;
	margin-left: 10px;
}
.header {
	width: 800px;
	margin-bottom: 20px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
}
.sidebar {
	float: left;
	width: 160px;
}
a {
	text-transform: none;
	color: #4C578F;
	text-decoration: underline;
}
.sidebar font strong span {
	text-transform: capitalize;
}
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }

-->
</style>