@charset "utf-8";
/* CSS Document */
body {
height: 100%;
width:98%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#000000;
}

h1 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
}

h2 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
}

h3 {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
}

#wraper {
   width:833px;
   min-height:100%;
   _height:100%;
   margin-left:auto;
   margin-right:auto;
}

#contentWrap_Home {
   background-image:url(../img/content_rep_1.jpg);
   background-repeat:repeat-y;
   min-height:367px;;
   _height:367px;;
}

#contentWrap_Home_Sec {
   background-image:url(../img/content_rep_sec.jpg);
   background-repeat:repeat-y;
   min-height:367px;;
   _height:367px;;
}

#content_Home {
   background-image:url(../img/content_home_bg.jpg);
   background-repeat:no-repeat;
   background-position:bottom;
   min-height:367px;;
   _height:367px;
   color:#000000;
   widows:803px;
   padding-left:15px;
   padding-right:15px;
}

#content_Home_Sec {
   background-image:url(../img/content_sec_bg.jpg);
   background-repeat:no-repeat;
   background-position:bottom;
   min-height:367px;;
   _height:367px;
   color:#000000;
   widows:803px;
   padding-left:15px;
   padding-right:15px;
}


#leftPanel {
   min-height:100px;
   _height:100px;
   width:300px;
   float:left;
}

#rightPanel {
   width:460px;
   min-height:100px;
   _height:100px;
   float:right;
}



#footer {
   width:833px;
   background-image:url(../img/footer.jpg);
   height:66px;
   color:#FFFFFF;
   font-size:10px;
   text-align:right;
   padding-top:60px;
}

#footerSec {
   width:833px;
   background-image:url(../img/footer_sec.jpg);
   height:66px;
   color:#FFFFFF;
   font-size:10px;
   text-align:right;
   padding-top:60px;
}

#footer a {
   color:#FFFFFF;
}

#footerSec a {
   color:#FFFFFF;
}