@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	border: medium none #281E65;
}
#wrapper #header {
	height: 150px;
	background-image: url(images/header-new.jpg);
}
#wrapper #navigation {
	background-color: #FFFFFF;
	height: 40px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #000709;
	border-right-color: #000709;
	border-bottom-color: #000709;
	border-left-color: #000709;
}
#wrapper #content #banner_image {
	height: 270px;
	width: 920px;
	position: absolute;
	left: 15px;
	top: 5px;
	background-image: url(site%20Images/banner_bottom_shadow.jpg);
}

#wrapper #content {
	background-color: #FFFFFF;
	height: 900px;
	position: relative;
}
#wrapper #content #logos {
	height: 150px;
	width: 280px;
	position: absolute;
	right: 20px;
	bottom: 50px;
	background-image: url(site%20Images/logos.jpg);
}
#wrapper #content #outer_form {
	height: 390px;
	width: 260px;
	position: absolute;
	top: 285px;
	right: 15px;
	background-image: url(site%20Images/form_image2-rounded.jpg);
	background-repeat: no-repeat;
}
#wrapper #content #text_box {
	height: 470px;
	width: 600px;
	position: absolute;
	left: 20px;
	top: 300px;
}
#wrapper #content #text_box #innertext {
	height: 400px;
	width: 580px;
	position: absolute;
	left: 10px;
	top: 40px;
	border-bottom-style: double;
	border-bottom-color: #000099;
}
#wrapper #content #outer_form #form {
	height: 280px;
	width: 200px;
	left: 20px;
	top: 35px;
	right: 40px;
	position: absolute;
}

#wrapper #footer {
	background-color: #FFFFFF;
	height: 100px;
	background-image: none;
	background-repeat: no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #AF342D;
	border-right-color: #AF342D;
	border-bottom-color: #AF342D;
	border-left-color: #AF342D;
	border-top-style: solid;
	line-height: 30px;
}
