html, body {
   background: url(../images/background.jpg) repeat;
   font-family: arial;
   font-size: 12px;
   color: #797979;
}
.cln {
  clear:both;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
  display: block;
}
#wrapper {
   width: 1028px;
   margin: 25px auto;
}
#wrapper #wrap-top {
   background: url(../images/wrap-top.png) no-repeat;
   height: 16px;
}
#wrapper #wrap-bottom {
   background: url(../images/wrap-bottom.png) no-repeat;
   height: 24px;
}
#wrapper #wrap-main {
   background: url(../images/wrap-bg.png) repeat-y;
}
#header {
   background: url(../images/header.png) no-repeat;
   height: 373px;
   margin: -10px 7px;
   width: 1014px;
   position: absolute;
}
#main {
   padding: 333px 220px 40px 220px;
}
#footer {
   color: #fff;
   font-weight: bold;
   margin-top: 15px;
   text-align: center;
}
#footer a { color: #fff; }
#footer a:hover { text-decoration: underline; }

h1, h2 { font-size: 18px; font-weight: normal; margin-bottom: 20px; }
.f10 { font-size: 10px; }
.f11 { font-size: 11px; }
.f15 { font-size: 15px; }
.normal { font-weight: normal; }
.b { font-weight: bold; }
.c-grn { color: #9fa88f; }
.c-blu { color: #83c1e2; }
.ml20 { margin-left: 20px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.fl { float: left; }
.fr { float: right; }
.pt7 { padding-top: 7px; }
.pt5 { padding-top: 5px; }
.pt3 { padding-top: 3px; }
.pr5 { padding-right: 5px; }
.uc { text-transform: uppercase; }
.h40 { height: 40px; }
.w480 { width: 480px; }
.w100 { width: 100px; }
.w60 { width: 60px; }
.w85 { width: 85px; }
.w90 { width: 90px; } 
.w290 { width: 290px; }
.w200 { width: 200px; }
.uln { text-decoration: underline; }
.ulnn { text-decoration: none; }
a.uln:hover { text-decoration: none; }
a.ulnn:hover { text-decoration: underline; }
.r { text-align: right; }
.lh16 { line-height: 16px; }
.dtt-dlm-lblue { border-top: 1px dotted #9fa88f;  }
.dtt-dlm-white { border-bottom: 3px solid #fff; }
.hide { display: none; }
.pl15 { padding-left: 15px; }

.micro-right-blue {
   background: url(../images/icon-right-blue.png) right 40% no-repeat;
   padding-right: 8px;
}

a.but-round {
  color: #83c1e2;
  font-weight: bold;
  text-decoration: underline;
  background: url("../images/icon-round.png") right 0 no-repeat;
  background-position: right 0pt;
  display: block;
  padding-top: 7px;
  height: 20px;
}


.top23 {
  background: url("../images/icon-small-top.png") no-repeat;;
  padding-left: 28px;
  padding-top: 4px;
}

#button {
  font-size: 18px;
  color: #83c1e2;
  background: url(../images/button.png) no-repeat;
  display: block;
  margin: 40px auto 0 auto;
  width: 283px;
  height: 42px;
  padding-left: 90px;
  padding-top: 20px;
}
#button:hover {
  text-decoration: underline;
}

.dtt-dlm-lblue { height: 60px; }






