@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000;
}
#site_container {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-left-color: #BA3933;
	background-color: #FFF;
}
#header {
	width: 960px;
}
#content {
	width: 960px;
	background-color: #FFF;
	float: left;
	min-height: 700px;
}
#footer {
	clear: both;
	width: 960px;
	background-color: #FFF;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BA3933;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#centerbox {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#left_box {
	float: left;
	width: 300px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#small_leftbox {
	float: left;
	width: 275px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#large_rightbox {
	float: right;
	width: 600px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#rightbox1 {
	float: right;
	width: 300px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#nav {
	width: 750px;
	float: left;
	margin-left: 105px;
	margin-top: 0px;
	display: inline;
	white-space: nowrap;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	letter-spacing: 0px;
	word-spacing: 0px;
	vertical-align: top;
	height: 20px;
}
#contact_form {
	float: right;
	width: 420px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#small_leftbox img {
	padding-bottom: 10px;
	float: left;
}
#content #left_box a img {
	padding-top: 20px;
	padding-bottom: 20px;
}
#bottomlogos a img {
	padding-left: 10px;
	padding-right: 10px;
}
