html {
background: #898989 url('/images/header.jpg') no-repeat top center;
margin: 0;
padding: 0;
}
body {
width: 1000px;
margin: 0 auto;
padding: 0;
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
}

h1#top {
width: 1000px;
height: 170px;
margin: 0;
padding: 0;
}

h2, h3, h4, h5, h6 {
text-align: center;
padding-right: 68px;
border-bottom: 2px solid #266423;
}

h2 {
font-size: 18px;
}

h3 {
font-size: 14px;
}

h4 {
font-size: 12px;
border: none;
margin-top: 0;
}

p {
text-align: justify;
}

#menu {
margin: 0;
padding: 13px 0 0 0;
font-size: 14px;
line-height: 14px;
}

#content {
background: white;
padding: 1em 0;
margin: 3px 0 0 0;
}

#innerC {
margin: 0 1em;
}


#menu a {
font-weight: bold;
color: black;
text-decoration: none;
background: yellow;
padding: 2px 1em;
}

#menu a:hover {
background: black;
color: yellow;
}

#footer {
clear: both;
border-top: 1px solid #979996;
text-align: center;
color: white;
padding: 0.5em;
margin: 0.1em 0;
}

a img {
border: 0;
}

.news {
}

table {
border-collapse: collapse;
margin: 1em auto;
}

table td, table th {
border: 1px solid #979996;
padding: 4px;
font-size: 12px;
}

.c {
text-align: center;
}

.wide {
width: 250px;
}

.borderless, .borderless td, .borderless tr {
border: none;
}

div:target {
background: #ccc;
padding: 4px;
}

h3:target {
background: yellow;
}

a:link, a:visited, a:hover, a:active {
color: navy;
}

.source {
font-size: 10px;
text-align: right;
}

.post {
margin: 1em 0.5em;
padding: 1ex;
border-left: 10px solid yellow;
border-bottom: 3px solid #555;
}

#ruler {
text-align: center;
background: black;
padding: 0.5ex;
}

#ruler a {
color: yellow;
}

#ruler a.current {
background: yellow;
color: black;
font-weight: bold;
}
