* {
margin: 0;
padding: 0;
}

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

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

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

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

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

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

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

h2  { color: #000; font: bold 16px/30px arial, verdana, tahoma, sans-serif; background-color: #ff3; text-align: center; cursor: default; margin-top: 1px; padding-left: 10px; width: 419px; height: 30px; float: left }

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

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px 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     { font-size: 10px; font-family: verdana, arial, tahoma, sans-serif; font-style: normal; font-weight: normal; line-height: 18px; background-color: #ccc; text-align: inherit; margin-left: -147px; padding: 8px; position: relative; left: -4px; width: 132px; float: left; border-top: 1px solid #fff }

img {
border: none;
}

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

a:hover img  { border-width: 2px; border-color: #ff3 }

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

p {
margin-bottom: 20px;
}

p:first-line  { font-weight: normal }

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