/*---------- GENERAL ---------- */

body {	font: 11px verdana, arial;
	line-height: 16px;
	color: #cccccc;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 100%;
	background: #000000 url("gfx/bg.png") repeat-x 50% 0px;
} 

html { 
	height: 100%;
	margin: 0px;
	padding: 0px;	
	scrollbar-base-color: #cccccc;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-arrow-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
}

a {
	text-decoration: underline;
	color: #cccccc;
}

a:hover {
	text-decoration: underline;
	color: #870000;
}

h5 {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	margin: 0px 0px 14px 0px;
}

img {
	border: 0px;
}

/*---------- MENU ---------- */

#menubox {
	position: absolute;
	left: 50%;
	top: 174px;
	margin-left: -475px;
	z-index: 20;
	width: 950px;
	text-align: left;
}

#menubox a {
	line-height: 27px;
	height: 30px;
	border-right: 1px solid #000000;
	float: left;
	padding: 0px 15px 0px 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
}

#menubox a:hover {
	text-decoration: none;
	color: #870000;
}




/*---------- LAYOUT ---------- */

#textbox {
	width: 628px;
	height: 692px;
	position: absolute;
	left: 50%;
	margin-left: -314px;
	top: 240px;
}

#header {
	height: 400px;
	width: 800px;
	background: url("gfx/header.png") no-repeat;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -325px;
}

#affibox {
	padding: 8px 10px 10px 10px;
	color: #000000;
	width: 105px;
	height: 230px;
	position: absolute;
	left: 50%;
	margin-left: 348px;
	top: 19px;
}	

#marqueecontainer{
	position: relative;
	width: 100px;
	height: 200px;
	overflow: hidden;
}

#marqueecontainer img {
	width: 88px;
	height: 31px;
	padding: 0px 0px 5px 0px;
	border: 0px;
}

#adbox1 {
	background: #999999 url("gfx/headline.png") repeat-x;
	color: #000000;
	width: 122px;
	border: 1px solid #000000;
	height: 630px;
	padding: 8px 1px 0px 2px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	top: 228px;
}

#statsbox {
	
	padding: 8px 10px 10px 10px;
	color: #000000;
	width: 105px;
	border: 1px solid #000000;
	height: 35px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	top: 878px;
}

#adbox2 {
	background: #999999 url("gfx/headline.png") repeat-x;
	color: #000000;
	width: 122px;
	border: 1px solid #000000;
	height: 628px;
	padding: 8px 1px 0px 2px;
	position: absolute;
	left: 50%;
	margin-left: 348px;
	top: 295px;
}

#donationbox {
	padding: 8px 10px 10px 10px;
	color: #000000;
	width: 105px;
	height: 230px;
	position: absolute;
	left: 50%;
	margin-left: 348px;
	top: 19px;
}

#donationbox a {
	color: #000000;
}

#donationbox a:hover {
	color: #870000;
}

#bottom {
	color: #cccccc;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
	position: absolute;
	top: 970px;
	height: 40px;
	width: 650px;
	left: 50%;
	margin-left: -325px;
	z-index: 3;
}
