body {
	background-color: #18181b;
	margin: 0px;
}
.container {
	background-color: #173B71;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 4px solid #000;
}
.menu {
	padding-top: 90px;
	padding-left: 275px;
	text-align: center;
}
.header {
	background-image: url(../images/header.jpg);
	height: 118px;
	background-repeat: no-repeat;
	background-color: #04234F;
}
.content {
	background-color: #1F2126;
	background-repeat: repeat-x;
	background-position: top;
}
.copy {
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-top: 20px;
	font-size: 18px;
	color: #FFF;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #000;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.email {
	width: 300px;
	border: 2px solid #000000;
	background-color: #B0B8BD;
}
input.textbox {
	font-size: 16px;
	border: 1px solid #03234F;
}
.copy img.pad {
	border: 4px solid #DDE7F0;
	margin-bottom: 20px;
	margin-left: 30px;
}
.copy img.noPad {
	border: 4px solid #DDE7F0;
	margin-bottom: 20px;
	margin-left: 0px;
}
.email #form1 {
	padding-right: 10px;
	padding-left: 10px;
}
.btn {
	color: #FFFFFF;
	background-color: #333333;
	padding: 4px;
	border: 2px solid #000000;
}
.testimonial {
	background-color: #A5B0B5;
	padding: 20px;
	border: 1px solid #737A7F;
}
.testimonial img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.container .content .copy .email #form1 {
	color: #000;
}
