body
{
	background-color: #e6e6e6;
	font-family: Verdana, sans-serif;
	font-size: 0.75em;
	color: #595959;
}

a, strong
{
	color: #722d7d;
	text-decoration: none;
}

#frame
{
	background-color: #fff;
	border: 4px solid #bfbfbf;
	width: 980px;
	margin: 20px auto;
}

#header
{
	background-image: url(images/header.jpg);
	width: 960px;
	height: 100px;
	margin: 10px;
}

#content
{
	margin: 0px 20px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
	overflow: hidden;
}

#content li
{
	width: 300px;
	float: left;
}

#content h1
{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 6px 0px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #722d7d;
	color: #722d7d;
}

#contact
{
	color: #722d7d;
	margin-top: 20px;
	height: 135px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#contact div
{
	float: right;
	width: 190px;
	margin-top: 38px;
}

#contact a
{
	font-weight: bold;
}

#footer
{
	background-image: url(images/footer.gif?date=20100427);
	background-repeat: no-repeat;
	margin: 0px 10px;
	width: 960px;
	height: 29px;
}