*{
	margin:0px;
	padding: 0px;
}
body {
	font-family: "Helvetica Neue", Helvetica,arial, sans-serif;
	background: #eee;
	background-image:url('images/lunarTile.png');
	background-repeat:repeat;
	/*background-clip:content-box;
	color="#00001F"*/
	}

.wrapper {
	width: 1000px;
	margin: 25px auto 0 auto;
	background: #fff;
}

.wrapper header {
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.gallery-item, .section-description, .wrapper header {
	border-bottom: 1px solid #ddd;
}

.wrapper header.section-title {border-bottom: none;}

.wrapper header h1 {
	font:36px;
	font-weight: bold;
	
	float: left;
}

.wrapper header h1 a {
	color:#00002F;
	text-decoration: none;
}

.wrapper header h1 a:hover {
	color:#00002F;
}

.wrapper header ul {
	float: right;
	display: block;
	margin-left: 40px;
	list-style: none;
	margin-top:20px;
}
.wrapper header ul li {
	display: inline;
}

.wrapper header ul li a {

	text-decoration: none;
	color:#7F002F;
	margin-left: 5px;
}

.wrapper header ul li a:hover {

	border-bottom:1px solid #ddd;
}


.section-description {	
	font:16px "Helvetica Neue", Helvetica,arial, sans-serif;
	margin-bottom: 10px;
	color: #2f0000;
	float:left;
	border-bottom: 1px solid #ddd;
	padding:5px;
}

.section-description p {
	margin-bottom: 10px;
	float: left;
	width: 450px;
	margin-right: 45px;

}

.gallery {
	float: left;
	margin-left: 15px;
}

.gallery-item {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	}

.gallery-title {
	font-size:12px;
	color:#00002F;
}





