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

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

body {
margin: 0;
font: .75em 'trebuchet ms', verdana, tahoma, sans-serif;
color: #fff;
background-color: #060b05;
}

h1, h2 {
font-size: .8em;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
}

h1 {
text-align: center;
border-bottom: 1px solid;
}

h2 {
margin-bottom: .3em;
}

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

h4 {
font-size: 1em;
font-weight: normal;
border-bottom: 1px dotted;
}

img {
padding: .1em;
}

p {
padding-left: .5em;
padding-right: .5em;
}

#stats {

}

table {
margin: 0 auto;
}

ol, ul {
margin-right: 25px;
}

#content {
position: absolute;
left: 250px;
width: 420px;
color: #000;
background-color: #feeeb3;
padding: .1em .3em .3em .3em;
}

#left {
float: left;
width: 250px;
background: url('images/album.jpg') no-repeat;
}

#buttons {
text-align: center;
}

#nav {
margin-top: 155px;
text-align: center;
}

#nav ul {
margin: 0;
padding: 0;
list-style: none;
}

#nav li {
padding: 0 .15em;
display: inline;
}

#nav a {
color: orange;
}

#nav a:hover {
color: #feeeb3;
border-bottom: none;
}

#udpates ul {
list-style: circle;
}

input, textarea, select {
font: inherit;
padding: .2em;
border: 1px solid;
background-color: #feeeb3;
}