body {
 font-family: sans-serif;
 font-size: small;
 color: #050505;
 background-color: #1b1b1b;
 background-image: url("images/bg.jpg");
}

a {
 color: #ac0000;
 font-weight: bold;
}

h1 {
 font-size: large;
}
h2 {
 font-size: medium;
}

img {
 border: none;
}

.wrapper{
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

.logo {
 width: 700px;
 height: 100px;
 margin-left: auto;
 margin-right: auto;
 background-color: #cccccc;
 border-top: 3px solid #eeeeee;
 border-bottom: 3px solid #eeeeee;
}

.content {
 width: 420px;
 float: right;
}

.sidepane {
 width: 270px;
 float: left;
}

.footer {
 width: 700px;
 float: left;
 text-align: center;
 font-weight: bold;
 color: #eeeeee;
}

.message {
 padding-left: 10px;
 padding-right: 10px;
 margin-top: 10px;
 margin-bottom: 10px;
 font-size: 95%;
 background-color: #cccccc;
 border: 3px solid #eeeeee;
}

.date {
 font-weight: bold;
 color: #777777;
 margin-bottom: 0px;
}

.pagertext {
 margin-top: 5px;
 margin-bottom: 5px;
 text-align: center;
}

.validator {
 text-align: right;
}

.text {
 margin-top: 0px;
}

ul.clean {
 list-style-type: none;
 padding-left: 10px;
}

ul.cleanbig {
 list-style-type: none;
 padding-left: 10px;
 font-size: 1.1em;
}

