body {
margin: 0;
padding: 0;
background-color: #353535;
color: white;
background-image: url(images/bg-1.jpg);
background-repeat: repeat;
font: small Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
text-align: left;
background-color: #fdf8f2;
color: black;
width: 850px;
margin: 30px auto 30px auto;
padding: 10px;
} 

#header-bottom {
border-top: 1px solid #6c0505;
border-bottom: 1px solid #6c0505;
}

#header-bottom ul {
margin: 0;
padding: 0 30px 0 0;
text-align: right;
}

#header-bottom li {
display: inline;
}

#header-bottom a:link, #header-bottom a:visited {
text-decoration: none;
background-color: fdf8f2;
color: black;
}

#tagline {
font-weight: bold;
background-color: #fdf8f2;
color: black;
font-style: italic;
margin: 0;
padding: 0 0 0 20px;
width: 300px;
float: left;
}

#main {
position: relative;
top: 0;
right: 0;
width: 100%;
margin-top: 10px;
}

#content {
margin: 0 0 0 150px;
border: 1px solid #6c0505;
background-color: #fdf8f2;
color: black;
padding: 10px;
}

#content .inner h2 {
color: #6c0505;
padding-bottom: 0.2em;
border-bottom: 1px solid #6c0505;
font-size: 110%;
}

#content a:link, #content a:visited {
text-decoration: none;
background-color: fdf8f2;
color: black;
}

#content a:hover {
text-decoration: none;
background-color: fdf8f2;
color: green;
}

#sidebar {
position: absolute;
top: 0;
left: 0;
width: 149px;
background-color: #fdf8f2;
margin: 0;
padding: 0;
border-top: 1px solid #6c0505;
border-left: 1px solid #6c0505;
border-bottom: 1px solid #6c0505;
}

#sidebar .inner {
margin: 10px;
}


#sidebar a:link, #sidebar a:visited {
text-decoration: none;
background-color: fdf8f2;
color: black;
font-weight: normal;
}

#nav {
list-style: none;
margin: 0;
padding: 0;
}

#nav li {
border-bottom: 2px solid #6c0505;
}

#sidebar .inner h3 {
font-size: 110%;
background-image: url(images/markbar-black.jpg);
background-repeat: no-repeat;
margin: 0;
padding: 0 0 0 10px;
font-weight: normal;
color: white;
}

#footer {
width: 100%;
border-top: 1px solid #6c0505;
border-bottom: 1px solid #6c0505;
}

#newsfooter {
width: 100%;
border-bottom: 1px solid #6c0505;
}