html, body{
font-size: 12px;
background: url("images/bg.jpg") repeat;
margin: 0;
color: #4682B4;
font-family: Tahoma, Verdana, Times, Arial;
scrollbar-shadow-color: #2C3E4E;
scrollbar-highlight-color: #DDF2FC;
scrollbar-3dlight-color: #DDF1FC;
scrollbar-darkshadow-color: #DDF1FC;
scrollbar-track-color: #82ABCE;
scrollbar-arrow-color: #DDF1FC;
}

p, td{
  font-size: 12px;
  color: #4682B4;
  font-family: Tahoma, Verdana, Times, Arial;
}

h1{
  font-size: 12pt;
  text-transform: uppercase;
  color: #4682B4;
  font-style: normal;
  margin: 10px 0 10px 0;
}

h2{
  font-size: 11pt;
  color: #FDB814;
  font-style: normal;
  margin: 10px 0 0 0;
}

h3{
  font-size: 11pt;
  color: #4682B4;
  font-style: normal;
  margin: 10px 0 0 0;
}


a{color: #FDB814;text-decoration: none;}
a:hover, a:active{color: #FDB814;text-decoration: underline;}

.small_image_left{
  float: left;
  color: #FDB814;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  margin: 0 10px 0 0;
}

.small_image_right{
  float: right;
  color: #FDB814;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  margin: 0 0 0 10px;
}
.small_image_center{
  margin: 0 auto;
  color: #FDB814;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  margin: 10px 0 10px 0;
}

.wrap{
  width: 750px;
  height: 100%;
  background: url("images/child_bg.gif") top left repeat-x;
  background-color: #F9FCFF;
}
.top{
  background: url("images/head_bg.gif") top left no-repeat;
  width: 750px;
  height: 17px;
}

.left{
  background: url("images/flame2.gif") bottom right no-repeat;
}
.navigation{
  float: left;
  background: url("images/nav_bg2.jpg") top left no-repeat;
  width: 563px;
  height: 33px;
}
.logo {
  float: left;
  background: url("images/logo.jpg") top left no-repeat;
  width: 563px;
  height: 212px;
}
.mid_border {
  float: left;
  width: 563px;
  height: 5px;
  background: url("images/border_bottom.gif") top left no-repeat;
}
.child {
  margin: 0 15px 10px 15px;
  
}
.right{
  width: 187px;
  height: 100%;
  background: url("images/news_bg.jpg") top left repeat-y;
}

.news{
  float: left;
  width: 177px;
  font-size: 11px;
  min-height: 25px;
  padding: 30px 0 0 5px;
  background: url("images/news_title.gif") top center no-repeat;
}

.news_header{
  float: left;
  margin: 15px 0 3px 0;
  font-size: 11px;
  padding: 0 0 2px 8px;
  width: 153px;
  color: #ffffff;
  border-bottom: 2px solid #FDB814;
  background: url("images/news.gif") top left no-repeat;
}

.news_body{
  font-size: 11px;
}

.footer{
  float: left;
  width: 750px;
  height: 23px;
  background: url("images/footer_bg.jpg") top left no-repeat;
}
.footer_left{
  float: left;
  color: #FDB814;
  font-size: 11px;
  margin: 0 0 0 15px;
}

.footer_right{
  float: right;
  color: #FDB814;
  font-size: 11px;
  margin: 0 202px 0 0;
}

.test{
border: 1px solid red;
}