* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: url(images/announce-bg.jpg) center top no-repeat #000000 fixed;
}

p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
	color: white;
}

p2 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.8em;
	color: white;
}


a { color: #0099ff; font-weight: 600; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

h1 { font-size: 2.0em; margin-bottom: 0.2em; color: #FAC90A; }
h2 { font-size: 1.3em; line-height: 1.6em; color: white;}
h3 { font-size: 1.3em; line-height: 1.6em; text-align: left; margin-bottom: .2em; color: #FAC90A;}
h4 {font-size: 1em; text-align: left; color: #6e6e6c;}
h5 { font-size: 1.5em; text-align: left; margin-bottom: .2em; color: #FAC90A;}


.link a {font-size: 1em; color: #0099ff; font-weight: 600; text-decoration: none;}

.scroll-pane 		{ width: 100%; overflow: auto; padding-right: 10px; height: 100%; }

.bottomshadow 		{ position: absolute; top: 375px; left: -47px; z-index: 9999; }

.jScrollPaneContainer 	{ position: relative; overflow: hidden; z-index: 1; }

.jScrollPaneTrack 		{ position: absolute; cursor: pointer; right: 0; top: 0; height: 100%;
						  background: url(images/atom-bar.jpg) top center repeat-y; padding: 3px;}

.jScrollPaneDrag	{ position: absolute; background: url(images/atom-ball.jpg) top center repeat-y;
					  cursor: pointer;  height: 100%; overflow: hidden;}


.clear { clear: both; }


.image {
	margin-bottom: 0.8em;
}

.mainimage {
	width: 560px;
	margin-bottom: 0.8em;
}
.news-image{
	margin-top: -.1em;
}

.game-left {
float: left;
height: 125px;
width: 85px;
padding: 0px 10px 10px 0px;
}



div#page-wrap {
	width:900px;
	margin: 0 auto;
	margin-top: 50px;

}

div#nav {
	height: 100px;
	/* background: url(images/nav-bg.jpg) no-repeat; */
	list-style: none;
	overflow: hidden;
	border-top: 2px solid #6c6c6e;
	border-right: 2px solid #6c6c6e;
	border-left: 2px solid #6c6c6e;


	}
		
	div#main-content {
		padding-bottom: 50px;		
		}
		
		div#main-content div#wide-left-col {
			float: left;
			width: 806px;
			padding: 15px 60px 20px 30px;
			overflow: hidden;
			border-right: 2px solid #6c6c6e;
			border-left: 2px solid #6c6c6e;
			border-bottom: 2px solid #6c6c6e;
			background: url(images/announce-main-bg.png) repeat-y;

			/* background: rgba(0, 0, 0, 0.85); */
		}
		
			div#main-content div#right-col p {
				font-size: 1.1em;
				}


	div#footer {
	float: left
	height: 43px;
	padding: 10px 0 20px 20px;
	border-right: 2px solid #6c6c6e;
	border-left: 2px solid #6c6c6e;
	border-bottom: 2px solid #6c6c6e;
	font-size: .8em;
	text-align: left;
	background: url(images/footer-bg.jpg) no-repeat;
	overflow: hidden;

	}