html,body
{
	margin:			0px;
	background-color:	#939598;
	font-family:		Arial, Helvetica, Sans-serif;
	font-size:		12px;
	color:			#000;
	width:			100%;
	padding-top:		10px;
	padding-left:		0px;
	margin-left:		auto;
	margin-right:		auto;
}

#container
{
	width:			1000px;
	margin-left:		auto;
	margin-right:		auto;
	background-color:	#fff;
	margin-bottom:		0px;
	padding-bottom:		0px;
}

#header
{
	width:			100%;
	height:			153px;
	max-height:		153px;
	margin:			0px;
	background-color:	#fff;
	background-image:	url("header.png");
}

#content
{
	padding-left:		90px;
	background-color:	#fff;
	width:			910px;
	margin-top:		0px;
	padding-top:		30px;
	overflow:		auto;
	min-height:		482px;
	padding-bottom:		0px;
	margin-bottom:		-5px;
}

#footer
{
	width:			100%;
	height:			10px;
	background-image:	url("footer.png");
	background-repeat:	no-repeat;
	background-position:	top;
	padding-top:		0px;
}

#navigation
{
	padding-top:		127px;
	padding-left:		20px;
	height:			26px;
	margin-bottom:		0px;
	padding-bottom:		0px;
}

.navigation_link
{
	color:			#000;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		normal;
}

.navigation_link:hover
{
	color:			#000;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		normal;
}

.navigation_link_selected
{
	color:			#000;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		bold;
}

.navigation_link_selected:hover
{
	color:			#000;
	text-decoration:	none;
	font-size:		12px;
	font-weight:		bold;
}

img
{
	border:			0px;
	margin:			0px;
	padding:		0px;
}


