/*-- CSS start --*/
body {
background-color:#ffffff;
color: #000000;
font-family:Calibri, Verdana, Arial, sans-serif;
font-size: 14px;
text-align:center;
width: 960px;
margin: 10px auto;
}
header, footer, nav, article, section, aside {
display:inline-block;
}
header {
width:100%;
background-color:#B0C4DE;
font-family:Cambria, Verdana, Arial, sans-serif;
border-bottom:4px solid #5190ED;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-bottom: 10px;
}
nav {
width:100%;
background-color:#F4911E;
float:left;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
aside {
width:20%;
background-color:#B0E2FF;
margin:4px 2px;
float:right;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin: 10px 0px;
}
article {
width:59%;
background-color:#ffffff;
float:left;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin: 10px 0px;
}
section {
width:90%;
background-color:#E0FFFF;
font-family:Cambria, Verdana, Arial, sans-serif;
margin:5px 0px;
padding:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin: 10px 0px;
padding: 10px;
}
footer {
width:100%;
background-color:#82CFFD;
font-family:Cambria, Verdana, Arial, sans-serif;
border-top:4px solid #607B8B;
clear:both;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
margin-top: 10px;
}
