@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	float:left;
}
label {
	float: left;
	width: 120px;
	text-align: right;
	margin-bottom: 10px;
}
input {
	float: right;
	margin-bottom: 8px;
}
textarea {
	float: right;
	margin-bottom: 8px;
}
#form_holder {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	height: 220px;
}
#main_wrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 213px;
	width: 960px;
	margin-top: 10px;
}
#header_logo {
	height: 213px;
	width: 768px;
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#temp_nav {
	background-image: url(../images/temp_nav.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 960px;
	margin-bottom: 10px;
}
#content {
	width: 960px;
	margin-bottom: 10px;
}
#flash_holder {
	height: 496px;
	width: 960px;
}
#footer {
	height: 30px;
	width: 960px;
}
#left_pill {
	background-image: url(../images/left_footer_pill.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 10px;
}
#center_pill {
	float: left;
	height: 30px;
	width: 940px;
	background-image: url(../images/footer_slice.jpg);
	background-repeat: repeat-x;
}
#right_pill {
	background-image: url(../images/right_footer_pill.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 10px;
}
#copybox {
	color: #FFF;
	font-size: 12px;
	margin-top: 7px;
	text-align: left;
	display: block;
	float: left;
}
#contact {
	font-size: 12px;
	margin-top: 7px;
	text-align: right;
	float: right;
}
#contact a {
	color: #FFF;
	text-decoration: none;
}
#contact a:hover {
	color: #CCC;
	text-decoration: underline;
}
#contact a:visited {
	color: #CCC;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 0px;
}

