body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	overflow-x:hidden;
}

#maincontainer{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	position: absolute;
	top: -10px;
	left: 100px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#topsection{
	position: relative;
	top: 7px;
	background: url("images/top2.png");
	height: 122px; /*Height of top section*/
}
#poweredby{
	position: relative;
	top: 75px;
	left: 500px;
}

#contentwrapper{
	float: left;
	width: 100%;
	background: #D5D5D5;
}

#contentcolumn{
	margin: 0 10px 0 198px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	background: #D5D5D5;
}

#leftcolumn{
	float: left;
	width: 198px; /*Width of left column in pixel*/
	margin-left: -800px; /*Set margin to that of -(MainContainerWidth)*/
	background: url("images/leftbg.png");
}

#rightcolumn{
	float: left;
	width: 49px; /*Width of right column*/
	margin-left: -49px; /*Set left margin to -(RightColumnWidth)*/
	background: url("images/rightbgsub.png");
}

#footer{
	clear: left;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 4px 0;
	height: 56px;
	background: url("images/bottombg.png");
	font-family: verdana;	
	font-size: 10px;
}

#footer a{
	color: #FFFF80;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
}

.innertube A:link {text-decoration: none; color: #737373;}
.innertube A:visited {text-decoration: none; color: #737373;}
.innertube A:active {text-decoration: none; color: #737373;}
.innertube A:hover {text-decoration: underline overline; color: black;}

#innertube ul{

}

#innertube li{

}

/* Layout Formatting rules for backstage script */

/* roster list pages */
#rosterlist{
	margin: 10px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
}

.rosterlist a:link		{color: #737373; }
.rosterlist a:hover		{color: #000;}
.rosterlist a:visited	{color: #737373; }
.rosterlist a:active		{color: #737373; }

#rosterlist p{

}

#rosterlist img{
	padding: 1px;
	background: #5e7ba0;
	border: 1px solid #000000;
}

#rosterlist ul{

}

#rosterlist li{

}



/* roleplays pages */
#roleplays{
	margin: 10px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
}

.roleplays a:link		{color: #737373; }
.roleplays a:hover		{color: #000000; background: #737373; }
.roleplays a:visited	{color: #737373; }
.roleplays a:active		{color: #737373; }

#roleplays img{
	padding: 1px;
	background: #5e7ba0;
	border: 1px solid #000000;
}

#rplista{
	padding: 10px;
	margin: 10px 0px; 10px; 0px;
	border-bottom: 2px solid #737373;
	border-top: 2px solid #737373;
}

#rplista p.rptitle{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#rplista p.rpfeaturing{
	padding: 0px;
	margin: 0px;
}

#rplista p.rpdate{
	padding: 0px;
	margin: 0px;
}

#rplista p.rplocation{
	padding: 0px;
	margin: 0px;
}


#rplistb{
	padding: 10px;
	margin: 10px 0px; 10px; 0px;
	border-bottom: 2px solid #737373;
	border-top: 2px solid #737373;
}

#rplistb p.rptitle{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#rplistb p.rpfeaturing{
	padding: 0px;
	margin: 0px;
}

#rplistb p.rpdate{
	padding: 0px;
	margin: 0px;
}

#rplistb p.rplocation{
	padding: 0px;
	margin: 0px;
}


#roleplays h1{
	margin: 10px;
	font-family: times;
	font-size: 2em;
	color: #737373;
	font-weight: italics;
}



#roleplays h2{
	margin: 10px;
	font-family: times;
	font-size: 1.6em;
	color: #737373;
	font-weight: italics;
}


#roleplays h3{
	margin: 10px;
	font-family: times;
	font-size: 1.2em;
	color: #737373;
	font-weight: italics;
}


/* News Category Display CSS */
#newscategory{
	margin: 10px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;

}

#newscategory h2{
	margin: 10px;
	font-family: times;
	font-size: 1.6em;
	color: #737373;
	font-weight: italics;
}

#newscategory h3{
	margin: 10px;
	font-family: times;
	font-size: 1.2em;
	color: #737373;
	font-weight: italics;
}

.newscategory A:link {text-decoration: none; color: #737373;}
.newscategory A:visited {text-decoration: none; color: #737373;}
.newscategory A:active {text-decoration: none; color: #737373;}
.newscategory A:hover {text-decoration: underline overline; color: black;}

#newscategory p{


}

#newscategory p.postdate{


}

#newscategory image{


}

#newscategory ul{

}

#newscategory li{

}


/* News Archive CSS */

#archive{
	width: 680px;
	padding-left: 13px;
}

.archive a:link		{color: #5e7ba0; }
.archive a:hover	{color: #222; background: #5e7ba0; }
.archive a:visited	{color: #a1845f; }
.archive a:active	{color: #5e7ba0; }

#archive h1{
	font-family: tahoma;
	font-size: 2.5em;
	border-bottom: 3px double #5e7ba0;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 0;
}

.archiveheading
{
	font-family: tahoma;	
	background-color: #ccc;
	font-size: 18px;
}

.archiverow1
{
	font: 1.1em tahoma;	
	background-color: #ccc;
	color: #222;
	margin: 2px 5px;
}

.archiverow2
{
	font: 1.1em tahoma;	
	margin: 2px 5px;
}

.archive td{
	padding: 3px 5px;
}



/* biography pages */

#bio{
	margin: 10px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
}

#bio table.biotable{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#bio col.biotablecolumnheadings{
	width: 100px;
	background-color:#d5d5d5;
	margin: 10px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
	font-weight: bold;
}

#bio col.biotablecolumndata{



}

#bio tr.biotablerowa{

}

#bio tr.biotablerowb{

}

#bio td.biotableheadinga{
	margin: 10px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
	font-weight: bold;

}

#bio td.biotableheadingb{
	margin: 10px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
	font-weight: bold;
}


#bio td.biotabledataa{
	margin: 10px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
}

#bio td.biotabledatab{
	margin: 10px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
}


#bio h1{
	margin: 10px;
	font-family: times;
	font-size: 2em;
	color: #737373;
	font-weight: italics;
}



#bio h2{
	margin: 10px;
	font-family: times;
	font-size: 1.6em;
	color: #737373;
	font-weight: italics;
}


#bio h3{
	margin: 10px;
	font-family: times;
	font-size: 1.2em;
	color: #737373;
	font-weight: italics;
}



#bio ul{
	list-style-type: none;
	margin: 10px 0px 10px 20px;
	padding: 0px;
}

#bio li{
	margin: 0px;
	padding: 0px;
}

#bio p{





}


/* Champions List */
#champions{


}
/* Champions List */
#champions{
	width: 415px;
	margin: 10px;

}


#champa{
	padding: 10px;
	margin: 0px 0px; 10px; 0px;
	background-color:#d5d5d5;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
}

#champa h1{
	padding: 0px;
	margin: 10px;
	font-family: times;
	font-size: 2em;
	color: #737373;
	font-weight: italics;
}

#champa h2{
	padding: 0px;
	margin: 10px;
	font-family: times;
	font-size: 1.6em;
	color: #737373;
	font-weight: italics;
}

#champa p.champ{
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	color: #737373;
}

#champa p.contender{
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	color: #737373;
}

#champb{
	padding: 10px;
	margin: 0px 0px; 10px; 0px;
	font-family: tahoma;
	color: #737373;
}

#champb h1{
	padding: 0px;
	margin: 0px;
	font-family: times;
	font-size: 2em;
	color: #737373;
	font-weight: italics;
}

#champb h2{
	padding: 0px;
	margin: 0px;
	font-family: times;
	font-size: 1.6em;
	color: #737373;
	font-weight: italics;
}

#champb p.champ{
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
}

#champb p.contender{
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	color: #737373;
}


/* Application Form */

#application h1 {
	color: #262D37;
	margin-left: 8px;
	margin-right: 8px;
	font-family: times;
	font-size: 2em;
	color: #737373;
	font-weight: italics;
	text-align: center;
	padding: 5px 5px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

#application h2 {
	color: #262D37;
	margin-left: 8px;
	margin-right: 8px;
	font-family: times;
	font-size: 1.6em;
	color: #737373;
	font-weight: italics;
	text-align: center;
	padding: 5px 5px;
	text-transform: capitalize;
	margin-bottom: 0px;
}

#application input.appfieldtext {
	padding: 0px;
	margin: 0px;
	margin: 10px;
	font-family: tahoma;
	color: #737373;
	font-weight: bold;
	width: 300px;
}


#application input.appfieldtextnarrow {
	padding: 0px;
	margin: 0px;
	margin: 10px;
	font-family: tahoma;
	color: #737373;
	font-weight: bold;
	width: 100px;
}


#application textarea.apptextarea {
	padding: 0px;
	margin: 0px;
	margin: 10px;
	font-family: tahoma;
	color: #737373;
	font-weight: bold;
	width: 300px;
	height: 200px;
}

#application table {
	margin: 10px;
	font-family: tahoma;
	color: #737373;
	font-weight: bold;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#application td.columna {
	margin: 10px;
	font-family: tahoma;
	color: #737373;
	font-weight: bold;
	width: 150px;
}

#application td.columnb {
	margin: 10px;
	font-family: tahoma;
	color: #737373;
	font-weight: bold;
}

#application p.error {
	color: #ff0000;
}


/* latest promo */
#latestpromo{
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#latestpromo p.lptitle{
	margin: 0px;
	padding: 0px;

}

#latestpromo p.lpposter{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#results {
	margin: 10px;
	font-family: tahoma;
	font-size: .8em;
	color: #737373;
	width: 500px;
}
.resultsdiv {
margin:0 0 10px;
padding:0;
}
#results h1 {
	margin: 10px;
	font-family: times;
	font-size: 2em;
	color: #737373;
	font-weight: italics;
	text-align:center;
}
#results h2 {
	margin: 10px;
	font-family: times;
	font-size: 1.6em;
	color: #737373;
	font-weight: italics;
	text-align:center;
}
#results h3 {
	margin: 10px;
	font-family: times;
	font-size: 1.2em;
	color: #737373;
	font-weight: italics;
	text-align:center;
}
#results h4 {
	margin: 10px;
	font-family: times;
	font-size: 1.6em;
	color: #737373;
	font-weight: italics;
	text-align:center;
}