@import url(common.css);

html body {
 font-family: Verdana, Helvetica, sans-serif;
}
div#c {
 width: 850px;
 margin: auto;
 text-align: left;
}
div#l {
 width: 598px;
 float: right;
 padding-left: 2px;
 border-left: 1px dotted #f7f7f7; /* nearly invisible line */
}
div#r {
 width: 200px;
 float: right;
 padding-right: 2px;
 color: inherit;
 background-color: #eec;
}
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: 2em; }
div.reset {
 display: none;
 visibility: hidden;
}
div#news div {
 border-top: 1px solid #eee;
 border-bottom: 1px solid #333;
 border-left: 1px solid #eee;
 border-right: 1px solid #333;
 margin-bottom: 1px;
}
div#news span, div#news div {
 font-size: 0.95em;
 color: white;
 background-color: brown;
}
div#news a {
 color: white;
}
div#news div div {
 float: left;
 border: none;
 display: none;
}
div#news div div p {
 color: white;
}
div#r ul li.tm {
 padding-left: 10px;
 padding-bottom: 2px;
}
@media print {
 img {
  display: none;
  visibility: hidden;
 }
}
