* {
    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: #97C4FF; text-decoration: none;}
a:hover { text-decoration: underline; color : #aaa; }

#wrap {
margin: 40px auto 0 auto;
width: 1000px;
}

#header { 
border: 5px solid #222;
height: 100px;
background: #333;
width: auto;
position:relative; 
}
.title
{
  width:368px;
	height:60px;
}
.topad{
  
  position:absolute;
	top:20px;
	left:460px;
	margin:0px;
	padding:0px;
	width:468px;
	height:60px;
	background-color: black;
}
.title {
font-size: 26px;
font-weight: 100;
letter-spacing: -3px;
padding: 20px 0 5px 20px;
width:350px;  
}
.title a {
color: #fff;
text-decoration: none;
}
.title a:hover {
color: #aaa;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
width:350px; 
}

.left {
margin: 10px 10px 0px 0px;
width: 160px;
float: left;
border: 5px solid #222;
font-size: 12px;
padding: 10px;
background: #333;

}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.left h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.left a { text-decoration: none }
.center {
margin-top: 10px;
width: 570px;
float: left;
text-align: justify;
border: 5px solid #222;
padding: 10px;
background: #333;
}
.center h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.articles {
padding: 15px 0 0 0}
.articles img {
margin: 0 0 0 12px;
}
.right {
margin: 10px 0px 0px 10px;
width: 160px;
float: right;
border: 5px solid #222;
font-size: 12px;
padding: 10px;
background: #333;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #59799F;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

.rightad {
width: 120px;
height: 600px;
margin: 20px;
background-color:red;
}


#footer {
margin-top: 10px;
text-align: center;
color: #eee;
font-size: 11px;
border: 5px solid #222;
padding: 10px;
background: #333;
}
