* {
margin: 0;
padding: 0;
}

body {
background-image: url('images/back_1.gif');
text-align: center;
color: #333;
padding-top: 40px; font-style:normal; font-variant:normal; font-weight:normal; line-height:18px; font-size:11px; font-family:verdana, arial, tahoma, sans-serif
}

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



a:hover {
color: #ccc;
}

#header {
width: 820px;
height: 210px;
background: #000 url('images/logo_1.png') no-repeat right top;

}

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

h1 {
width: 140px;
height: 30px;
background-color: #2b2b2b;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #d50505;
cursor: default;
text-align:center;

}



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

}

h3 {
width: 630px;
height: 30px;
background-color: #720404;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
padding-right: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

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

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

#nav li a:hover {
background-color: #720404;
background-image: url('images/bullet_2.gif');
background-repeat: no-repeat;
background-position: 100% 50%
}

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

#sidebar {
width: 134px;
background-color: #eaeaea;
float: left;
position: relative;
left: -4px;
margin-left: -147px;

font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;

}

img {
border: none;
}

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

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

#content {
float: right;
width: 650px;
margin: 10px 0 0 10px;

}

#content li {
color: #333;
font: normal 11px verdana, arial, tahoma, sans-serif;
padding-left: 20px;
list-style-type: disc;

}

p {
margin-bottom: 20px;
margin-left: 20px;
margin-top:40px;
}


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