html, body {
margin: 0;
font-family: verdana;
font-size: 10px;
color: white;
background-color: black;
}

body {
width: 770px;
margin: auto;
position: relative;
}

*.non_visual, hr {
display: none;
}

map#mainmenu {
position: absolute;
top: 160px;
line-height: 20px;
width: 95px;
}
map#mainmenu * {
font-size: 12px;
list-style: none;
text-align: right;
padding: 0;
margin: 0;
text-transform: capitalize;
}

map#datespan {
display: none;
}
h1 span.non_visual {
display: block;
position: absolute;
right: 1em;
top: 1em;
margin: 0;
font-size: 32px;
text-transform: capitalize;
}
div#content {
padding-left: 220px;
padding-top: 220px;
padding-right: 30px;
background-image: url('http://www.rikkertkoppes.com/images/other/container/top_bkg.jpg');
background-repeat: no-repeat;
}
h2 {
margin: 0;
}

span.article_date {
color: #FFCF00;
font-style: italic;
}

p {
margin-top: 0;
}

a {
text-decoration: none;
color: white;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}