* {
margin: 0;
padding: 0;
}

body {
background: #590000 url("images/back.gif") repeat;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #590000;
padding-top: 40px;
padding-bottom: 20px;
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 700px;
height: 275px;
background: #000 url("nikolaus.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 700px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
background-image: url("back-12.jpg");
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h1:first-letter {
color: #f00;
text-decoration: underline;
}

h2 {
width: 539px;
height: 30px;
background-color: #333;
background-image: url("back-12.jpg");
background-repeat: no-repeat;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h3 {
margin-bottom: 20px;
font: bold 12px/19px verdana, arial, tahoma, sans-serif;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 275px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/22px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 22px;
background-color: #C70001;
background-image: url("back-12.jpg");
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #590000;
background-image: none;
}

#content li {
margin: 5px 0 0 50px;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
height: 100%;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

#content {
float: left;
width: 500px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
clear: both;
width: 500px;
margin-left: 163px;
}
