@charset "utf-8";

/* Top Block */

@media print{

#contenair{
width:910px;
min-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:3px;
border-bottom-color:#586bb4;
border-bottom-style:solid;
}

#flash{
margin-right:auto;
margin-left:auto;
}

#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;
}

#info{
width:490px;
float:left;
}

#banner{
margin-top:10px;
width:174px;
float:right;
}


#footer{
width:846px;
margin-top:50px;
margin-left:auto;
margin-right:auto;
}
}