/*

	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #F3F4F4;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	margin: 0 auto;
	width: 864px;
}
#faux {
	margin-bottom: 0px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	width: 864px;
	padding: 0px;
	height: 161px;
	margin: 0px 0px 0px 0px;
}
#navigation {
	margin: 0px;
	font-size: 0.7em;
	color: #5492BE;
	padding-left: 65px;
	font-style: italic;
	font-weight: bold;
}

#navigation li {
	display:inline;
	text-transform: uppercase;
}
#leftcolumn {
	display: inline;
	color: #333;
	margin: 5px;
	padding: 0px;
	width: 185px;
	float: left;
}
#content {
	float: left;
	margin: 4px 6px;
	padding: 0px;
	width: 420px;
	display: inline;
	position: relative;
}
#content2 {
	float: left;
	padding: 0px;
	width: 650px;
	display: inline;
	position: relative;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
}
#rightcolumn {
	display: inline;
	position: relative;
	padding: 0px;
	width: 205px;
	float: right;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer {
	width: 864px;
	clear: both;
	font-size: 0.8em;
	height: 100px;
	font-weight: bold;
}

#footer li {
	display:inline;
}

#footer ul {
	width:500px;
	float:left;
}



.clear { clear: both; background: none; }


.floatRight {
	float: right;
	display: inline;
	position: relative;
}

.floatLeft {
	float: left;
}



.resetList, .resetList li ul {
	margin: 0;
	padding: 0;
}

.resetList li {
	list-style: none;
	padding: 0;
	margin: 0;
}


a:link,a:visited,a:hover,a:active {
	color: #333333;
	text-decoration: underline;
}

#navigation ul li a:link,#navigation ul li a:visited,#navigation ul li a:hover,#navigation li a:active {
	color: #11619E;
}

ol, ul {
	list-style-image: none;
	list-style-type: disc;
	position: relative;
	left: 20px;
	padding-bottom: 15px; margin-left:4px; padding-left:4px;
}

p {
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 6px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}


h3.news {
	color: #0094D6;
}

.story {
	font-weight: bold;
}

.signiture {
	display: block;
	font-size: 13px;
	padding: 5px;
}

.quote {
	padding-bottom: 10px;

}
.rulebar {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}

.ebullet {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 170px 100%;
	font-size: 0.8em;
	
	width: 180px;
	text-align: right;
	padding-top: 7px;
	padding-right: 5px;
	
}

#player1 {
    border: 10px solid #000;
}