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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

/* Layout Styles */

#wrap {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: auto;
}

#nav {
	height: 21px;
	background-image: url(../images/navbg.jpg);
	padding-left: 40px;
	font-weight: bold;
	padding-top: 5px;
	letter-spacing: 1px;
}

#mainstage {
	width: auto;
	height: 476px;
	background-color: #000000;
}

#leftcolumn {
	background-image: url(../images/leftcolumn.jpg);
	float: left;
	height: 476px;
	width: 36px;
	position: relative;
}

#stripes {
	background-image: url(../images/stripesbg.jpg);
	float: left;
	height: 446px;
	width: 196px;
	position: relative;
	background-position: right top;
	margin-left: 0px;
	z-index: 1;
	text-align: center;
	padding-top: 30px;
}

#mainimage {
	position: relative;
	z-index: 8;
	margin-top: 182px;
}

#content {
	float: left;
	height: 476px;
	width: 655px;
	position: relative;
}

#contentimages {
	float: left;
	height: 476px;
	width: 655px;
	position: relative;
	background-image: url(../images/imagebg.jpg);
	background-position: bottom;
	text-align: center;
	background-repeat: no-repeat;
}

#textbox1 {
	background-image: url(../images/textbox1.png);
	height: 159px;
	width: 617px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
}

#textbox2 {
	background-image: url(../images/textbox2.png);
	height: 227px;
	width: 618px;
	margin-top: 20px;
	margin-left: 10px;
	padding: 10px;
	background-repeat: no-repeat;
}

#rightcolumn {
	background-image: url(../images/rightcolumn.jpg);
	float: right;
	height: 476px;
	width: 63px;
	position: relative;
	background-position: right;
	background-color: #000000;
}

#redemptionnav {
	background-image: url(../images/redemptionnav.jpg);
	background-repeat: no-repeat;
	height: 22px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-left: 40px;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 36px;
}

#bottomglow {
	background-image: url(../images/bottomglow.png);
	background-repeat: no-repeat;
	height: 36px;
}

#flashcontainer {
	background-image: url(../images/screenbg.jpg);
	text-align: center;
	width: 178px;
	margin-left: auto;
	height: 95px;
	margin-right: auto;
	position: relative;
}

#images {
	position: relative;
	height: auto;
	width: auto;
	padding-left: 0px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: center;
}

/* Styles for styles sake */

.dateheader {
	font-size: 10px;
	font-weight: bolder;
}

.textentry {
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 15px;
	line-height: 25px;
}

.updateimage {
	margin-top: 7px;
	margin-right: 7px;
	border: 1px solid #E39800;
}
.fanart {
	background-image: url(../images/fanartbox.png);
	background-repeat: no-repeat;
}



/* Styles for tags */

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	background-color: #DE863C;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
