a, img
{
    text-decoration:none;
    border:0;
}

*
{
    font-family: Verdana,Geneva,Kalimati,sans-serif;
    font-size:11px;
}

ul
{
    padding-left:0;
    margin-left:2.5em;
}

html,body
{
    margin:0;
    padding:0;
    height:100%;
}

body
{
    text-align:center;
    margin:0 auto;
    background-color:white;
    background-color: #e1e1e1;
}

.clear {
    clear:both;
    margin-top:-1px;
    height:1px;
    overflow:hidden;
}

#main_holder
{
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    margin-top:1px;
    width:815px;
    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
    text-align:center;

}


#header {
    height: 202px;
    background-image: url('../images/header.png');
    background-position: top center;
    background-repeat: no-repeat;
    font-size:11px;
    font-family: arial;
}


#header_contact {
    text-align:right;
    padding-right:20px;
    color:#646464;    
    padding-top:5px;
}

#header_icons {
   padding-top:4px;
   text-align:right;
   padding-right:15px;

}

#header_logo {
   text-align:left;
   padding-left:45px;
   padding-top:35px;
}

#header_contact a {
    color:#009ee1;    

}

#middle {
    
    margin:0 auto;
    text-align:center;
    width: 815px;
    background-image: url('../images/middle_repeat.png');
    background-repeat: repeat-y;
}




.clear {
  clear:both;

}


#left {
  width: 125px;
  float:left;
  padding-left:20px;
  

}


#right {
  width:170px;
  float:left;
  font-family:arial;
  font-size:11px;
  text-align:left;

}


#main {
  width:434px;
  float:left;
  text-align:left;
  padding-left:20px;
  padding-right:20px;

  min-height:400px;
  height:auto !important;
  height:400px;
}




#new_footer
{
    
    margin-top:10px; 
    /*
    position:absolute;
    */
    width:815px;
    bottom:0; /* stick to bottom */
    right:0;

    text-align:left;

    /*background-image: url('../images/footer_right.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    */
    
    background-image: url('../images/footer.png');
    background-position: center;
    background-repeat: no-repeat;
    height:47px;
    
    color:#969696;
    font-size: 10px;
    padding-top:3px;
}


.menu_item_back {
    text-align:left;
    background-image: url('../images/menu_back_line.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top:2px;

}


#footer_menu {
   text-align:center;
   margin:0 auto;
   padding-top:4px;
   padding-bottom:2px;

}



#footer_menu a {
   color: #646464;
   text-decoration:none;
   font-family:arial;
   font-size:9px;
}

#copyright {
   text-align:center;
   margin:0 auto;
   color: #969696;
   font-family:arial;
   font-size:11px;
   margin-top:-2px;


}


#right_static_title {
    text-align:left;
    background-image: url('../images/menu_back_line.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom:4px;
    padding-left:4px;
}


#right_static_text {
   padding-left:4px;
   padding-top:10px;
}


#right_static_text a {
   text-decoration:none;
   color:#000;
}

#mainBackgroundImage
{
    background-image: url('../images/home_background.gif');
    background-position:top left;
    background-repeat:no-repeat;
    width:435px;
    height:419px;
    position:absolute;
    top:161px;
    left:333px;
    
}