body, html{    background: #8496c1;    margin:0;    padding:0;}
#pnlmain{    width:900px;    margin:0 auto;}
#header{    margin-top:10px;    height:136px;    background:url(/media/css/header.jpg) no-repeat;}
#menu{    height:33px;    background:url(/media/css/menu.jpg) no-repeat;    padding-top:2px;}
#content{    background:url(/media/css/content.jpg) repeat-y;    overflow:hidden;    padding:0;    margin:0;    width:900px;    float:left;}
#contentleft{    min-height:230px;    width:158px;    float:left;    margin-left:12px;    font: 12px verdana;}
#contentright{    min-height:230px;    float:left;    margin-left:20px;    font: 12px verdana;    width:670px;    overflow:hidden;}
#footer{    height:104px;    background:url(/media/css/footer.jpg) no-repeat;    clear:both;}
#closer{    margin-top:4px;    min-height:40px;    font: 12px verdana;}
/*start mainmenu style*/
#mainmenu
{
    position: relative;
    margin-top: 0;
    font: 13px "Trebuchet MS" , Tahoma, Verdana;
    float: left;
}

#mainmenu a, #mainmenu a:visited
{
    text-decoration: none;
    padding: 0 8px;
    color: #fff;
    font-weight: bold;
    text-transform: none;
}


#mainmenu a:hover
{
    color: #ccf;
    position: relative;
    font-weight: bold;
    text-decoration: none;
}

#mainmenu a:active, #mainmenu a:focus
{
    color: #ccf;
    font-weight: bold;
    text-decoration: none;
}
/*end mainmenu style*/
