html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: helvetica, arial, verdana, sans;
}
a {
  color: #0b1161;
}
a:hover {
  color: #ff8a00;
}
#site {
  width: 986px;
  margin: auto;
}
#topbar {
  float: left;
  width: 100%;
  margin: 15px 0px;
}
#search {
  float: right;
}
#search label {
  float: left;
  color: #0b1161;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 20px;
}
#s {
  width: 190px;
  height: 21px;
  background: url(graphics/search_bg.jpg);
  border: none;
  padding: 5px;
  font-size: 16px;
  color: #0b1161;
  float: left;
  margin-right: 40px;
}
#s_submit {
  width: 100px;
  height: 31px;
  background: url(graphics/search_submit.jpg);
  border: none;
  padding: 5px;
  font-size: 14px;
  color: #0b1161;
}

#header {
  float: left;
  width: 100%;
  height: 172px;
  background: url(graphics/header2.jpg);
}
#header h1 {
  background:  url(graphics/title.jpg);
  width: 530px;
  height: 60px;
  margin: 22px 25px;
  text-indent: -1000px;
  cursor: pointer;
  _cursor: hand;
}
#main {
  float: left;
  width: 926px;
  padding: 20px 30px;
  min-height: 300px;
  background: url(graphics/background.jpg);
}
#content {
  float: left;
  width: 405px;
}
#middle {
  margin-left: 20px;
  float: left;
  width: 220px;
}
#middle_block {
  width: 220px;
  float: left;
  min-height: 220px;
  background: url(graphics/middle_bg.jpg) center top;
  clear: left;
  margin-bottom: 40px;
}
#inner_middle_block {
  padding: 10px;
  float: left;
  width: 200px;
  min-height: 220px;
  background: url(graphics/middle_footer.jpg) center bottom no-repeat;
}
#inner_middle_block h3 {
  color: #fff;
  margin: 0px;
  font-size: 16px;
}
#inner_middle_block ul {
  margin: 0px;
  padding: 10px 20px;  
}
#inner_middle_block li {
  font-size: 13px;
  color: #fff;
  padding: 3px 0px;
}
#inner_middle_block a {
  color: #fff;
}
#inner_middle_block a:hover {
  color: #ff8a00;
}

#contribute_block {
  width: 220px;
  float: left;
  background: url(graphics/middle_bg.jpg) center top;
  clear: left;
  margin-top: 40px;
}
#inner_contribute_block {
  padding: 10px;
  float: left;
  width: 200px;
  background: url(graphics/middle_footer.jpg) center bottom no-repeat;
}
#inner_contribute_block h3 {
  color: #fff;
  margin: 0px;
  font-size: 16px;
}
#inner_contribute_block p {
  color: #fff;
  font-size: 13px;
}



#side {
  float: right;
  width: 266px;
}
#side div.block {
  width: 246px;
  background: #fff url(graphics/side_bg.jpg) center top no-repeat;
  border-bottom: solid 1px #d9d9d9;
  min-height: 180px;
  padding: 10px;
  margin-bottom: 20px;
}
#side div.block h3, div.extra h3 {
  color: #0b1161;
  margin: 0px;
  font-size: 16px;
}
#side div.block ul, div.extra ul {
  margin: 0px;
  padding: 10px 30px;  
}
#side div.block li, div.extra li {
  font-size: 14px;
  color: #000;
  padding: 3px 0px;
}
#side div.block p, div.extra p, div.extra td {
  font-size: 14px;
  line-height: 1.3em;
  color: #000;
  padding: 3px 0px;
}
.extra {
  float: right;
  width: 481px;
  margin-top: 20px;
  background: #fff url(graphics/side_bg2.jpg) center top no-repeat;
  border-bottom: solid 1px #d9d9d9;
  min-height: 180px;
  padding: 10px;
}
#footer {
  float: left;
  width: 100%;
  height: 50px;
  background: url(graphics/footer.jpg) no-repeat;
}
div.hentry {
  float: left;
  width: 405px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d9d9d9;
}
div.hentry h2 {
  color: #0b1161;
  font-size: 22px;
}
div.hentry p {
  font-size: 13px;
  line-height: 1.4em;
}
div.hentry li {
  font-size: 13px;
  line-height: 1.4em;
}
div.hentry p.date, div.hentry p.readmore {
  font-size: 12px;
  line-height: 1em;
  font-weight: bold;
  text-align: right;
}
#respond h3, #comments {
  color: #0b1161;
  font-size: 16px;
}
#comments {
  border-top: solid 1px #d9d9d9;
  padding-top: 10px;
}
ol.commentlist * {
  font-size: 14px;
}
#commentform {
}
#commentform textarea {
  width: 390px;
  height: 150px; 
}
#commentform input {
}
#commentform label small {
 font-size: 11px;
}
div.tdomf_form_message {
  font-size: 13px;
  line-height: 1.4em;
  font-weight: bold;
}
