/* Sets all element margin and padding to 0 */
* {margin:0;padding:0}

/* Main Page Area Settings */
header, nav, main, div, section, footer  {margin-top:5px}
header, nav, main, footer  {clear:both}
section {padding:20px}
body{margin:auto}

/* Text Properties */
h1, h2, h3, p{font-family:Helvetica;text-align:left;color:Black}
h1 {font-size:24pt}
h2 {font-size:16pt}
h3, p, ul {font-size:12pt}

/* Body Section */
body {width:700px}

/* Header Section */
header {height:100px;background-color:Aquamarine}
header p {margin-top:5px;margin-left:35px;clear:both;font-family:Helvetica;text-align:left;color:Black;font-size:10pt}
h1 {display:inline;margin-left:5px}

/* Navigation Section */
nav {height:35px;background-color:LightBlue}
nav ul {list-style-type:none;}
nav ul li {float:left;width:120px;text-align:center}
nav ul li a {display:block;padding:8px}
nav ul li a:hover {background-color:Blue;color:White}

/* Main */
main {background-color:Aquamarine;height:600px}

/* Div */
div {width:100px;float:left}

/* Section */
section {display:block;margin-left:100px}
section h2 {margin-bottom:10px}

/* Footer */
footer {display:inline;clear:both;height:50px;background-color:Aquamarine}
footer p {font-family:Helvetica;text-align:left;color:Black;font-size:10pt}

/* Image Classes */
.imageBanner {width:400px;height:70px;float:right}
.smallImage {width:90px;height:120px;display:inline;margin-left:5px}	
.smallImageRight {width:90px;height:120px;float:right;margin-left:25px;margin-bottom:25px}
.largeImageRight {width:150px;height:120px;float:right;margin-left:25px;margin-bottom:25px}	
.largeImageLeft {width:150px;height:120px;float:left;margin-right:25px;margin-bottom:15px}	
