body {
	background-color: #DCDDDD;
	background-image: url(gfx/bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
}

#page {
	width: 709px;
	background-image: url(gfx/boxes-bg.gif);
	background-repeat: no-repeat;
}

#top {
	border-bottom: 12px solid #B6BFCA;
}

#headline {
	margin-top: 40px;
	margin-bottom: 20px;
	clear: both;
	height: 76px;
}

#content {
	font-family: verdana;
	font-size: 11px;
	color: #494E55;
	line-height: 18px;
	text-align: justify;
}

#content a {
	color: #E70010;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content, #footer {
	width: 490px;
}

#content, #headline, #footer {
	margin-left: 37px;
}

#nav {
	float: right;
	width: 162px;
}

#nav a {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	color: #494E55;
	font-family: verdana;
	text-decoration: none;
	padding: 2px;
	background-color: #B6BFCA;
	margin-bottom: 5px;
	margin-right: 1px;
	background-image: url(gfx/menu-bg.gif);
	background-repeat: no-repeat;
	padding-left: 17px;
}

#nav a.active {
	background-image: url(gfx/menu-bg-active.gif);
	color: #ffffff;
	background-color: #494E55;
}

#footer {
	color: #9FA1A3;
	text-transform: uppercase;
	font-size: 9px;
	font-family: verdana;
	line-height: 25px;
	text-align: center;
	border-top: 1px solid #B6BFCA;
	margin-top: 50px;
	margin-bottom: 20px;
}

#footer img {
	vertical-align: middle;
}

#content p.logo
{
	text-align: center;
	color: #B6BFCA;
	font-size: 10px;
}

#content p.logo a img
{
	border: 1px solid #B6BFCA;
	padding: 2px;
}