@charset "utf-8";


@media screen{

#contenair{
width:910px;
height:100%;
margin:0 auto 0 auto;
background-image:url(/images/bg.gif);
background-repeat:repeat-y;
background-position:center top;
}

#wrapper{
width:886px;
height:100%;
margin:0 auto 0 auto;
}


#topb_bar_cont{
height:15px;
padding-top:2px;
background-image:url(/images/header_top_bg.gif);
background-repeat:no-repeat;
}

#header{
border-bottom-width:2px;
border-bottom-color:#8390c2;
border-bottom-style:solid;
}


#menu_cont{
height:46px;
padding-left:17px;
background-image:url(/images/bg_menu.gif);
background-repeat:repeat-x;
}

#contens{
width:846px;
margin:10px auto 0 auto;
}


#navigation{
margin-top:10px;
width:175px;
float:left;
}

#main{
margin-top:10px;
width:655px;
float:right;
}



#footer{
width:846px;
margin-top:80px;
margin-left:auto;
margin-right:auto;
}
}