* {
    padding: 0;
    margin: 0;
} 

body {
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #aaa;
}

img { border: none; }
a { color: #AF8730; text-decoration: underline;}
a:hover { text-decoration: none; color : #aaa; }

#wrap {
margin: 40px auto 0 auto;
width: 817px;
}

#header { 
border: 5px solid #222;
height: 98px;
background: #333 url(template/header2.jpg) ;
}

#menu { 
border: 5px solid #222;
height: 25px;
background: #333 url(template/bgnav.jpg) repeat-x ;
font-size: 12px;
font-weight: bold;
padding: 2px 0px 0px 0px;
}

#menu
a { color: #AF8730; text-decoration: underline;  padding: 0px 10px 0px 15px; }
a:hover { text-decoration: none; color : #aaa; }

.content {
margin-top: 10px;
width: 787px;
float: left;
text-align: justify;
border: 5px solid #222;
padding: 10px;
background: #111;
}

.left {
margin-top: 10px;
width: 587px;
float: left;
text-align: justify;
border: 5px solid #222;
padding: 10px;
background: #111;
}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
margin-top: 10px;
width: 160px;
height: 2155px;
float: right;
border: 5px solid #222;
font-size: 12px;
padding: 10px;
background: #111;
}

.right ul {
list-style-type: circle;
padding: 5px 10px 10px 20px;
color: #fff;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}


#footer {
margin-top: 10px;
margin-bottom: 50px;
text-align: center;
color: #eee;
font-size: 11px;
border: 5px solid #222;
padding: 10px;
background: #111;
}
