@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(img/black_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
#mainbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	height: 880px;
	width: 850px;
	position: relative;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(img/mainbody_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#linkbar {
	position: relative;
	height: 27px;
	width: auto;
	left: 10px;
	top: 121px;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 2px;
}
#content {
	position: relative;
	height: auto;
	width: 850px;
	left: 0px;
	top: 140px;
}
#content_left {
	height: auto;
	width: 650px;
	float: left;
	padding-left: 10px;
}
#content_right {
	height: auto;
	width: 160px;
	float: left;
	padding-left: 10px;
}
.box {
	background-color: #0C0C0C;
	text-align: left;
	height: auto;
	width: 98%;
	border: 1px solid #4D4D4D;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 32px;
	width: 850px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF6600;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

A:link {
	text-decoration: underline;
	color: #FF6600;
}
A:visited {
	text-decoration: underline;
	color: #FF6600;
}
A:active {
	text-decoration: underline;
	color: #FF6600;
}
A:hover {
	text-decoration: underline;
	color: #FFCC00;
}
input, textarea{
	color:#FF9900;
	background-color:#333333;
	border:1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}.media {
	background-color: #000000;
	border: 1px solid #333333;
	margin: 5px;
	padding: 5px;
	float: left;
	position: relative;
	text-align: center;
}
.team {
	background-color: #121212;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 96.5%;
	border: 1px solid #333333;
}

.media img {
	margin-top: 5px;
	border: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
