/*---------------------------------

	*/ @import "reset.css"; /*

----------------------------------*/



body {
  background-color: #dde9de;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #333;
}

a:link, a:active, a:visited{
  text-decoration: none;
  color: inherit !important;
  font-weight: inherit;
}

a:hover{
  text-decoration: underline;
}

.clear{
  clear: both;
  height: 0;
}

.layout_wrapper{
  width: 1044px;
  margin: 5px auto;
  background-image: url(../img/site/bg_wrapper.jpg);
  background-repeat: repeat-y;
}

.footer{
  width: 926px;
  margin: 5px auto;
  padding: 5px 60px 0 60px;
  font-size: 11px;
  color: #639100;
}

.copy{
  width: 200px;
  float: left;

}

.made_by{
  width: 200px;
  text-align: right;
  float: right;
}


.header_wrapper{
  background-image: url(../img/site/bg_header.jpg);
  background-repeat: no-repeat;
  height: 396px;

}
.header{
  padding: 5px 62px 0 66px;
}

.top_menu{
  padding: 15px 62px 0 61px;
  font-family: 'Times New Roman', serif;
  font-size: 16px;
  text-transform: uppercase;
}

.top_menu ul li{
  float: left;
  color: #fff;
  margin: 0 25px 0 20px;
}

.logo{
  margin-left: 0px;
}

.header_image{
  margin-top: 0px;
}

.content{
  background-image: url(../img/site/bg_content.jpg);
  background-repeat: no-repeat;
  background-position: center;
  line-height: 20px;
  padding-top: 10px;
}

.content strong, .content b{
  font-weight: bold;
}

.content ul li{
  list-style-type: square;
  padding-left: 5px;
  margin-left: 10px;
}


.bottom_content{
  background-image: url(../img/site/bg_bottom_content.jpg);
  background-repeat: no-repeat;
  height: 19px;
}

.featured_content{
  background-image: url(../img/site/bg_featured.jpg);
  background-repeat: repeat-y;
  margin: 10px 70px -10px 70px;
  padding-bottom: 0px;
}

.box_1{
  width: 297px;
  padding-left: 3px;
  float: left;
}

.box_2{
  width: 280px;
  float: left;
  padding-left: 20px;
}

.box_3{
  width: 280px;
  float: left;
  padding-left: 20px;
}

h1{
  color: #c652ae;
  font-size: 20px;
  margin-bottom: 5px;
}

.main_bottom{
  margin: 20px 70px 0 70px;
}

.static_page{
  margin: 10px 70px;
}

.ph_holder img{
  border: 1px solid #920004;
}


.ph_holder{
  width: 190px;
  float: left;
  margin: 0 22px 10px 0;
  color: #920004;
  text-align: center;
}

.ph_holder a{
  color: #920004 !important;
}

