/* basic elements */
body {
	background: #640000;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #640000;
	margin: 0px;
	}
p {
	font: 8pt georgia;
	margin-top: 0px;
	text-align: justify;
	}
h3 {
	font: bold normal 12pt georgia;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: white;
	}
th {
	font: bold normal 12pt georgia;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #640000;
	}
a:link {
	text-decoration: none;
	color: darkred;
	}
a:visited {
	text-decoration: none;
	color: white;
	}
a:hover, a:active {
	text-decoration: underline;
	color: red;
	}

/* specific divs */
#header {
	background: #640000 url(header.gif) no-repeat;
	height: 180px;
	}
#bf2logo {
	position: absolute;
	right: 2px;
	top: 2px;
	}
#bf2logo img {
	border: 0px;
	}
#bf2logo a:active {
	background: none;
	}
#bf2serv {
	position: relative;
	left: 250px;
	top: 2px;
	}
#menu {
	background: #640000;
	width: 150px;
	height: 10px;
	float: left;
	padding-top: 50px;
	}
#menu ul {
	list-style-type: none;
	font-weight: bold;
	}
#menu ul li {
	margin-left: -40px;
	background: white;
	padding-left: 5px;
	}
#menu ul li a {
	display: block;
	padding-left: 5px;
	margin-left: -5px;
	width: 145px;
	background: #640000;
	}
#menu ul li a:link {
	color: white;
	text-decoration: none;
	}
#menu ul li a:visited {
	color: white;
	text-decoration: none;
	}
#menu ul li a:hover, a:active {
	background: gray;
	color: white;
	text-decoration: none;
	}
#primary {
	height: 1%;
	background: white url(treeonhill.gif) no-repeat bottom right;
	color: black;
	margin-left: 150px;
	padding: 5px;
	}
#forums_wrapper {
	height: 1%;
	width: 99%;
	}
#forums {
	width: 100%;
	}
#teamspeak {
	display: inline; /* ie doubled float-margin bug fix */
	overflow: auto;
	float: left;
	background: #AF0000;
	color: white;
	height: 250px;
	margin-left: 150px;
	padding: 5px;
	width: 340px;
	font: 8pt arial, verdana,helvetica;
	}
#teamspeak_link {
	float: right;
	}
#teamspeakdisplay  img {
	border: 0px;
}
#teamspeakdisplay table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: -4px;
}
#teamspeakdisplay td {
	font: 8pt arial, verdana,helvetica;
	padding: 0px;
	white-space: nowrap;
	vertical-align: top;
}
#teamspeakdisplay td.teamspeakserver {
	padding-left: 3px;
	font-weight: bold;
}
#teamspeakdisplay td.teamspeakchannel {
	padding-left: 3px;
}
#teamspeakdisplay td.teamspeaksubchannel {
	padding-left: 3px;
}
#teamspeakdisplay td.teamspeakplayer {
	padding-left: 3px;
}
#teamspeakdisplay a.teamspeakserver {
	font: 8pt arial, verdana,helvetica;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#teamspeakdisplay a.teamspeakserver:hover {
	color: #000066;
}
#teamspeakdisplay a.teamspeakchannel {
	font: 8pt arial, verdana,helvetica;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#teamspeakdisplay a.teamspeakchannel:hover {
	color: #000066;
}
#teamspeakdisplay a.teamspeaksubchannel {
	font: 8pt arial, verdana,helvetica;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#teamspeakdisplay a.teamspeaksubchannel:hover {
	color: #000066;
}

#online {
	position: relative;
	overflow: auto;
	background: black;
	color: white;
	height: 250px;
	padding: 5px;
	}
* html #online {
	left: -3px;
	margin-right: -3px;
	}
#status {
	padding-left: 10px;
	}
#status table {
	margin-bottom: -2px;
	margin-top: 10px;
	}
#status th {
	padding-right: 10px;
	font-size: 8pt;
	border-bottom: 1px solid #111;
	text-align: left;
	color: white;
	}
#status tr {
	border-bottom: 1px solid #111;
	}
#status td {
	font-size: 8pt;
	padding-right: 10px;
	}
#status a:link {
	text-decoration: none;
	color: white;
	}
#status a:visited {
	text-decoration: none;
	color: white;
	}
#status a:hover, #status a:active {
	text-decoration: underline;
	color: white;
	}
#onoff {
	text-align: center;
	}
#onoff img {
	border: 0;
	}
#memberlist {
	padding-left: 10px;
	}
#memberlist img {
	border: 0;
	}
#memberlist table {
	margin-bottom: -2px;
	margin-top: 10px;
	}
#memberlist th {
	padding-right: 10px;
	font-size: 8pt;
	border-bottom: 1px solid #111;
	text-align: left;
	color: black;
	}
#memberlist tr {
	border-bottom: 1px solid #111;
	}
#memberlist td {
	font-size: 8pt;
	padding-right: 10px;
	white-space: nowrap;
	}
#memberlist a:link {
	text-decoration: none;
	color: black;
	}
#memberlist a:visited {
	text-decoration: none;
	color: black;
	}
#memberlist a:hover, #status a:active {
	text-decoration: underline;
	color: black;
	}
#footer {
	position: relative;
	background: #640000;
	color: white;
	padding-top: 30px;
	padding-left: 180px;
	height: 40px;
	}
#footer_image {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 350px;
	width: 100px;
	background: url(katana.gif);
	overflow: hidden;
	}
#news_avatar {
	float: left;
	margin-right: 5px;
	}
#news_about {
	font: 8pt Verdana;
	}
#news_about a:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
#news_about a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
#news_about a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	}
#news_about a:active {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	}
#news_content {
	font: 8pt Verdana;
	clear: left;
	}
#news_content a:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
#news_content a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}
#news_content a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	}
#news_content a:active {
	color: black;
	font-weight: bold;
	text-decoration: underline;
	}
#news h2 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 18px;
	}
