.bodycantbefirstinsomebrowsers { }

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
}
.header {
	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 110px;
	background-image: url("/images/page_header.png");
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.content {
	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	background-image: url("/images/page_content_back.png");
	border-right: 1px solid black;
	border-left: 1px solid black;
	min-height: 620px;
}

.footer {
	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url("/images/page_content_footer.png");
	border-right: 1px solid black;
	border-left: 1px solid black;
}

.copyright {
	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	height: 20px;
	text-align: right;
	font-size: 0.6em;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}

.navigation {
	position: relative;
	top: 0px;
	left: 20px;
	width: 900px;
	height: 20px;
	color: #fff301;
	font-size: 0.8em;
}

.navigation_left {
	text-align: left;
	float: left;
}

.navigation_right {
	text-align: right;
	float: right;
}

.pagecontent {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	left: 20px;
	width: 730px;
}

.sponsorbar {
	position: absolute;
	float: right;
	top: 70px;
	left: 780px;
	height: 500px;
	width: 160px;
	text-align: center;
	font-size: 70%;
}

a.nav:link {
	color: white;
	text-decoration: none;
}
a.nav:visited {
	color: white;
	text-decoration: none;
}
a.nav:hover {
	color: #fff301;
	text-decoration: none;
}
a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: none;
}
#img_fader {
	position: absolute;
	top: 0px;
	left: 0px;
}

p {
	margin-top: 0;
}
