body
{
	text-align: center;
	font-family: Arial;
	font-size: 15px;
}
a:link
{
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed #CC0000;
}
a:visited
{
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed #CC0000;
}
a:hover
{
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px solid #CC0000;
}

#container
{
	margin: 35px auto;
	text-align: left;
	width: 700px;
}
#header
{
	width: auto;
	border-bottom: 3px solid #CC0000;
	margin-bottom: 5px;
}
#content
{
	float: right;
	width: 539;
	padding-top: 8;
}
#sidebar
{
	float: left;
	width: 161;
	padding-top: 8;
}
#footer
{
	width: 700px;
	padding-top: 25px;
	font-size: 10px;
	text-align: center;
	clear: both;
	border-bottom: 1px solid #CC0000;
}

.big
{
	font-size: 29px;
}
.small
{
	font-size: 11px;
}
.caption
{
	font-size: 12px;
	margin-bottom: 2px;
}
.top
{
	font-size: 15px;
	font-style: oblique;
	font-weight: bold;
}
.content
{
	font-size: 13px;
}
.link
{
	font-size: 13px;
	font-variant: small-caps;
}
.title
{
	font-variant: small-caps;
	color: #666666;
}
.desc
{
	font-size: 11px;
	text-indent: 5px;
}