* {margin: 0;padding: 0;}

body {background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 12px/19px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 14px;}

a {color: #006600;text-decoration: none;}

a:visited {text-decoration: underline;}

a:hover {color: #ccc;}

#header {width: 880px;
height: 160px;
background: #000 url("images/header3.JPG") no-repeat;
background-position: top right;}

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

h1 {width: 150px;
height: 35px;
background-color: #333;
margin: 2px 2px 2px 0;
float: left;
font: bold 20px/34px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;}

h1:first-letter {color: #f00;
text-decoration: underline;}

h2 {width: 700px;
height: 35px;
background-color: #333;
float: right;
font: bold 18px/32px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 2px;
cursor: default;}

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

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

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

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 165px;
background-color: #ccc;
float: right;
position: relative;
left: -10px;
margin-left: -10px;
border-top: 1px solid #fff;
font: normal 12px/20px verdana, arial, tahoma, sans-serif;
padding: 11px;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

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

#content {
float: center;
width: 840px;
margin: 20px 0 0 10px;
}

p {
margin-bottom: 20px;
}

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

#footer {
clear: both;
width: 800px;
margin-left: 20px;
}