@charset "utf-8";
/* CSS Document */

body {  
    width: 940px;
    font: 12px Helvetica, Arial, sans-serif;
    background: #F6FDAB;
    margin: auto;
}
table{
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    border-top.width: 1px;
    border-top-style: solid;;
    border-top-color: #333; 
}
th,td{
    padding: 0.5px;
    border-bottom-style: solid;
    border-bottom-color: #333;
    border-bottom-width: 1px;
}
th{
    background-color: white;
}
td{
    background-color: white;
}
h2{
    width: 100%;
    background: #33CC66;
    color: white;
}
header {
    width: 100%;
    background: #ddd;
}

nav {
    width: 240px;
	margin: 5px;
    background: #E86B0B;
}

section {
    background: #777;
    width: 700px;
    height: 100%;
}

article {
    width: 650px;
    margin: 10px; 
    background: #DECAD5;

}
aside {
    width: 240px;
	margin: 5px;
}

footer {
    width: 100%;
    background: #C3207A;
}

