* {
    padding: 0;
    margin: 0;
} 

body {
background: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
font-weight:100;
color: #000;
padding-top:50px;
}

img {
border: none;
padding-right: 10px;

}
a { color: #000; text-decoration: none; font-weight:100;}
a:hover { text-decoration: underline; color : #000; font-weight:100;}

#wrap {
margin: 0 auto;
width: 800px;
background: #fff;
}

#header { 
text-align:center;
padding: 10px 0 20px 0;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: 3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #000;
text-decoration: none;
}
#header h1 a:hover {
color: #999;
text-decoration: underline;
}
#header h2 {
align:center;
color: #000;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: 1px;
line-height: 17px;
}

#menu {
height: 40px;
line-height: 40px;
background: #000;
text-transform: uppercase;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #000;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 14px;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
padding: 10px 20px;
}

.right {
padding-top:30px;
width: 330px;
float: right;
text-align: justify;
}
.right h2 {
color: #000;
font-size: 20px;
letter-spacing: 1px;
align: center;
line-height:20px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right h2 a{
color: #000;
font-size: 20px;
letter-spacing: 1px;
align: center;
line-height:20px;
font-weight: 100;
padding : 10px 0 15px 0;
text-decoration:none;
}

.left {
width: 360px;
float: left;
padding: 30px;
padding-bottom: 100px;
font-size: 12px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #000;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #000;
line-height: 30px;
font-weight: 600;
}
.left a { text-decoration: none }

#footer {
color: #fff;
margin-top: 20px;
text-align: center;
font-size: 11px;
padding: 10px;
}

#footer a{
color: #fff;
}