* {
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: black;
	color: white;
	padding: 20px;
	text-align: left;
	}

#main {
	min-width: 950px;
	background: url(../images/campaigns/headline.gif) no-repeat;
	padding-top: 60px;
	}
	
h3 {
	padding-top: 20px;
	padding-bottom: 10px;
	}
	
.gallery-block {
	float: left;
	border-left: 4px solid black;
	display: inline;
	margin-bottom: 4px;
	white-space: nowrap;
	}
	
.gallery-block img {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 1px 0 1px 1px;
	border-right-style: none;
	border-left-style: none;
	}
	
.gallery-block img.first {
	border-left: 2px solid #eee;
	}
	
.gallery-block img.last {
	border-right: 2px solid #eee;
	padding-right: 1px;
	}
	
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	}
	
.last-image {
	}
