body
{
margin:0;
padding:0;
font-family:'century gothic';
}

#wrap
{
width:80%;
margin:0 auto;
}

#banner
{
width:100%;
height:90%;
background:#6cf;
}

#gal
{
height:100%;
background:#ccc;
}

#footer
{
height:20%;
background:#000;
}
.nav {
width:100%;
height:10%;
padding-top: 2%;
background:#000;
text-align:left;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 0 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #fff;
	line-height: 100%;
}
.nav a:hover {
	color: #fff;
	text-decoration:underline;
	padding-top:0px;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}

.nav.center ul {
	text-align: right;
}

#icon {margin-left:10%;
	top:5px;
	text-align:left;
	position:absolute;}

 .current {
		background: no-repeat 10px 7px;
		text-align:left;
		left:2%;
		display: none;
	}
	


@media screen and (max-width: 600px) {
	.nav {
		position: relative;
		min-height: 40px;
		text-align:right;
	}	
	.nav ul {
		width: 60px;
		padding: 5px 0;
		position: absolute;
		top:5%;
		left: 5px;
		border: 0;
		background-color: #000;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
		padding-top:50px
	}
	.nav li {
		display: none; 
		margin: 0;
	}
	.nav .current, .nav #icon {
		display: block;
	}
	
	
	
	#icon {
  	padding-left:0px;
	
	}
	
	.nav #icon:hover {
  	padding-left:0px;
	padding-bottom:0px;
	margin-left:0px;
	}
	
	.nav a {
		display: block;
		padding: 5px 5px 5px 5px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #fff;
		width:180px;
	}

	.nav a:hover {
	color: #fff;
	text-align:left;
	text-decoration:undeline;
	}
	.nav ul:hover #icon{
	padding-left:0px;
	padding-bottom:0px;
	margin-left:10px;
	margin-left:5px;
	}
	.nav ul:hover li {
		display: block;
		margin-left: 5px;
		margin-top:10px;
	}
	.nav ul:hover {
		text-align:left;
		width:150px;
	}
	

	
	
	
}
