html {
	background-color: #FFF;
}

body {
	padding: 0px;
	margin:0px;
}

#body_container {
	font-family: Arial;
	width: 1000px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#header {
	background-image: url('../images/header_gradient.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
	height: 80px;
}

#header #logo {
	text-indent: -9999px;
	background-image: url('../images/logo.gif');
	width: 239px;
	height: 30px;
	float: left;
	margin-left: 22px;
	margin-bottom: 0px;
	margin-top: 26px;
}

#header #slogan {
	text-align: center;
	width: 239px;
	float: right;
	margin-right: 10px;
	clear: right;
	margin-top: 36px;
	font-size: 0.85em;
	color: #bcbdbd;
	font-family: "News Gothic MT", "News Gothic", "Century Gothic", Arial;
	font-weight: normal;
}

#main {
	background-color: #FFF;
	background-image: url('../images/body_gradient.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
	padding-bottom: 70px;
}

#sidebar {
	width: 170px;
	float: left;
}

#body {
	margin-top: 10px;
	width: 830px;
	float: right;
	/*border-style: solid;
	border-color: #000;
	border-width: 1px;*/
}

.picture_bar {
	min-height: 254px;
	padding-bottom: 20px;
	background-color: #000000;
}

.picture_bar img {
	width: 830px;
}

#content {
	min-height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
}

#content_long {
	min-height: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
}

#footer {
	background-color: #000;
	height: 50px;
	margin-top: 1px;
}

label {
	width: 200px;
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

input {
	margin-top: 5px;
	margin-bottom: 6px;
}

select {
	margin-top: 5px;
	margin-bottom: 6px;
}

.hide_clear {
	width: 0px;
	height: 0px;
	border: none;
	clear: both;
}

a img {
	border: none;
}

#mailing_list_signup {
	margin: 5px;
	margin-top: 20px;
}

.downloads {
	font-size: 0.7em;
	text-transform: uppercase;
}

.downloads ul {
	padding: 0px;
	list-style: none;
}

.downloads li {
	display: block;
	float: left;
	width: 200px;
}

.downloads li img {
	margin-left: auto;
	margin-right: auto;
}

.downloads a {
	color: #000;
	text-decoration: none;
}

