* {
margin: 0;
padding: 0;
}

html {
	height: 101%; 
}

body {
background: #111;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
color: #0000ff;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #cc0c0c;
}

#header {
width: 1024px;
height: 210px;
background: #000 url("../img/header.jpg") no-repeat;
background-position: top right;
}

#wrapper {
width: 1024px;
background: #fff url("../img/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 170px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h2 {
width: 833px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
text-transform: uppercase;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 180px;
text-transform: uppercase;
}

#nav li a {
color: #fff;
font: normal 11px/22px verdana, arial, tahoma, sans-serif;
display: block;
width: 170px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #800000;
}

#current a {
background-image: url("../img/header.jpg");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 164px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -177px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: left;
width: 824px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: inherit;
}

#footer {
text-align: center;
clear: both;
width: 824px;
margin-left: 163px;
}

div.categorycontainer {
    padding: 3px;
    border: 1px solid #000000;
    background: #333333;
    text-align: center;
    color: #FFFFFF;
    margin-right: 30px;
    margin-bottom: 20px;
}
div.imagecontainer {   
    border: 1px solid #ffffff;
    margin-right: 30px;
    margin-bottom: 20px;
}
a.catlink:link, a.catlink:active, a.catlink:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.sidebar_element {
    display: block;
    height: 15px;
    width: 100%;
    background-color: #cccccc;
    cursor: pointer;
    border: 0px solid #000000;
}
.sidebar_element a:link {
    color: #000000;
    text-decoration: none;
}
.sidebar_element a:active {
    color: #000000;
    text-decoration: none;
}
.sidebar_element a:visited {
    color: #000000;
    text-decoration: none;
}
.sidebar_element a:hover {
    color: #FFFFFF;
    background-color: #969696;
    text-decoration: none;
}
img.sidebar_preview_image {
    border: 1px solid #000000;
    margin-left: 6px;
}