
/* general */

h1
{
    display: none;
}

h2
{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

h2 .small
{
    font-size: 10px;
}

a
{
    color: #141414;
    text-decoration: none;
    border: none;
}

a:hover
{
    color: #000;
}

a.active
{
    color: #000;
}


/* page */

html
{
    min-height: 100%;
    background: #b6d5f1 url(../img/back.jpg) no-repeat top center;
}

body
{
    margin: 0pt auto;
    min-width: 950px;
    padding: 0pt;
    font-family: "Trebuchet MS" , "Lucida Grande" , Verdana, Arial;
    font-size: 13px;
    color: #141414;
    line-height: 160%;
}

#supertop
{
    height: 25px;
}

#top
{
    position: relative;
    height: 275px;
    width: 950px;
    margin: 0pt auto;
    background: url(../Img/top.png) no-repeat top center;
    behavior: url(iepngfix.htc);
}

#main
{
    position: relative;
    width: 950px;
    margin: 0pt auto;
}

#main_top
{
    position: relative;
    height: 50px;
    width: 950px;
    background: url(../img/main_top.png) no-repeat top center;
    behavior: url(iepngfix.htc);
}

#main_main
{
    background: url(../img/main_bg.png) center top repeat-y;
    behavior: url(iepngfix.htc);
    color: #272727;
    line-height: 190%;
    padding-bottom: 10px;
}

#main_l
{
    width: 550px;
    padding: 0 50px 0 50px;
    float: left;
}

#main_l a
{
    color: #000;
    text-decoration: none;
    border-bottom: 1px #000 dotted;
}
#main_l a:hover
{
    border-bottom: 1px #000 solid;
}

#main_r
{
    width: 250px;
    padding: 0 50px 0 0;
    float: right;
}

#main_r ul
{
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    list-style-type: none;
}

#main_r li
{
    margin-bottom: 10px;
    font-size: 18px;
}


#main_r a
{
    color: #434343;
}

#main_r a:hover
{
    color: #626262;
}

#main_r a:active
{
    color: #555;
}

#main_clear
{
    clear: both;
}

#main_bot
{
    position: relative;
    height: 50px;
    width: 950px;
    background: url(../img/main_bot.png) no-repeat top center;
    behavior: url(iepngfix.htc);
}

#footer
{
    position: relative;
    width: 954px;
    height: 100px;
    text-align: center;
    font-size: 12px;
    color: #141414;
    margin: 0pt auto;
    margin-top: 25px;
    padding-top: 16px;
}

#footer a
{
    color: #f2002e;
    text-decoration: none;
    border-bottom: none;
}
#footer a:hover
{
    color: #000;
    border-bottom: 1px #000 dotted;
}


#footer .small
{
    font-size: 11px;
}

#footer .small a
{
    color: #000;
}

