@charset "utf-8";
/* CSS Document */

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	margin-top: 10px;
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,1);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
#mailermap {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.container header {
	height: 220px;
	width: 800px;
	background-attachment: scroll;
	margin-right: auto;
	margin-left: auto;
	list-style-position: inside;
	list-style-type: none;
}
.container header ul {
	list-style-type: none;
	background-color: rgba(255,255,255,1);
	font-family: Verdana, Arial, sans-serif;
}
header li {
	display:inline
}

.container footer {
	background-color: rgba(153,33,32,1);
	padding: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,1);
	text-align: center;
}
a:link, a:visited {
	color: rgba(204,204,204,1);
	font-size: 16px;
	font-weight: bold;
}