html, body{
  margin:0;
  padding:10px 0;
  color:#b7b6b6;
  background-color:#000;
  font-family:arial, sans-serif;
  font-size:0.8em;
  line-height:1.5em;
  text-align:center;
}
form, img{
  display:block;
  margin:0;
  padding:0;
  border:0;
}
input, select, textarea{
  margin:0;
  font-family:arial, sans-serif;
  font-size:1.3em;
  font-weight:normal;
}
input[type=text], input[type="password"], input[type="file"]{
  width:300px;
}
#sidebar input{
  width:195px;
}
textarea{
  width:495px;
  height:20em;
}
a, span.altlink{
  color:#b7b6b6;
  cursor:pointer;
  text-decoration:none;
}
a:hover, span.altlink:hover{
  color:#4d4d4d;
}
#container{
  margin:0 auto;
  width:512px;
  text-align:left;
}
#header_image{
  width:512px;
  height:448px;
  margin-bottom:1em;
}
.blue  { color:#2038EC; }
.green { color:#4CDC48; }
.red   { color:#D82800; }
.white { color:#fff; }
.grey1 { color:#717171; }
.grey2 { color:#4b4b4b; }
p{
  margin:0 0 1em 0;
}
p.header{
  padding-bottom:1em;
  border-bottom:1px dashed #b7b6b6;
  margin-bottom:2em;
}
.right, div.pagination{
  float:right;
}
#footer{
  clear:both;
  margin-top:5em;
}