Body {
	margin: 0px;
	font-family: Helvetica, Arial;
	font-size: 0.69em;
	color: #000000;
	background: #eeeeee url(../img/bg.png) repeat-x;
	background-position-x: 990px;
}

a:active { color: #ffffff; }
a:link { color: #ffffff; }
a:hover { color: #ffffff; }
a:visited { color: #ffffff; }

#main_bg {
	position: relative;
	top: 0px;
	left: 0px;
	height: 745px;
	width: 990px;
	background-image: url(../img/main_bg.png);
}

#footer {
	position: absolute;
	top: 703px;
	left: 160px;
	width: 195px;
	height: 40px;
	line-height: 30px;
}

/* Navigation Start */
#news a { position: absolute; left: 330px; top: 140px; height: 37px; width: 48px; background-image: url(../img/news_off.png); }
#ne #news a { background-image: url(../img/news_on.png); }

#pictures a { position: absolute; left: 390px; top: 140px; height: 37px; width: 72px; background-image: url(../img/pictures_off.png); }
#pi #pictures a { background-image: url(../img/pictures_on.png); }

#events a { position: absolute; left: 474px; top: 140px; height: 37px; width: 59px; background-image: url(../img/events_off.png); }
#ev #events a { background-image: url(../img/events_on.png); }

#results a { position: absolute; left: 545px; top: 140px; height: 37px; width: 66px; background-image: url(../img/results_off.png); }
#re #results a { background-image: url(../img/results_on.png); }

#sponsors a { position: absolute; left: 623px; top: 140px; height: 37px; width: 83px; background-image: url(../img/sponsors_off.png); }
#sp #sponsors a { background-image: url(../img/sponsors_on.png); }

/* Arrows Left, Right */
#back a {
	position: absolute;
	top: 380px;
	left: 330px;
	height: 56px;
	width: 56px;
	display: block;
	background-image: url(../img/back.png);
}
#next a {
	position: absolute;
	top: 380px;
	left: 870px;
	height: 56px;
	width: 56px;
	display: block;
	background-image: url(../img/next.png);
}
#re #back a {
	position: absolute;
	top: 380px;
	left: 870px;
	height: 56px;
	width: 56px;
	display: block;
	background-image: url(../img/back.png);
}

/* Content Rules */
#switch {
	border-collapse: collapse;
	position: absolute;
	top: 190px;
	left: 400px;
	width: 456px;
	height: 450px;
	color: #eeeeee;
	text-align: justify;
}
#restable {
	position: absolute;
	top: 200px;
	left: 250px;
	border-collapse: collapse;
	color: #eeeeee;
}

	
	
	
	
	
