* {
margin: 0;
padding: 0;
}

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

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

a:visited {
text-decoration: underline;
}

a:hover {
color: #cccccc;
}

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

#wrapper { 
width: 580px; 
background: #ffffff; 
border: solid 10px #ffffff; 
margin: 0 auto; 
text-align: left; }

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


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

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

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

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

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


img {
border: none;
}

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

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

#content {
float: left;
width: 580px;
margin-top: 5px;
}

p {
margin-bottom: 20px;
}


#footer {
text-align: center;
clear: both;
width: 580px;
}