/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#f7f4e1; font-size: 15px; color: #603913; font-family: Arial, helvetica, sans-serif;}
ol, ul { list-style: inline; margin: 0;}
ul li { margin: 0; padding: 0; text-align: center;}
h1 {text-align: center; color: #603913; text-decoration: underline;}	
h2 {text-align: center; font-size: 1.2em; font-style: italic; color: #603913;}
h3 {text-align: center; font-size: 1.2em; color: #603913;}
h4 {text-align: center; font-size: 1.2em; color: #006838;}
h5 {text-align: center; font-size: 1.4em; color: #006838;}


a:link {color:#006838;}      /* unvisited link */
a:visited {color:#006838;}  /* visited link */
a:hover {color:#604913;}  /* mouse over link */
a:active {color:#006838;}  /* selected link */

nav a:link {color:#f7f4e1;}      /* unvisited link */
nav a:visited {color:#f7f4e1;}  /* visited link */
nav a:hover {color:#006838;}  /* mouse over link */
nav a:active {color:#f7f4e1;}  /* selected link */

p { margin: 0 0 10px; text-align: center; line-height: 1.8em; font-size: 1.3em;}
img { display: block; margin-bottom: 0px;}
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, left, right{ 
    display: block;
	}
	
/* Structure */
#wrapper {
	width: 96%;	
	max-width: 1000px;
	margin: auto;
	padding: 2%;
	} 

	#main {
		width: 100%;
		margin-right: 5%;
		float: left;
		}		
		
	aside {
		width: 35%;
		float: right;
		}
		
   left {width: 48%; float: left; text-align: center;}
   
   right {width: 48%; float: right; text-align: center;}

/* Logo H1 */
header h1 {
	height: 70px;
	width: 160px;
	display: block;
	text-indent: -9999px;
	}
		
/* Nav */
header nav {
	text-align: center;
	margin-top: 20px; 
	margin-bottom: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #603913;
	}
	
	header nav li {
		display: inline;
		margin-left: 15px;
		margin-right: 15px;
		background-color: #603913;
		
		
		}

#skipTo {
	display: none;
	}
	#skipTo li {
		background: #b1fffc;
		}

/* Banner */			
#banner {
	float: center;
	margin-bottom: 0px;
	width: 100%;
	}

	#banner img {
		width: 100%;
		}


/* Media Queries */
@media screen and (max-width: 480px) {

	#skipTo {
		display: block;
		}
	
	header nav, #main, aside, left, right {
		text-align: center;
		 
		width: 100%;
		}	
		header nav li {
			margin: 0;
			background: #603913;
			display: block;
			margin-bottom: 3px;
							
			}
			header nav a {
				display: block;
				padding: 5px;
				text-align: center;
				}			
}