@charset "utf-8";

/* Top Block */

@media print{

#contenair{
width:910px;
min-height:100%;
margin:0 auto 0 auto;
}

#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{
display:none;
}

#contens{
width:846px;
margin:10px auto 0 auto;
}


#navigation{
display:none;
}

#main{
margin-top:10px;
width:655px;
float:left;
}



#footer{
display:none;
}
}