* {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

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

a:hover {
  color: #e26f09;
}

b, strong {
  color: #8289ad;
}

a b, a strong {
  color: #f8ad28
}

body {
  background: #000000 url('images/site_bg.png') center top repeat-x;
  color: #d6d6d6;
}

h1.sitename {
  background: transparent;
  color: #bcccf3;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 12px 0 4px 0;
}

h1.sitename font {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

h1, h2 {
  background: url('images/h1_dots.png') center center repeat-x;
  color: #8c9cd3;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 29px;
  margin: 4px -12px 12px -12px;
  padding: 5px 12px 6px 12px;
}

*+h1, *+h2 {
  margin-top: 14px;
}

img {
  border: 0;
}

input[type=text], input[type=password] {
  background: url('images/input_bg.png') center center;
  border: 1px solid #8289ad;
  padding: 0 4px;
  height: 18px;
}

input[type=submit], input[type=reset] {
  border: 1px solid #c54e09;
  background: url('images/button_bg.png') center center;
  font-weight: bold;
  padding: 0 4px;
  height: 20px;
}

ul {
  list-style: none;
}

#container {
  margin: 0 auto;
  width: 700px;
}

#container #main {
  background: url('images/outgame_container.png') repeat-y;
}

#container .top {
  background: url('images/outgame_top.png') no-repeat;
  line-height: 1px;
  font-size: 1px;
  height: 8px;
  overflow: hidden;
}

#container .bottom {
  background: url('images/outgame_bottom.png') no-repeat;
  line-height: 1px;
  font-size: 1px;
  height: 8px;
  overflow: hidden;
}

#container .clear {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}

#left {
  float: left;
  padding: 4px 0 8px 12px;
  width: 169px;
}

#left h1 {
  background: url('images/menu_title.png') no-repeat;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  height: 29px;
  line-height: 14px;
  margin: 0;
  padding: 9px 0 0 12px;
}

#left li {
  padding: 0 0 0 12px;
}

#screenshots li {
  padding: 0 0 0 8px;
}

#right {
  float: right;
  width: 482px;
  padding: 0 16px 8px 0;
}

#login table {
  padding: 0 0 0 8px;
}

#login table td {
  padding: 1px 3px;
}

#login input[type=text], #login input[type=password] {
  width: 116px;
}

#screenshots, #members {
  padding: 12px 0 0 0;
}

#site_footer {
  background: url('images/hr_dots.png') 0 12px repeat-x;
  clear: both;
  font-size: 11px;
  margin: 0 auto;
  padding: 24px 0 12px 0;
  text-align: center;
}