body {
	background-color: #474553;
	font-family: Verdana, sans-serif;
	font-size: 10px;	
	}

#header {
	margin: 30px 30px 0px 50px;
	padding: 0px;
	}

#gallery {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#gallery ul {
	list-style-image:none;
	list-style-position:none;
	list-style-type:none;
	margin: 0px 30px 0px 50px;
	padding: 0px;
	}
	
#gallery li {	
	list-style: none;
	float: left;
	margin-right: 40px;
	margin-top: 40px;
	color: #656780;
	}
	
#gallery img{	
	border: 1px solid #656780;
	}

.clearfix {
	clear: both;	
	}
	
.sitelink {
	font-weight: bold;
	color: #BFAD5A;
	letter-spacing: 1px;
	text-decoration: none;
	}
	
a:focus {
	outline-style:none;
	}	
