﻿
/*---Gallery Pages---*/
nav.GalleryList{
	background-color:green;
	margin-left:10px;  
	clear: left;
	width: 200px;
	float: left;
	padding: 0px;
	border: 1px solid green;

   -moz-border-radius: 25px;
   -webkit-border-radius: 25px;
   border-radius: 25px;
	margin-bottom: 500px;
}
nav.GalleryList li{
	margin-left:-35px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
        background-color:green; 
        text-align: left;

   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
}
nav.GalleryList h2{
	font-family:Arial, Helvetica, sans-serif;
	color: white;
	font: 10px;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
}

nav.GalleryList a{
color:white;
text-decoration: none;
}

nav.GalleryList a:hover{
        color: green;
}

#galleryImages{
padding: 5px;
margin-left: 55px;
}

#galTitle h1{
margin-left: 95px;
}

footer.galFooter address{

}

