* {
	margin: 0;
	padding: 0;
}

body {
margin-top: 20px;
background: #454545;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
color: #111;
padding: 0;
line-height: 16px;
}

a {
text-decoration: bold;
color: #548;
}
a:hover {
text-decoration: bold;
color: #000;
}

#wrap {
margin: 0 auto;
width: 780px;
background: #fff;
padding: 10px;
}

#header {
width:  750px;
height: 192px;
background: #fff url(images/dropout.jpg) no-repeat;
}
#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
font-size: 22px;
color: #eee;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

.left {
float: left;
width: 540px;
text-align: justify;
margin-top: 20px;
}
.left h2 {
font-size: 16px;
font-weight: 100;
height: 30px;
line-height: 30px;
background: #ffffff url(images/header.jpg) no-repeat;
padding-left: 30px;
}
.left h2 a {
text-decoration: none;
color: #222;
}
.left h2 a:hover {
text-decoration: none;
color: #050;
}
.articles {
padding: 10px;
}

.right {
float: right;
width: 220px;
padding-top: 10px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 15px;
height: 30px;
line-height: 30px;
background: #ffffff url(images/header_small.jpg) no-repeat;
color: #111;
font-size: 14px;
font-weight: 100;
}
.right ul {
padding: 15px 0 25px 20px;
list-style-type: none;
}
.right ul li a {
color: #548;
text-decoration: none;
font-size: 14px;
font-weight: 600;
}
.right ul li a:hover {
color: #111;
}

#footer {
border-top: 1px dotted #111;
text-align: center;
font-size: 11px;
padding: 10px 0;
}