@charset "utf-8";
@import url("content.css");
@import url("header.css");
@import url("footer.css");
@import url("menu.css");
@import url("search.css");
@import url("list.css");
@import url("features.css");
@import url("roster.css");

body {
	background-color: #000;
	background-image: url(../../../images/themes/default/page/bodybg.png);
	background-position: center top;
	background-repeat: repeat-y;
	background-attachment: fixed;
	color: #fff;
}

#page {
	width: 100%;
	height: 100%;
}

#container {
	background-color: #050304;
	background-image: url(../../../images/themes/default/page/contentbg.png);
	background-repeat: repeat-x;
	background-position: 0 238px;
	width:1000px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin-left: 20px;
	color: #2a431b;
	text-transform: lowercase;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
	color: #98bf0c;
	text-transform: lowercase;
}

h2.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
	color: #c9ff08;
	text-transform: lowercase;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color: #98bf0c;
}

a {
	color: #82939d;
	text-decoration: none;
}

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