a {
color: #f7be51;
text-decoration: none;
}

a:hover {
border-bottom: 1px dashed #f7be51;
}

body {
font: .75em verdana, tahoma, sans-serif;
color: #fff;
background-color: #000;
}

blockquote {
color: #000;
line-height: 1.4em;
margin: 0 1em;
padding: .7em 1em .8em 1em;
background-color: #ffcb59;
}

blockquote a {
color: #000;
font-style: italic;
}

blockquote a:hover {
border-bottom: 1px dashed #000;
}

blockquote strong {
color: #000;
}

strong {
color: #f7be51;
}

h1 {
text-align: left;
text-transform: uppercase;
font-size: .9em;
color: #f7be51;
padding: .1em;
border-bottom: 1px solid #f7be51;
padding-top: .5em;
}

h2 {
font-size: 1em;
font-weight: normal;
color: #f7be51;
text-decoration: underline;
}

h3 {
font-size: 1em;
font-weight: normal;
}

h4 {
font-size: 1em;
}

#buttons h4 {
color: #f7be51;
padding: 2px;
font-weight: normal;
border-bottom: 1px solid #f7be51;
}

table {
margin: 0 auto;
}

td {
padding: .1em .5em;
}

ul ul {
margin-left: -2em;
}

/* Divs */

#all {
margin: 0 auto;
width: 720px;
text-align: center;
}

#buttons {
text-align: center;
}

#header {
height: 230px;
background: url('images/header.jpg');
font: 3em serif;
color: #f7be51;
}

#main {
float: left;
width: 555px;
padding: 3px;
text-align: left;
}

#rules {
margin-left: -2em;
}

#rules li {
padding-bottom: .4em;
}

#sidebar {
float: right;
width: 145px;
padding: .2em;
}

#sidebar ul {
margin-left: -30px;
list-style: none;
}

#sidebar ul li a {
font-size: 1em;
line-height: 1.5em;
padding: 2px;
margin: 0;
display: block;
color: #000;
background-color: #ffcb59;
border-bottom: 1px dashed #000;
width: 130px;
letter-spacing: 1px;
}

#sidebar ul li a:hover {
color: #fff;
background-color: #000;
border-right: 5px solid #f7be51;
}

#sidebar .last a {
border-bottom: none;
padding-bottom: .2em;
}

#updates {
margin-top: 1.2em;
}

#updates ul {
margin: 0;
}

#updates li {
list-style: none;
margin-left: -3em;
}

input, textarea, select {
font: 1em verdana, arial, sans-serif;
padding: 2px;
border: 1px solid #f7be51;
background-color: #000;
color: #f7be51;
}

.noindent {
text-align: center;
}