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 h1 {
	color: white;
    font-family: "Times New Roman","Georgia","Serif";/* "klavika-web-1","klavika-web-2"; */
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #C9C9C9, 0 3px 0 #BBBBBB, 0 4px 0 #B9B9B9, 0 5px 0 #AAAAAA, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

#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;
}
