@import url(common.css);

html body {
 font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
}
div#c {
 width:  800px;
 margin: auto;
 text-align: left;
}
div#l {
 width: 597px;
 float: left;
 padding-right: 2px;
 border-right: 1px dotted #f7f7f7; /* nearly invisible line */
}
div#r {
 width: 198px;
 float: left;
 padding-left: 2px;
 color: inherit;
 background-color: #f7f7f7;
}
div#pagetop {
 margin: 0 0 10px 0;
 background-image: url(img/background.jpg);
 background-repeat: no-repeat;
 width: auto;
 padding: 160px 10px 0 10px;
}
h1 { font-size: 3em; }
div.reset {
 display: none;
 visibility: hidden;
}
div#news div {
 border-top: 1px solid #0000aa;
 border-bottom: 1px solid #000066;
 border-left: 1px solid #0000aa;
 border-right: 1px solid #000066;
 margin-bottom: 1px;
}
div#news span, div#news div {
 color: #369;
 background-color: #eee;
}
div#news div div p {
 color: #7f7f7f;
}
div#news div div {
 float: left;
 border: none;
 display: none;
}
div#r ul li.tm {
 padding-left: 10px;
 background: url(img/arrow.gif);
 background-repeat: no-repeat;
 background-position: left center;
 list-style-type: none;
}
@media print {
 img {
  display: none;
  visibility: hidden;
 }
}
