* {
	margin: 0;
	}
a:link, a:visited, a:hover, a:active {
	border: 0;
}
body {
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #424d15;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333;
	margin: 0;
	}
#container {	
	width: 920px;
	margin: 0 auto;
}
#header {
	width: 920px;
	height: 26px;
	margin: 45px auto 10px;
}
.email, .linked, .twitter {
	border: 0;
	height: 26px;
	display: inline;
	float: right;
	margin-left: 10px;
}
.linked, .twitter {
	width: 26px;
}
.email {
	background: url(images/btn_email.gif);
	width: 75px;
}
.linked {
	background: url(images/btn_linked.gif);
}
.twitter {
	background: url(images/btn_twitter.gif);
}
#headline {
	margin: 10px 10px 0 0;
	width: 595px;
	height: 302px;
	float: right;	
	background: url(images/headline.jpg);	
}
#gallery1st, #gallery {	
	clear: both;
	width: 920px;
	background: #171b03;
	margin-top: 28px;
}
#gallery1st {
	margin-top: 35px;
}
#galleryin {
	height: 322px;
	padding: 0 18px 0;
	margin: 0 auto;
}
#galleryin a {
	margin: 0 22px 0;
	text-align: center;
}
#galleryin img {
	border: 0;
}
#footer {
	background: #141703;
	border-top: #535c1f 10px solid;
	margin: 20px 0 0;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	color: #aab182;
}