body
{
margin:0;
padding:0;
}

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

#nav
{
width:100%;
height:10%;
padding-top: 3%;
background:#ff7854;
text-align:right;
position:relative;

}

#nav ul
{
list-style:none;
margin-right:20px;
border-radius: 0px;
}

#nav ul li
{
display:inline-block;
margin-left:20px;
padding: 0;
}

#nav ul li a
{
text-decoration:none;
color: Black;
font-family: Tahoma;
padding: 3px 10px;

}

#nav ul li a:hover {
color: #fff;
}

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

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

#footer
{
height:20%;
background:#ff6532;
}
.current{
visibility:hidden;
}
@media screen and (max-width: 600px) {
	#nav {
		position: relative;
		min-height: 40px;
	}	
	#nav ul {
		width: 100px;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		background: #ff7854;
	}
	#nav ul li {
		display:none;
	}
	
	 #nav .current {
		display:block; 
	}
	#nav a {
		display: block;
		text-align: left;
	}
	#nav .current a {
		background: none;
		
	}
	#nav ul:hover {
		background: #fff;
	}
	#nav ul:hover li {
		display: block;
		margin: 0 5px;
	}
	#nav ul:hover .current {
		background:#fff;
	}
		
	#nav ul li a:hover {
	color: #ff7854;
	}


	#nav.right ul {
		left: auto;
		right: 0;
	}
	.current{
visibility:visible;
}
}
	
	