/**
 * Copyright (c) 2008 ClanTemplates.com
 * Acme Works; a free template by JulianG at ClanTemplates.com
 * No part of this file may be redistributed without written permission
 * Designed by JulianG <julian@clantemplates.com>
 * Coded by Ross <ross@clantemplates.com>
 * http://www.clantemplates.com/pages/Legal
 */

/* Eric Meyer's CSS Reset */
@import url('./css-reset.css');

body {
	background: #000 url('./images/background.jpg') repeat-x;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 0.75em;
	text-align: center;
}

#container {
	background: #fff url('./images/container_background.jpg') repeat-y;
	margin: 0 auto;
	padding: 0 12px 0 12px;
	text-align: left;
	/*width: 900px;*/
	width: 876px;
}

h1 {
	margin: 0 -12px 0 -12px;
}

#sidebar {
	float: left;
	width: 242px;
}

#navigation {
	background: url('./images/nav_head.jpg') no-repeat;
	margin-left: 10px;
	padding-top: 22px;
}

#navigation li {
	list-style: none;
}

#navigation li a {
	color: #ffff46;
	display: block;
	padding: 4px;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation .one {
	background: url('./images/nav_1.jpg') no-repeat;
	height: 29px;
}

#navigation .two {
	background: url('./images/nav_2.jpg') no-repeat;
	height: 25px;
}

#navigation .three {
	background: url('./images/nav_3.jpg') no-repeat;
	height: 26px;
}

#navigation .four {
	background: url('./images/nav_4.jpg') no-repeat;
	height: 24px;
}

#navigation .five {
	background: url('./images/nav_5.jpg') no-repeat;
	height: 23px;
}

#roster {
	background: url('./images/roster_background.jpg') no-repeat;
	height: 286px;
	margin: 20px 0 0 5px;
	padding: 30px 0 0 0;
	text-align: center;
	width: 234px;
}

#rosterData {
	background: url('./images/alias.jpg') no-repeat;
	color: #ffff46;
	font-size: 0.8em;
	margin: 10px;
	padding: 0 0 0 37px;
}

#content {
	float: left;
	margin-left: 10px;
	width: 565px;
}

#news {
	background: #dd221c url('./images/news_top.jpg') no-repeat;
	padding-top: 37px;
	/*width: 545px;*/
	width: 565px;
}

/* IE6 4 lyfe yo! */
#news h2 {
	background: url('./images/title.jpg') no-repeat;
	height: 48px;
	margin: 10px;
	padding: 12px 10px 0 100px;
}

/* Just kidding, proper code: */
#news > h2 {
	background: url('./images/title.jpg') no-repeat;
	/*height: 48px;*/
	height: 36px;
	margin: 10px;
	padding: 12px 10px 0 100px;
}

.post {
	background: url('./images/content_background.jpg') repeat-y;
	margin: 10px;
}

.posti {
	background: url('./images/content_bottom.jpg') bottom no-repeat;
	padding: 0 0 9px 0;
}

.postii {
	background: url('./images/content_top.jpg') no-repeat;
	overflow: hidden;
	padding: 10px;
}

#sponsors {
	padding: 10px;
}

#news p {
	margin: 5px 0 5px 0;
}

#footer {
	background: #000 url('./images/footer_background.jpg') repeat-x;
}

#footer .right {
	padding-top: 9px;
}

.clearfix {
	clear: both;
}

.right {
	float: right;
}