
 body {
  background: url(images/bg.gif) repeat;
  color: #000000;
  margin: 0;
  padding: 0;
  font: 11px Arial, Tahoma, Helvetica, sans-serif;
 }
 
 h1, h2, h3, h4, h5, h6, p { 
  margin: 0; padding: 0;
 }
 
 h1 {
  font-size: 130%;
  margin-bottom: 10px;
 }
 
 h2 {
  font-size: 105%;
  margin-bottom: 4px;
 }
 
 h3 {
  font-size: 100%;
 }
 
 h4 {
  font-size: 100%;
  font-weight: normal;
 }
 
 h5 {
  font-size: 100%;
 }
 
 h6 {
  font-size: 90%;
  font-weight: normal;
  font-style: italic;
 }
 
 p { 
  margin-bottom: 10px;
  line-height: 130%;
 }
 
 a {
  text-decoration: none;
  color: #000000;
 }
 
 a:hover {
  color: #2d639a;
  text-decoration: underline;
 }
 
 img {
  border: 0;
 }
 
 hr { 
  background:#e5e5e5;
  color:#e5e5e5;
  border: #e5e5e5;
  height: 1px;
 }
 
 td { 
  padding: 2px;
  padding-left: 0;
 }
 
 input {
  font-size: 12px;
  border: 1px solid #c0c0c0;
 }
 
 input.checkbox {
   width: auto;
   border: none;
 }
 
 input.radio {
   width: auto;
   border: none;
 }
 
 textarea.normal {
   width: 340px;
   border: 1px solid #c0c0c0;
   border-left-color: #abc5dd;
   border-left-width: 4px;
 }
 
 textarea.require {
   width: 340px;
   border: 1px solid #c0c0c0;
   border-left-width: 4px;
   border-left-color: #5e7c9e;
 }
 
 select {
  font-size: 12px;
  border: 1px solid #c0c0c0;
 }
 
 form {
  margin: 0;
  padding: 0;
 }
 
 fieldset {
  border: 0;
  padding: 0;
  margin: 0;
 }
 
 #main {
  width: 913px;
  margin-left: 20px;
  padding: 0;
  background: url(images/content_bg_repeat.gif) repeat-y;
 }
 
 #skypaper {
  position: absolute;
  left: 953px;
  top: 208px;
  font-weight: bold;
 }
 
 #logo {
  height: 86px;
  width: 913px;
 } 
 
 #homelink {
  position: absolute;
  display: block;
  height: 86px;
  width: 350px;
 }
 
 #logo #stats_box {
  width: 150px;
  padding: 3px;
  margin-left: 550px;
  padding-top: 8px;
  text-align: right;
 }
 
 #logo #lang_box {
  width: 100px;
  padding: 3px;
  margin-left: 600px;
  padding-top: 22px;
  text-align: right;
 }
 
 #logo #login_box {
  width: 189px;
  float: right;
  padding: 5px;
  height: 70px
 }
 
 #head {
  background: url(images/header_bg2.jpg) no-repeat;
  height: 141px;
  width: 913px;
 }
 
 #content {
  clear: both;
 }
 
 #content #left { 
  float: left; 
  width: 279px;
 }
 
 #content #left .box { 
  padding-left: 40px;
  padding-right: 35px;
  margin-bottom: 10px;
  background: url(images/box_head.gif) no-repeat;
 }
 
 #content #left .box2 { 
  padding-left: 40px;
  padding-right: 35px;
  padding-top: 25px;
  margin-bottom: 10px;
  background: url(images/box_head2.gif) no-repeat;
 }
 
 #content #left .box h2, .box2 h2 { 
  margin-bottom: 5px;
 }
 
 #content #left .box ul, .box2 ul { 
  padding: 0;
  margin: 0;
  margin-left: 25px;
 }
 
 #content #right {
  float: left;
  width: 614px;
  padding-top: 5px;
  padding-right: 20px;
 }
 
 #foot {
  clear: both;
  width: 913px;
  height: 60px;
  margin-top: 10px;
  background: url(images/foot_bg.gif) no-repeat;
 }

 .newuserslist {
  width: 100%;
 }

 .newuserslist tr {
  height: 50px;
 }