html, body {
   height          : 100%
}

body {
   padding         : 0;
   margin          : 0;
   color           : #5e5e5e;
   min-width       : 873px;
   font-family     : Arial, Helvetica, sans-serif;
   font-size       : 12px;
   background      : #ffffff url(img/bg.jpg) repeat-x;    
}

#content {
   position        : relative;
   height          : 100%;
   min-height      : 100%;
   width           : 871px;
   color           : #000000;
   margin          : auto;
   text-align      : left;       
}


#header {
   position        : absolute;
   height          : 255px;
   width           : 871px;
   top             : 0px;
   right : 0px;
}


#left {
   position        : relative;
   float           : left;
   left            : 0px;
   padding-top     : 255px;
   width           : 249px;
   padding-bottom  : 20px;
}

#main {
   position        : relative;
   float           : right;
   padding-top     : 255px;
   right           : 0px;
   padding-bottom  : 20px;
   width           : 617px;
}



#clear_footer {
   width           : 100%;
   height          : 80px;
   clear           : both;
}



 

#footer {
   clear           : both;
   position        : absolute;
   bottom          : 0px;
   width           : 871px;
   height          : 80px;
   background      : #ffffff;
   text-align      : center;
}

html > body #content{
   height          : auto;
}

* html #footer {
   height          : 80px;
}

#main p {
   color           : #5e5e5e;
   text-align      : justify;
   font-family     : Arial, Helvetica, sans-serif;
   font-size       : 12px;
   margin-left     : 3px;
   margin-right    : 3px;
}

#main h1 {
   color           : #5e5e5e;
   text-align      : left;
   font-family     : Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-size       : 12px;
   margin-left     : 3px;
}

#main h2 {
   color           : #5e5e5e;
   text-align      : left;
   font-family     : Arial, Helvetica, sans-serif;
   font-weight     : bold;
   font-size       : 11px;
   margin-left     : 5px;
   margin-bottom   : 0px;
}

#main h3 {
   color           : #6d6d6d;
   text-align      : right;
   font-family     : Arial, Helvetica, sans-serif;
   font-weight     : normal;
   font-size       : 10px;
   margin-left     : 5px;
}

#left p {
   color           : #5e5e5e;
   font-family     : Arial, Helvetica, sans-serif;
   font-size       : 12px;
   margin-left     : 3px;
   margin-right    : 3px;
}

#left ul, li {
   color           : #5e5e5e;
   font-family     : Arial, Helvetica, sans-serif;
   font-size       : 12px;
}

#left h1 {
   color           : #000000;
   text-align      : left;
   font-family     : Arial, Helvetica, sans-serif;
   font-size       : 12px;
   font-weight     : bold;
   margin-left     : 3px;
   margin-right    : 3px;
}

#left h2 {
   color           : #5e5e5e;
   text-align      : center;
   font-family     : sans-serif;
   font-size       : 18px;
   font-weight     : bold;
   margin-left     : 3px;
   margin-right    : 3px;
}

#footer p {
  color            : #ffffff;
  font-size        : 11px;
  text-align       : right;
  margin-right     : 3px;
  margin-left      : 3px;
}

.footer {
  color            : #ffffff;
  font-size        : 11px;
  text-align       : right;
  margin-right     : 3px;
  margin-left      : 3px;
}

.footer_menu {
  background       : url(img/bg_footer_menu.jpg) no-repeat;
}

.footer_ads {
  background       : url(img/bg_footer.jpg) repeat-x;
}

a:link, a:visited {   color           : #ffb702;
   text-decoration : none;
}
a:hover {
   color           : #999999;
   text-decoration : none;
}a:active {
   color           : #999999;
   text-decoration : none;
}

.footer:link, .footer:visited {   color           : #fafafa;
   text-decoration : none;
}
.footer:hover {
   color           : #adadad;
   text-decoration : none;
}.footer:active {
   color           : #adadad;
   text-decoration : none;
}


table.modtable td {
   background      : #f5f5f5;
   padding-bottom  : 5px;
   spacing         : 0px;
}

table.conttable td {
   background      : #ffffff;
   width           : 671px;
}

