body
{
	text-align: center;
	background: #696a6c url(../images/background/background.jpg);
	margin: 0px;
}

a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
	color: #7dcf34;
}

.container
{
	position: relative;
	margin: 0px auto;
	background: #000;
	width: 907px;
}

.header
{
	background: #000 url(../images/background/header.png);
	height: 241px;
	border-top: 3px #3d3d3d solid;
}

.footer
{
	background: #000 url(../images/background/footer.gif);
	height: 52px;
	border-bottom: 3px #3d3d3d solid;
	float:none;
}

.navigation
{
	height: 38px;
	background: #000 url(../images/background/navigation.gif);
	text-align: center;
}
.nav_button:visited
{
	color: #000;
}

.nav_button:link
{
	color: #000;
}

.nav_button:active
{
	color: #000;
}

.nav_button
{
	outline-style: none;
	border-left: 1px #666 solid;
	border-right: 2px #333 solid;
	border-bottom: 1px #333 solid;
	border-top: 1px #666 solid;
	
	padding: 4px 7px 2px 8px;
	margin-right: 2px;
	vertical-align: middle;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
	background: #777 url(../images/background/button_bg.gif) repeat-x top;
}

.nav_button:hover
{
	border-left: 1px #666 solid;
	border-right: 2px #333 solid;
	border-bottom: 1px #333 solid;
	border-top: 1px #666 solid;
	background: #555 url(../images/background/button_hover_bg.gif);
}
	
.content_container
{
	padding: 10px 20px 10px 20px;
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	line-height: 15px;
	color: #ccc;
	height: 100%;
	background: #000 url(../images/background/content.gif) repeat-y;
}

.content
{
	float: left;
	width: 660px; /* 636px in IE6 */
	height: 100%;
}

.content .page_title
{
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #ccc;
	letter-spacing: 3px;
	margin: 10px 0px 20px 0px;
	border-bottom: 1px #777 solid;
	width: 530px;
	height: 25px;
}

.footer
{
}

.footer .copyright
{
	margin-top: 35px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #aaa;
	vertical-align: bottom;
}

.footer .getfirefox
{
	vertical-align: bottom;
	text-align: right;
	width: 33%;
	padding-right: 23px;
}

.footer .firefoxlogo
{
	border: 0px;
	padding-left: 2px;
}

.footer .page_counter
{
	font-size: 9px;
	font-family: Arial;
	text-align: center;
	color: #ddd;
	border: 1px #333 solid;
	background: #000;
	padding: 2px 1px 1px 1px;
	margin: 0px 0px 5px 20px;
	width: 140px;
}