body {
font: 100% Georgia, "Times New Roman", Tahoma, sans-serif;
background: #fff5ee;
}
#header a, #header a:hover,#header a:visited {
text-align:center;
font: bold 1.5em Arial, sans-serif;
color:#191970;
text-decoration:none;
}
#topmenu {
margin: 10px 10px 5px 5px;
}
ul#topmenu li {
list-style: none;
display: inline;
margin: 10px;
}
#content {
float:right;
width:74%;
border: 1px solid red;
}
#leftbar {
float:left;
clear: left;
width:25%;
border: 1px solid black;
}
@media print {
#leftbar,#topmenu {
display:none;
}
#content {
float:none;
width:100%;
border: 0px solid red;
}
}