/* base CSS file */

/* Block definitions */
body {background-color:white; color: black; text-align:center;}
/* body {background-color:white; color: black; text-align:center;background-image:url("../images/adrian_marcel.jpg");} */
header, footer, nav, section, article {display:block;}
header {width:100%; background-color:yellow;}
nav {width:20%; background-color:orange;float:left; text-align:left;}
section {width:78%; background-color:transparent; float:right;}
article {width:80%; margin:2em 10%; background-color:linen;}
footer {width:100%; background-color:orange; clear:both; text-align:center;} 

/* other stuff */
p {margin-left:10px}
