/* CSS Document */

body
{
 	margin: 0px;
	padding: 0px;
	background-image: url(images/bgmain.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#body_topfade
{
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
}

#top_nav_main {
	float: left;
	background-image: url(images/button_main.gif);
	width: 76px;
	height: 22px;
}
#top_nav_roster {
	float: left;
	background-image: url(images/button_roster.gif);
	width: 75px;
	height: 22px;
}
#top_nav_servers {
	float: left;
	background-image: url(images/button_servers.gif);
	width: 86px;
	height: 22px;
}
#top_nav_forum {
	float: left;
	background-image: url(images/button_forum.gif);
	width: 75px;
	height: 22px;
}
#top_nav_donations {
	float: left;
	background-image: url(images/button_donations.gif);
	width: 104px;
	height: 22px;
}
#top_nav_downloads {
	float: left;
	background-image: url(images/button_downloads.gif);
	width: 113px;
	height: 22px;
	background-position: left;
}


/* RIGHT COLUMN */

.floatright a {
	color: #007ACC;
	text-decoration: none;
	font-weight: normal;
	}
	
.floatright a:visited {
	color: #007ACC;
	text-decoration: none;
	font-weight: normal;
	}
	
.floatright a:active {
	color: #007ACC;
	text-decoration: none;
	font-weight: normal;
	}
	
.floatright a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}
/*---------------------------------------------------------
a:hover {
	background-color: #007ACC;
}*/