header, section, footer, aside, article {
display: block;
}

div.container {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background: #fff;
}

body {
background: #333;
font-family: Verdana, Ariel, sans;
font-size: 12px;
width: 750px;
margin: auto;
padding: 20px;
}

h1, h2 {
font-family: Helvetica, Ariel, sans;
font-weight: normal;
}

header {
background: #fff;
color: #333;
font-size: 12px;
margin: auto;
padding: 5px;
padding-left: 15px;
border-bottom: 1px #eee solid;
border-top-left-radius: 10px;
border-top-right-radius: 10px;

}

header h1 {
font-family: Verdana, Ariel, sans;
font-size: 32px;
font-weight:bold;
color:#fff;
text-shadow: #333 1px 1px 3px;
line-height: .5em;
}

section h1, h2 {
font-size: 18px;
line-height: 1.5em;
}

a {
text-decoration: none;
color: #03a;
}

a:hover {
text-decoration: underline;
}

section {
width: 450px;
float: left;
background: #fff;
border-right: 1px #eee solid;
}

article {
border-bottom: 1px #eee solid;
padding: 0px 20px 0px 20px;
}

p {
line-height: 1.6em;
}

aside {
float: right;
width: 259px;
background: #fff;
color: #000;
border-bottom: 1px #eee solid;
padding: 10px 20px 10px 20px;
}

li {
list-style-type: none;
line-height: 1.5em;
}
ul {
padding-left: 0px;
}

footer {
clear: both;
}
