.masthead {
	width: 55%;
	margin-right: auto;
	margin-left: auto;
	height: 93px;
	margin-top: 1em;
	background-repeat: no-repeat;
	background-image: url(../images/logo-gaa.png);
	padding-left: 40%;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 1em;
}

.footer {
	height: 2em;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #000;	
	font-size: 1em;
	color: #FFF;
	background-color: #DAAD36;
}

.footer a {
	color: #FFF;
	text-decoration: underline;
}

.more {
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 82px;
	width: 13px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/icon-more.png);
}
