/* GENERAL STYLES */
* {
	margin:0 auto;
	behavior: url(iepngfix.htc);
	}
	
body {
	background:url(images/bg.jpg) top center no-repeat #818181;
	}
	
a {
	text-decoration:underline;
	text-transform:none;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}


/* GENERAL SITE LAYOUT STYLES */
#wrap {
	width:930px;
	margin:0 auto;
	overflow:hidden;
	}
	
#header {
	width:930px;
	margin:0 auto;
	height:90px;
	text-align:right;
	vertical-align:text-top;
	}
	
#header h1 {
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	padding:0px;
	}

#content {
	width:930px;
	margin:0 auto;
	background:#FFFFFF;
	overflow:hidden;
	}
	
#contenttop {
	width:930px;
	margin:0 auto;
	height:5px;
	background-image:url(images/contenttop.png);
	vertical-align:bottom;
	}
	
#contentbottom {
	width:930px;
	margin:0 auto;
	height:5px;
	background-image:url(images/contentbottom.png)
	}
	
#maincontent {
	width:500px;
	float:left;
	margin-left:5px;
	}
	
#maincontentheadline {
	width:500px;
	height:45px;
	background:url(images/headline500.png);
	overflow:hidden;
	margin-bottom:1px;
	}
	
#maincontentheadline h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	padding:15px;
	}
	
#maincontentheadline a {
	color:#FFFFFF;
	}
	
#leftcontent {
	width:200px;
	margin-left:5px;
	margin-right:5px;
	float:left;
	}
	
#leftcontentheadline {
	width:200px;
	height:45px;
	background:url(images/headline200.png);
	}
	
#leftcontentheadline h1 {
	padding:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	}
	
#leftcontent h2 {
	padding:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	}	
	
#right {
	width:200px;
	margin-right:5px;
	float:right;
	}
	
#bottom {
	width:930px;
	background:url(images/bottom.png);
	height:75px;
	margin-top:5px;
	}
	
#bottomleft {
	float:left;
	text-align:left;
	}
	
#bottomright {
	float:right;
	text-align:right;
	}
	
#bottom p {
	color:#FFFFFF;
	}
	
#bottom a {
	color:#FFFFFF;
	}
	
/* PLAYER BOX */
.playerbox {
	width:240px;
	height:100px;
	background-image:url(images/playerbox.png);
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:1px;
	margin-bottom:1px;
	position:relative;
	}

.playerboxuserpicbox {
	position:absolute;
	left:5px;
	top:4px;
	width:90px;
	height:100px;
	}
	
.playerboxinfo {
	width:140px;
	height:100px;
	position:absolute;
	left:100px;
	top:8px;
	}
	
.playerboxuserpic {
	width:82px;
	height:90px;
	border:1px solid #666666;
	}

/* GRADIENT STYLES */
#gradient500 {
	width:500px;
	margin:0 auto;
	background:url(images/gradient500.png) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#000000;
	font-size:12px;
	line-height:20px;
	overflow:auto;
	}
	
#gradient200 {
	width:200px;
	margin:0 auto;
	margin-top:1px;
	background:url(images/gradient200.png) no-repeat;
	min-height:100px;
	padding:5px;
	}

/* NEWS HEADLINES STYLES */
.headline, .headline:visited, .headline:hover, .headline:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#FFFFFF;
	}
	
.underline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:none;
	color:#FFFFFF;
	}
	
.underline a {
	color:#FFFFFF;
	font-size:10px;
	}

/* LOGIN STYLE */

#inputbg {
	width:150px;
	height:25px;
	background:url(images/inputbox.png);
	}

.inputbox {
	border:none;
	background:none;
	height:25px;
	width:140px;
	color:#666666;
	padding-left:5px;
	}
	
.inputbox:active, .inputbox:focus {
	border:none;
	background:none;
	height:25px;
	width:140px;
	color:#666666;
	padding-left:5px;
	}
/* ITEM STYLES */
#item {
	width:200px;
	height:30px;
	margin:0 auto;
	margin-top:1px;
	background:url(images/item.png) no-repeat;
	}
	
#item h2 {
	padding:5px;
	}

#item a {
	text-decoration:none;
	}

#item a:hover {
	color:#666666;
	}

.itemhead a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#333333;
	}
	
.itemunder {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:none;
	text-transform:uppercase;
	color:#444444;
	}
	
.itemunder a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:none;
	text-decoration:none;
	text-transform:uppercase;
	color:#444444;
	}
	
.itemresult a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#83b111;
	}
	
/* AWARDS */
#award {
	width:500px;
	height:30px;
	margin:0 auto;
	margin-top:1px;
	background:url(images/award.png) no-repeat;
	}

.awardgame {
	float:left;
	width:20px;
	margin:5px;
	}
	
.awardname {
	position:absolute;
	margin-top:7px;
	margin-left:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	}
	
.awardcountry {
	position:absolute;
	margin-top:7px;
	margin-left:330px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
	}
	
.awardplace {
	width:495px;
	margin-top:4px;
	text-align:right;
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	}
	
.awardplace sup {
	font-size:10px;
	}
	
/* TEXT STYLES */
	
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px;
	color:#000000;
	font-size:12px;
	line-height:20px;
	}
