body{
	background: #444344 url('../images/background.png') repeat-x;
	font-family: verdana,sans-serif;
	font-size: 12px;
	color: #FBFBFB;
}

a {
	color: #C0E0FF;
	text-decoration: underline;
}

img {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}

ul {
	padding-left: 30px;
}

h1, h2 {
	margin: 5px;
	font-weight: normal;
	font-family: sans-serif;
}

h1 {
	font-size: 3em;
	font-weight: bold;
	padding: 5px 0px;
	color: white;
	margin:5px;	
    margin-bottom: 0.5em;
	
	background-image: url(../images/h1bg.jpg);
	background-repeat: repeat-x;
}

h1, h2 a {
	color: white;
}

h2 {
	font-size: 2em;
    margin-bottom: 1em;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 1em;
}

h1 a, 
h2 a
{
	color: #FFF;
	text-decoration: none;
}

h1 a:hover, 
h2 a:hover
{
	color: #EEE;
}

#left h2, 
#right h2 {
	border-bottom: none;
}

img.icon,
a img.icon
{
	vertical-align: middle;
	margin: 2px;
	text-decoration: none;
	border: none;
}

#content
{
    overflow: hidden;
}


#layout
{
    width: 800px;
    margin: 0px auto;
    background-color: #333;
    padding: 10px;
    padding-bottom: 50px;
}

#header
{
    padding: 10px;
    margin: -10px;
    background-color: #666;
}

#header h1
{
    margin: 0px;
    padding: 0px;
}

#partialheaders
{
    overflow: hidden;
}
   
#leftheader
{
    float: left;
    width: 400px;
}   

#rightheader
{
    float: right;
    margin-left: 230px;
    text-align: right;
}

#content
{
    padding-top: 10px;
    padding-bottom: 10px;
}

#content p
{
    line-height: 1.5em;
    margin: 1em 0;
}


ul.awardlist,
ul.detailawardlist
{
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

.awardlist li,
.detailawardlist li
{
    list-style-type: none;
    font-size: 1.2em;
    background-color: #000;
    padding: 4px;
    border: 1px solid white;
    text-align: center;
    
    float: left;
    
    width: 200px;
    height: 50px;
    margin: 10px;
}

.awardlist li.pct100
{
    height: 50px;
}

.awardlist li.pct50
{
    height: 50px;
}

.awardlist li.pct33
{
    height: 50px;
}

.detailawardlist li
{
    float: none;
    width: 600px;
    margin: 5px auto;
    text-align: left;
}

.awardlist li a,
.detailawardlist li a
{
    text-decoration: none;
    font-size 1.3em;
    font-weight: bold;
}

.awardlist li.unlocked,
.detailawardlist li.unlocked
{
    background-color: #262;
}

div.infobox
{
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    border: 5px solid white;
    line-height: auto;
    overflow: hidden;
}

div.infobox div.spaced
{
    line-height: 3em;
}

span.bignumber
{
    font-size: 5em;
}

span.bigcode
{
    font-size: 2em;
    font-weight: bold;
    line-height: 1em;
}

div.gamercardwithlink
{
    width: 70px;
    height: 70px;
    padding: 3px;
    text-align: center;
    float: left;
}

<? ?>

div.codeform input.code
{
    font-size: 1.1em;
    font-family: Verdana, Helvetica;
    margin: 2px;
    padding: 2px;
    height: 1.6em;
    width: 100%;
    border: 1px solid black;
}
