* {
	margin: 0;
	padding: 0;
}

body {
background: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
color: #222;
}

a {
text-decoration: none;
color: #425969;
}

a:hover {
text-decoration: underline;
color: #f94403;
}

#wrap {
margin: 0 auto;
width: 800px;
background: #fff;
padding: 5px;
}

#header {
height: 240px;
background: #554d42 url(images/group-1.jpg) no-repeat;
}

#header h1 { 
font-size: 30px;
color: #000; 
letter-spacing: 0px;
padding: 17px 0 0 10px;
height: 33px; 
width: 790px;
background-color: rgb(228,228,228); opacity: 0.6
}

#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -1px;
}

#header h1 a:hover {
color: #fff;
}

#menu {
margin: 5px;
height: 30px;
line-height: 30px;
background: #000;
}

#menu ul {
list-style-type: none;
padding-left: 20px;
}

#menu ul li {
display: block;
float: left;
}

#menu ul li a {
padding: 0 15px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}

#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 20px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 10px;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #425969;
color: #fff;
}

.right h2 a {
text-decoration: none;
color: #fff;
}

.right h2 a:hover {
color: #111;
}

.right h3 {
margin: 5px 5px 0 5px;
padding: 5px 0 0 10px;
height: 22px;
line height: 22px;
background: #425969;
color: #fff;
font-size: 13px;
letter-spacing: 0.6px;
}

.left {
float: left;
width: 180px;
padding-top: 0;
}

.left h2 {
font-size: 14px;
letter-spacing: 0.75px;
margin: 10px 0 0 0;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #425969;
color: #fff;
}

.left h3 {
margin: 5px 5px 0 5px;
padding: 5px 0 0 10px;
height: 22px;
line height: 22px;
background: #425969;
color: #fff;
font-size: 13px;
letter-spacing: 0.6px;
}

.left ul {
padding: 5px 0 10px 25px;
color: #425969;
}

.left ul li a {
text-decoration: none;
font-weight: 600;
}

.left ul li a:hover {
}

.articles {
padding: 10px;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; 
}

