/* -------- MAIN PAGE FORMAT ----------- */

body {
	background-color: #000000;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}
	

/*----------- COLUMN SETUP ------------*/

#tournyList {
	width: 270px;
	margin: 0 auto;
	padding: 0;
	}
	
/* -------- BASE STYLES ----------- */

h1 {
	font-size: 1.9em;
	color: #ed1c24;
	line-height: 1.3em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	border-bottom: 1px #ed1c24 solid;
}

h2 {
	font-size: 1.3em;
	color: #fccd07;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

h3 {
	font-size: 1.1em;
	color: #ffffff;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	font-weight: normal;
	color: #ffffff;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #fccd07;
	}

a:hover {
	color: #ed1c24;
	}

a:link img, a:visited img, a:hover img {
	text-decoration: none;
	color: #000000;
	}


#scrollerArea {
	margin: 0;
	width: 270px;
	}

#scrollerArea h1 {
	font-size: 1.6em;
	background: #1f308b;
	color: #fff;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	padding: 4px;
	}


/* IE6 Only */
* html #scrollerArea {
	margin-right: 7px;
	}

/* IE7 Only */
*:first-child+html #MenuArea_left {
	}
	
