@charset "UTF-8";
/* week 5 css document */

       /*   HEADER   */
body {
	font-family: Georgia, Times, serif;
}
nav {
	background-color: #F8A638;
	color: white;
	position: fixed;
	top: 0%;
	left: 0px;
	width: 100%;
	z-index: 10;}
h3 {
	float: left;
	margin-left: 20px;
	text-transform: uppercase;}
.nav {
	text-align:right;
	margin: 25px 20px;}
a {
	text-decoration: none;
	color: white;
	padding: 5px;}


       /*   BANNER   */
header { 
	background-image: url("pattern.png");
	height: 200px;
	}
h1 {
	text-align:center;
	padding:70px;
	color: #6F503B;
	font-size: 50px;}


       /*    MAIN    */
main {
	overflow: auto;
}
#box1 {
	float: left;
	background-color: #a0c5a5;
	margin: 70px auto;
	padding: 25px;
	position: absolute;
	top: 220px;
	right: 40%;
	left: auto;
	width: 49.95%;
}
h2 {
	text-transform: uppercase;
	font-weight:normal;}
p {
	font-family: Arial, Verdana, sans-serif;}
#box2 {
	float: right;
	margin: 50px;
	width: 25%;
	
}

       /*   FOOTER   */
footer {
	
}
.email {
	color: #F8A638;
	text-decoration: underline;
}
















