article, aside, figure, footer, header, hgroup, nav, section { display:block; }

body {
	 margin: 0;
	 padding: 0;
	 font-family: 'Didact Gothic', sans-serif;
	 background:white;
}

img {
	max-width:100%;
	border:0;
	vertical-align:middle;
}

#container {
	 position: relative;
	 max-width: 1020px;
	 margin-right: auto;
	 margin-left: auto;
	 margin-top: 0; 
}

/*** BANNER AREA ***/
header { 
	width: 100%;
	margin:0 0 3% 0;
	padding:0;
	overflow:hidden;
}

header img{
	float:left;
	border:none;
}

header p{
	float:right;	
	font-weight:normal;
	font-size:100%;
	color:#231f20;
	text-align:right;
	padding-right:0;
	margin-right:0;
}

header a{
	text-decoration:none;
	color:#444;
}

header a:hover{
	color:#f47321;
}

/*** FOOTER ***/
footer{
 	clear:both;
	float:left;
	border-top:solid 2px #ccc;
 	width:100%; 
 	background:transparent;
	height:50px;
	margin-top:15px;	
	color:#555;
}

footer img{
	border:none;
}


footer a{
	text-decoration:none;
	color:#555;
}

#left-footer-content{
	float:left;
	margin-top:2%;
	font-size:100%;
	width:25%;
}

#right-footer-content{
	float:right;
	margin-top:2%;
	font-size:100%;
	text-align:right;
	width:25%;
}

p#wwd{
	font-size:60;
}

@media (min-width:600px) 
{
	header {
	margin:0;
	}
	
	header p{
	margin:-45px 0.25% 0 0;
	font-size:110%;
	text-align:right;
	}

}

@media (min-width:900px) 
{
	header {
	margin:0;
	}
	
	header p{
	margin:-45px 1% 0 0;
	font-size:110%;
	text-align:right;
	}

}




