html {
	font-family: arial;
}

body {
	background-image: url('../images/bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

#container {
	font-family: arial;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

#header h1, #header h2{
	margin: 0px;
	font-weight: normal;
}

#header #logo {
	text-indent: -9999px;
	width: 147px;
	height: 137px;
	background-image: url('../images/logo.gif');
	float: left;
	margin-left: 3px;
}

#header #slogan {
	width: 120px;
	height: 94px;
	background-color: #479b51;
	float: left;
	font-size: 1.0em;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

#header #slogan_internal_border {
	border-width: 2px;
	border-style: solid;
	border-color: #c9962f;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#header #slogan .slogan_line:first-letter {
	font-weight: bold;
	font-size: 1.1em;
}

#header #tagline {
	height: 55px;
	width: 704px;
	background-color: #000;
	color: #FFF;
	float: left;
	font-size: 0.7em;
	text-align: center;
	padding-top: 45px;
	text-transform: uppercase;
}

#header #tagline ul {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	padding: 0px;
	list-style: none;
}

#header #tagline li {
	float: left;
	margin-left: 10px;
}

#header #tagline .star {
	display: block;
	background-image: url('../images/tagline_star.gif');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 26px;
}

#main {
	clear: both;
}

#sidebar {
	width: 157px;
	padding-top: 30px;
	float: left;
}

#guarantee {
	width: 123px;
	height: 76px;
	background-image: url('../images/guarantee.gif');
	text-indent: -9999px;
	margin-top: 30px;
}

#body {
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	width: 841px;
	float: right;
	position: relative;
	top: -15px;
}

#content {
	padding: 60px;
	min-height: 300px;
}

#content_long {
	padding: 60px;
	min-height: 600px;
}

.picture_bar img {
	width: 841px;
}

.hide_clear {
	width: 0px;
	height: 0px;
	border-style: none;
	clear: both;
}

.green_bar {
	height: 20px;
	background-color: #479b51;
	
}

.orange_bar {
	height: 3px;
	background-color: #f49423;
	background-image: url('../images/orange_bar.gif');
	margin-top: 5px;
	margin-bottom: 5px;
}

.downloads {
	font-size: 0.8em;
}

.file_downloads_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.file_downloads_list li{
	float: left;
	text-align: center;
	margin: 5px;
}

.file_downloads_list li a {
	text-decoration: none;
	color: #000;
}	

.downloads {
	font-size: 0.8em;
}

.file_downloads_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.file_downloads_list li{
	float: left;
	text-align: center;
	margin: 5px;
}

.file_downloads_list li a {
	text-decoration: none;
	color: #000;
}

#mailing_list_signup {
	margin: 5px;
}