@charset "utf-8";
/* CSS Document */

body	{
		background: #000 url(../images/bg.jpg) no-repeat top center;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		}
#container	{
		width: 950px;
		height: 956px;
		margin: 0 auto;
		}
#container2	{
		width: 900px;
		height: 956px;
		position: relative;
		left: 17px;
		}
#nav	{
		width: 847px;
		height: 26px;
		position: relative;
		margin: 95px 0 5px 0;
		}
#header	{
		width: 900px;
		height: 362px;
		position: relative;
		}
#content-contain	{
		width: 900px;
		}
#footer	{
		font-size: 10px;
		}
		
/* Scroller */
.scroll-pane {
		width: 847px;
		height: 416px;
		overflow: auto;
		float: left;
		}

/* Classes */
h1	{
		padding: 5px 20px;
		font-size: 16px;
		display: none;
		}
h2	{
		padding: 5px 20px;
		}
p	{
		padding: 5px 20px;
		}
table	{
		margin: 5px 20px;
		}
hr	{
		width: 95%;
		color: #b64e49;
		border-style: dashed;
		}
.text-center	{
		text-align: center;
		}
.center	{
		margin: auto;
		}
.titles	{
		margin: 10px 20px;
		}
.copy	{
		text-align: center;
		color: #fff;
		position: relative;
		top: 15px;
		}
.float-right	{
		float: right;
		margin: 5px 5px 0 5px;
		}
.float-left	{
		float: left;
		margin: 5px 5px 5px 0;
		}
.stats	{
		font-size: 10px;
		text-align: center;
		border-collapse: collapse;
		border-color: #b64e49;
		}
.redbg	{
		background-color: #e09490;
		color: #fff;
		}
.achiev	{
		list-style: square;
		padding: 5px;
		margin-left: 40px;
		}
.achiev li	{
		margin: 2px;
		}
.order	{
		list-style: decimal;
		padding: 5px;
		margin-left: 40px;
		}
.order li	{
		margin: 2px;
		}
.statstext	{
		color: #fff;
		}
.vtop	{
		vertical-align: text-top;
		}
.smalltext	{
		font-size: 10px;
		}
.footer-text	{
		text-align: right;
		margin: 60px 35px 0 0;
		}
.date	{
		font-weight: normal;
		font-size: 10px;
		}
.fanbox	{
		position: relative;
		float: right;
		margin: 10px 20px 0;
		width: 300px;
		height: 300px;
		}
		
/* Links */
a	{
		color: #b64e49;
		}
a:hover	{
		color: #e09490;
		}
h2 a	{
		text-decoration: none;
		}

/* Social Rolls */
.facebook a {
		display:block;
		width: 32px;
		height: 32px;
		margin-left: 5px;
		font: bold 13px sans-serif;;
		color:#333;
		background: url(../images/facebook_32.png) 0 0 no-repeat;
		text-decoration: none;
		float: right;
		}
.rollsocial	{
		position: relative;
		float: right;
		right: 40px;
		}
.rollsocial a:hover { 
		background-position: 0 -32px;
		color: #049;
		}
		
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #000000;
		}
