body
{
margin:0;
padding:0;
}

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

#nav
{
width:15%;
height:87%;
padding-top: 2%;
background:#3F92D2;
text-align:left;
position:absolute;

}

#nav ul
{
list-style:none;
}

#nav ul li
{
display:block;
padding: 10px;
margin-left: -8px
}

#nav ul li a
{
text-decoration:none;
color: Black;
font-family: Verdana;

}

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

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

#gal
{
height:100%;
background:#0B61A4;
}

#footer
{
height:20%;
background:#033E6B;
}

@media screen and (max-width: 600px) {
	#nav {
		position: absolute;
		min-height: 40px;
	}	
	#nav ul {
		width: 80px;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		box-shadow: 0 1px 2px rgba(0,0,0,.3);
		background: #fff;
	}
	#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 0 5px;
	}
	#nav ul:hover .current {
		background:#fff;
	}
		
	#nav ul li a:hover {
	color: #666;
	}


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

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