body { margin: 0; font-family: Helvetica Neue, Helvetica, Arial; color: #343434; }

img { border: 0; }

#header, #warn, #splash, #start, #content, #footer {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#header_wrapper {
  height: 99px;
  background-image: url(../images/header-bg.png);
  border-top: 1px solid #6fc7f2;
  border-bottom: 1px solid #6fc7f2;
}

#logo { margin-left: -42px; float: left; }
#navigation { list-style: none; float: right; margin-top: 47px; font-family: Helvetica Neue, Helvetica, Arial; font-weight: bold; position: relative; }
#navigation li { display: block; font-size: 14px; float: left; position: relative; z-index: 20; }
#navigation li a { color: #fff; text-decoration: none; padding: 6px 10px 3px 10px; display: block; }
#navigation li.back { background-color: #4ba4db; position: absolute; height: 28px; z-index: 8; }
#body_wrapper { border-top: 1px solid #3c94cd; }

#warn_wrapper { opacity: 0.9; position: fixed; z-index: 1000; bottom: -50px; width: 100%; background-color: #000; overflow: auto; padding-top: 16px; padding-bottom: 19px; border-top: 1px solid #666; }
#warn { color: #fff; font-size: 12px; }
#warn a { color: #fff; }

#splash_wrapper { background-color: #e1eff8; overflow: auto; padding-top: 20px; padding-bottom: 5px; border-bottom: 1px solid #c0dfed; }

#start_wrapper { background-color: #f0f4f5; overflow: auto; border-top: 1px solid white; border-bottom: 1px solid #d8d8d8; padding-top: 10px; padding-bottom: 10px; margin-bottom: 10px; }

#footer_wrapper { padding-top: 40px; padding-bottom: 10px; margin-bottom: 30px; }
#footer { font-size: 14px; }

.rest-reg-form label { color: #666666; float: left; width: 200px; font-size: 12px; padding-top: 5px; clear: left; }
.rest-reg-form input { float: left; }
.rest-reg-form select { float: left; }
.rest-reg-form span.tip { float: right; clear: right; font-size: 12px; padding-top: 5px; width: 400px; }

.sidebar {
  float: left;
  width: 233px;
  margin-left: 60px;
  font-size: 12px; 
}

.sidebar .content {
  background-image: url('/images/rgradbarbg.png');
  background-repeat: repeat-y;
  padding-left: 22px;
  padding-top: 15px;
  padding-bottom: 5px;
  line-height: 16px;
  color: #666;
}

.padding-top-20px { padding-top: 20px; }
.red { color: red; }
.green { color: green; }
.gray { color: #999;}

a { color: #333333;}