* {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/16px Arial, Tahoma, Verdana, sans-serif;
  width: 100%;
  background: #85424a;
  color: #F3FEFF;
}
a {
  color: #F3FEFF;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0;
  padding: 9px 0;
}
h1 {
  font-size: 24px;
  margin: 18px 0;
  text-decoration: underline;
}
h3 {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  text-align:center;
  margin: 15px 0 15px -8px;
}
h3.gray {
  background: #fa6363;
}
h3.orange {
  background: #f79843;
}

#wrapper {
  width: 916px;
  margin: 0 auto;
  background: #cb5a66 url(i/header_bg.gif) repeat-x;
}
.left {
  float: left;
  margin: 0 20px 20px 0;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
  background: url(i/logo.jpg) no-repeat;
  height: 207px;
  position: relative;
}
#logo a {
  display: block;
  width: 185px;
  height: 40px;
  position: absolute;
  top: 91px;
  left: 70px;
  padding: 40px 0 0;
  color: #FFF;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
#logo a span {
  display: block;
  color: #FFF;
  text-decoration: underline;
  position: absolute;
  bottom: 1px;
  right: 9px;
}
#logo a:hover span {
  text-decoration: none;
  cursor: hand;
}
#badge1,
#badge2,
#badge3 {
  position: absolute;
}
#badge1 h2,
#badge2 h2,
#badge3 h2 {
  font-size: 12px;
}
#badge1 a,
#badge2 a,
#badge3 a {
  display: block;
  width: 100%;
  cursor: hand;
}
#badge1 span,
#badge2 span,
#badge3 span {
  display: block;
  width: 150px;
  margin: 0 auto;
  line-height: 32px;
  text-align: center;
  border-bottom: 8px solid #ba5356;
  font-weight: bold;
  color: #FFF;
}
#badge1 {
  top: 52px;
  left: 315px;
  width: 149px;
  height: 193px;
  background: url(i/badge1.jpg) no-repeat;
}
#badge1 a {
  padding: 155px 0 0;
}
#badge1 span {
  background: #00627e;
}
#badge2 {
  top: 40px;
  left: 502px;
  width: 175px;
  height: 193px;
  background: url(i/badge2.jpg) no-repeat;
}
#badge2 a {
  padding: 167px 0 0;
}
#badge2 span {
  background: #fa6363;
}
#badge3 {
  top: 54px;
  right: 42px;
  width: 160px;
  height: 193px;
  background: url(i/badge3.jpg) no-repeat;
}
#badge3 a {
  padding: 153px 0 0;
}
#badge3 span {
  background: #f79843;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
  width: 100%;
}
#content {
  width: 100%;
  float: left;
}
#text {
  margin: 0 205px 0 182px;
  padding: 45px 25px 100px 18px;
}
#text a {
  font-weight: bold;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
  float: left;
  width: 149px;
  margin-left: -100%;
  padding: 2px 0 100px 33px;
}
#left ul {
  list-style: none;
  line-height: 17px;
  font-weight: bold;
  margin: 0 0 35px;
}
#left a {
  color: #350006;
}


/* Right
-----------------------------------------------------------------------------*/
#right {
  float: left;
  width: 178px;
  margin-left: -205px;
  padding: 60px 27px 100px 0;
}
.block1,
.block2 {
  background: #a63541;
  text-align: center;
}
.block1 img {
  margin: 25px 0;
}
.block1 p {
  background: #8c1b27;
  font-weight: bold;
  padding: 14px 0;
}
.block2 {
  margin: 15px 0 0;
}
.block2 img {
  margin: 11px 0;
}
.block2 p {
  background: #8c1b27;
  font-weight: bold;
  padding: 14px 0;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
  margin: 0 0 0 68px;
  background: url(i/copyright.gif) no-repeat;
  padding: 0 0 40px;
  position: relative;
}
#copyright {
  padding: 52px 0 0;
  font-size: 11px;
}
#copyright a {
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: underline;
}
#powered {
  margin: 3px 0 0;
  color: #ffbbc2;
}
#powered a {
  color: #ffa1ab;
  text-decoration: underline;
}
#powered a:hover {
  text-decoration: none;
}
#bot_menu {
  position: absolute;
  top: 0;
  left: 230px;
}
#bot_menu ul {
  float: left;
  margin: 0 50px 0 0;
  list-style: none;
  line-height: 17px;
}
#bot_menu a {
  color: #2F1500;
}
#linkz {
  height: 60px;
  border-top: 1px solid #a83743;
  margin: 0 20px;
  padding: 5px 15px;
}
#linkz a {
  color: #a03e4a;
  text-decoration: none;
  font-size: 11px;
}
#linkz a:hover {
  text-decoration: underline;
}


.clear {
  clear: both;
}