/* CSS Document */

body
{
    background-position: center;
    padding: 0px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: url(images/bg_site.jpg) center #ededed no-repeat;
    font-size: 12px;
    background-attachment: fixed;
}

a{ color:#333333; text-decoration:none;}
a:hover{ color:#0066CC; text-decoration:underline;}

#outer{ width:913px; height:auto; margin:0 auto;}
#inner{ width:913px; height:auto; float:left; background:url(images/bg_inner.jpg) repeat-y;}
#head{ width:913px; height:auto; float:left; }

#menu_lft
{
    width:900px;
    height: 18px;
    float:left;
    margin-left:7px;
    background-color: #c6f0fe;
    
}
#menu_lft_A
{
    width:900px;
    height: 70px;
    float:left;
    margin-left:7px;
    background-color: #c6f0fe;
    
}
#botton{ background:#a5e4f8; height:18px; width:170px; background:url(images/button21.jpg) left no-repeat #ace9fd; padding:0px 0px 0px 19px; font-weight:bold; line-height:17px; margin:0px 0px 0px 0px;  text-transform:uppercase; font-size:11px; }
#right_p{ width:913px;}

#footer{ width:913px; height:122px;  text-align:center;color:#fff; line-height:14px; background:url(images/bg_footer1.jpg) no-repeat top; float:left; text-decoration:none; font-size:11px;}
#footer a{ text-align:center; color:Navy; text-decoration:none;}
#footer a:hover{ text-align:center; color:#006699; }