body
{
margin:0;
padding:0;
}

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

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

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

#footer
{
height:20%;
background:#000;
}
.nav {
width:100%;
height:10%;
padding-top: 2%;
background:#cc9900;
text-align:right;
}
.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: #999;
	line-height: 100%;
}
.nav a:hover {
	color: #000;
}
.nav .current a {
	background: #999;
	color: #fff;
	border-radius: 5px;
}


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

@media screen and (max-width: 600px) {
	.nav {
		position: relative;
		min-height: 40px;
		text-align:center;
	}	
	.nav ul {
		width: 180px;
		padding: 5px 0;
		position: absolute;
		top:10%;
		left: 0;
		border: solid 1px #aaa;
		background: #fff url(images/icon-menu.png) no-repeat 10px 11px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
	}
	.nav li {
		display: none; 
		margin: 0;
	}
	.nav .current {
		display: block; 
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 5px;
		text-align: center;
	}
	.nav .current a {
		background: none;
		color: #666;
	}

	
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		background: url(images/icon-check.png) no-repeat 10px 7px;
	}

	
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
}
