/*Add CSS styling below*/
body {
	width:800px;
	font-family:"Verdana";
}

header {
	height:100px;
	background-color:#009999;
	color:white;
	text-align:center;
}

/*main heading in header*/
h1 {
	margin-top:0px;
	margin-bottom:0px;
}

/*subheading in header*/
h3 {
	font-size:20px;
	margin-top:5px;
	margin-bottom:0px;
}

/*subheading in main content area*/
h2 {
	color:#FFAA00;
	font-size:20px;
	margin-top:0px;
	margin-bottom:25px;
	text-align:center;
}

/*nav bar*/
nav {
	height:260px;
	width:150px;
	float:left;
	background-color:#FFD073;
	border:1px solid black;
}

/*remove bullet points and space out list*/
li {
	list-style-type:none;
	line-height:3;
}

/*styling for list*/
ul {
	margin:0px;
	padding-left:0px;
	text-align:center;
}

/*styling for links*/
a {
	color:#A64B00;
	font-weight:bold;
}
/*styling for main content area*/
.maincontent {
	background-color:#006363;
	color:white;
	font-size:14px;
	padding-left:170px;
	padding-bottom:15px;
	padding-top:20px;
	padding-right:0px;
}

p.maincontentp {
	padding-right:0px;
	width:450px;
}

/*styling for figure with image*/
figure#washmon {
	width:160px;
	height:240px;
	float:right;
	margin-right:10px;
	margin-top:10px;
}

figure#washmon p {
	margin-top:0px;
	text-align:center;
	color:#FFAA00;
	font-size:14px;
}

/*styling for bottom figure with images*/
figure#bottomfig {
	background-color:#006363;
	padding-left:25px;
	padding-top:0px;
	padding-bottom:20px;
	margin:0px 0px 0px 0px;
}

figure#bottomfig figcaption {
	color:#FFAA00;
	font-size:14px;
	text-align:center;
	padding-bottom:5px;
}

/*styling for footer*/
footer {
	height:50px;
	background-color:#FFD073;
	font-size:11px;
	text-align:center;
	color:#A64B00;
}

#footerp {
	margin:0px;
	padding:5px 0px 0px 0px;
}
