html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0 none;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline-style: none;
  outline-width: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  background: #FFF4B9;
  font-family: Lucida Grande,Arial,Sans-serif;
  margin: 0;
  padding: 0;  
}

a {
  text-decoration: none;
}

#top_header {
  background-color: #3B5998;
  height: 90px;
  left: 0px;
  position: absolute;
  width: 100%;
}

#bottom {
  width: 940px;
  text-align: right;
  float: left;
}

#bottom #footer {
}

#bottom a {
  color: #333;
  font-size: 12px;
  font-family: monospace;
}

#main_container {
  margin:0 auto;
  position:relative;
  width:940px;
}

#header {
  clear: both;
  overflow: hidden;
  width: 100%
}

#header h1 {
  background: transparent url(/media/img/f2.png) no-repeat scroll center center;
  height: 90px;
  width: 265px;
  float: left;
  text-indent: -8888em;
  margin: 0;
}

#header h3 {
  float: left;
  color: #FFFFFF;
  font-size: 16px;
  margin: 60px 0 0 15px;
  witdh: 600px;
}

#header .button {
  float: left;
  margin: 60px 0 0 15px;
}

#header .morebutton {
  float: left;
  margin: 60px 0 0 10px;
}

#header .button span,
#header .morebutton span {
  background-color: #5B74A8;
  border: 1px solid #CCC;
  padding: 5px;
  color: #fff;
}

#left_container {
  clear: both;
  float: left;
  margin-top: 10px;
  width: 780px;
}

#left_container .half_block {
  width: 370px;
}

#right_container .block {
  width: 180px;
}

.half_block {
  background:#FFFFFF none repeat scroll 0 0;
  color:#777777;
  float:left;
  margin-bottom:10px;
  margin-right:20px;
  padding:10px 0 0;
}

.half_block h2 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  float: left;
  padding-left: 10px;
}

.user {
  clear: both;
  float: left;
  height: 40px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.user img {
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  font-size: 10px;
}

.user a {
  font-size: 12px;
}

.user .user_name {
  color: #122159;
  display: block;
  float: left;
  font-family: georgia;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  width: 200px;
}

.user strong {
  font-weight: bold;
}

.user p {
  float: left;
  text-align: right;
  width: 80px;
  font-size: 12px;
}

.user p span {
  font-size: 10px;
}

.half_block .more {
  border-top: solid 1px #ccc;
  clear: both;
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
  color: #122159;
  display: block;
  padding: 5px 10px;
}

.half_block .more:hover {
  color: #F00;
}

#right_container {
  float: left;
  margin-top: 10px;
  width: 160px;
}

.comment {
  border:1px solid lightSlateGray;
  padding: 40px 25px;
  margin-top: 10px;
}

.comment h2 {
  margin-bottom: 20px;
}

.comment .text {
  font-size: 14px;
  font-family: georgia;
  padding-bottom: 14px;
}

.comment ul {
  padding-left: 20px;
}

#error_msg,
#auth_msg {
  clear: both;
  width: 80%;
  margin-top: 20px;
  border: solid 1px #ccc;
  color: red;
  font-weight: bold;
}
