body
{
	margin: 0;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #b6b6b6;
	font-family: arial;
	font-size: 12pt;
	color: #363636;
}

div
{
	overflow: hidden;
}

a:link, a:visited
{
	color: #ff2400;
}

#container
{
	margin: 0 auto;
	padding: 30px 60px 15px 60px;
	width: 830px;
	background: #cecece;
}

#header
{
	width: 950px;
	padding-bottom: 90px;
}

#navigation
{
	z-index: 100;
	position: absolute;
	margin-top: -70px;
	margin-left: -60px;
	width: 950px;
	height: 50px;
	line-height: 50px;
	background: url(images/navigation.png) repeat-x bottom;
	text-align: center;
}

#navigation a
{
	padding: 0 15px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
}

#navigation a:hover
{
	text-decoration: underline;
}

.title
{
	margin: 20px 0 0 3px;
	padding: 2px 15px;
	width: 124px;
	background: #fa3514;
	text-align: center;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#text_section
{
	margin: 0 auto;
	width: 798px;
	padding: 15px;
	background: #b6b6b6;
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #cecece;
}

#footer
{
	margin-top: 15px;
	padding: 5px 0;
	text-align: center;
	font-size: 9pt;
}