@charset "utf-8";
/* CSS Document */

html,body{
margin:5;
padding:0
}
body{
text-align:center;
background:#FFF;
font-family: 'Trebuchet MS', Tahoma, Sans-serif;
}
p{
margin:0 10px 10px;
}
div#header_print{
position:relative;
padding:10px 0;
margin:auto;
text-align:center;
font-weight:bold;
font-size:180%;
}
/* for Internet Explorer */
/*\*/
* div#wrapper {
height: 580px;
}
/**/
div#wrapper {
min-height:580px;
height:auto;
}


div#container{
text-align:left;
width:895px;
margin:0 auto;

}
/* for Internet Explorer */
/*\*/
* div#content {
height: 470px;
}
/**/
div#content{
margin-left:20px;
width:800px;
padding:15px;
min-height:470px; /*allowing for 30 padding*/
height:auto;
}
div#print_content {

}
.menuitem, .menuprice {
font-weight:bold;
}
.accordionTabTitleBar {
font-weight:bold;
font-size:120%;
}
.print_head {
font-weight:bold;
font-size:160%;
}
.clear {
clear:both
}