body {
	background: #f3f2f6 url('../imgs/bg_900h.jpg') repeat-x;
	margin: 0px 0 0 0;
	color: #9c9c9c;
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

p {
/*	font: 60px/100px Helvetica;
	color: #000;
	text-align: center;
	border-bottom: 0px solid #000;
	margin: 0 0 0 0;
*/
/*margin-top:1.5em;*/
margin-bottom:1.5em;
}
.news p {
	margin-top:0.5em;
	}
h1	{
		/*
		font-family: Georgia, "Times New Roman", Times, serif;
		*/
		font-size: 1.5em;
		color: #333;
	}
h2	{
	font-size: 1.35em;	
	}
.news h2 {
	font-size: 3em;
	line-height:0.8em;
	font-weight: bold;
	}
strong {
		font-weight: bold;
	}
.arena	{
		min-height: 470px;
		margin-top: 30px;
	}
a:link {
		color:  #000;
		text-decoration: none;
	}
a:hover {
		text-decoration: none;
	}
a:visited {
		color:  #000;
		text-decoration: none;
	}

#navlist a:hover {
		border-bottom: 7px solid yellow;
		text-decoration: none;
	}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
}

.arena a:hover {
		background-color:yellow;
		text-decoration: none;
	}

.thumb	{
	/*height: 105px;*/
	margin-bottom: 20px;	
	background-image: url(../imgs/thumb_dropshadow.png);
	background-repeat: no-repeat;
	}

.noshow {
		display: none;
	}
/* WORDPRESS STUFF */
/* Begin Images */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #999;
	}
	
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */