#logo {		
	height: 150px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: URL(images/header.jpg);
	margin: 10px;
	width: 770;
}

nav {
	width: 770;
	margin-left: 100px;
	margin-bottom: 50px;
	float: none;
}

li {
	color: #ecfa64;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	background-color: #046600;
	padding: 10px 50px;
	margin: 10px;
   text-decoration: none;
   border-radius: 10px 10px 10px 10px;
   display: inline;
   list-style: none;
}

a {
	color: #ecfa64;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
}

article {
	font-family: 'Dosis', sans-serif;
	color: #046600;
	margin: 2px;
	margin-left: 100px;
	width: 770px;
	margin-bottom: 50px;
}

h1 {
	font-family: 'Dosis', sans-serif;
	color: #046600;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

h2 {
	font-family: 'Dosis', sans-serif;
	color: #046600;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 10px;
	margin-top: 15px;
}

h3 {
	font-family: 'Dosis', sans-serif;
	color: #046600;
	text-align: left;
	font-size: 16px;
	text-transform: capitalize;
	text-align: left;
	margin-left: 10px;
}

p {
	font-family: 'Dosis', sans-serif;
	color: #046600;
	margin: 3px;
}

footer {
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 11px;
	text-align: center;
	background-color: #ecfa64;
	margin-top: 50px;
}