body {
	margin: 30px 0;
}
p {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 10px;
}
a {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #fff;
	background: #F00;
}
#content {
	width: 610px;
	margin: 0;
	background: #fff;
}
#header {
	margin-left: 55px;
	margin-bottom: 20px;
	height: 38px;
	border-bottom: 1px solid #000;
	width: 552px;
}

#footer {
	clear: both;
	margin-left: 55px;
}
#footer p {
	margin-bottom: 0;
	color: #949494;
	line-height: 15px;
	margin-top: 3px;
}

