body{
	margin:0;	
	font-family: 'Lora', serif;
	font-size:16px;
	line-height:22px;
	background-image:url('gallery/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}



h1{
	font-size:30px;
	font-weight:700;
	color:#00c1c1;
	font-family: 'Quicksand', sans-serif;
}
h2{
	font-size:24px;
	font-weight:500;
	color:#00c1c1;
	font-family: 'Quicksand', sans-serif;
}


nav a{
	display: block;
}
a{
	text-decoration: none;
	color:#900cef
}
a:hover{
	text-decoration: underline;
	color: black
}
img{
	border: 0
}
li{
	list-style: circle;
}

#container{
	max-width:1000px;
	margin:0 auto;
}

#left{
	width:20%;
	float:left;

}
#right{
	width:20%;
	float:left;
}

#middle{
	width:60%;
	float:left;
}

#gallery img{
	max-width: 25%;
	float: left;
	margin: 10px 25px;
}