body, html {
/* 	background-image: url(images/site_background.png); */
	background-color: white;
}

.content h1 {
	color: #005A9A;
}

#site_holder {
	width: 1000px;
	padding-left: 1em;
	padding-right: 1em;
	margin-left: 0px;
	margin-right: 0px;
	margin: auto;
}

#header {
	height: 198px;
	width: 1000px;
	overflow: hidden;
	clear: both;
}

#header_main {
	height: 159px;
	background-repeat: no-repeat;
	background-image: url(images/main_banner.png);
}

#header_bottom {
	width: 1000px;
	height: 33px;
	background-color: #0073AA;
	font-size: 260%;
	text-align: right;
}

#sub_banner {
	margin: 0px;
	padding: 0px;
}

#col_left {
	margin-left: 20px;
	background-color: #0DAC60;
	padding-top: 5px;
	width: 198px;
	float: left;
}

#nav_left {	
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	padding-bottom: 300px;
}

#nav_left li {
	margin-top: 5px;
}

#main_content {
	width: 470px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	float: left;
	padding: 1em;
	margin-bottom: 2em;
}

#col_right {
	float: left;
	width: 281px;
}

#col_right a {
	margin-left: 15px;
	display: block;
	margin-top: 5px;
}

#signup_holder {
	height: 30px;
	position: relative;
	top: 2px;
	margin-bottom: 8px;
	overflow: hidden;
}

#mailing_list_box {
	margin-left: 15px;
	margin-top: 5px;
	background-image: url(images/mailing_list_box.png);
	width: 276px;
	height: 91px;
	background-repeat: no-repeat;
}

input#signup_input {
	border: none;
	display: block;
	float: left;
	width: 171px;
	height: 18px;
	font-size: 1.3em;
	opacity: .9;
	margin-top: 58px;
	margin-left: 14px;
	padding-top: 5px;
	font-family: Helvetica, sans-serif;
}

#signup_submit {
	background-repeat: no-repeat;
	float: left;
	display: block;
	width: 60px;
	height: 23px;
	margin-left: 9px;
	margin-top: 58px;
	text-transform: capitalize;	
/* 	background-image: url(images/join_button.png); */
	text-indent:-9999px;
	background-color: transparent;
	overflow: hidden;
	color: transparent;
	border: 0px;
}

#contribute_holder {
	margin-bottom: 3px; 
}

#badge_list {
	list-style-type: none;
	margin: 0px;	
	margin-top: 10px;
}

#badge_list li {
	float: left;
	margin-left: 10px;
}
	
#news_holder {
	padding: 1em;
	width: 263px;
	margin: auto;
	border: 1px solid black;
	min-height: 350px;
	background-color: white;
	background-image: url(images/news_gradient.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

#disclaimer {
	border: 1px solid white;
	font-size: 80%;
	color: white;
	text-align: center;	
	margin: .5em;
/* 	margin-bottom: 1em; */
	padding: .5em;
}

#news_header {
	margin-top: 1em;
	margin-left: 50px;
}

.news_story_container {
	padding: 1em;
	border-bottom: 1px solid black;
}

#news_holder a {
	text-decoration: none;
}

#news_holder a:hover {
	text-decoration: underline;
}

p.date_row {
	margin: 0px;
}

#more_news_link {
	float: right;
}

#photo_sidebar {
	padding-left: 1em;
	float: left;
	background-color: #cccccc;
	padding-bottom: 1em;
}

#photo_categories {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	overflow: hidden;
	padding: 1em;
}

#photo_categories li {
	float: left;
	margin-left: 10px;
}

form label.error {
	color: red;
	margin-left: 1em;
}

#footer {
	clear: both;
	overflow: hidden;
	width: 937px;
	float: left;
	padding: 1em;
	border: 1px solid black;	
	background-color: #ffffff;	
	margin-bottom: 2em;
	text-align: center;
}

#links_holder {
	width: 261px;
	padding: 1em;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	margin-bottom: 1em;
}

#links_list {
	margin-left: 0px;
	list-style: none;
	margin-bottom: 0px;
}

#links_list li {
}

#links_list a {
	font-size: 1.4em;
	text-decoration: none;
}

#links_list img {
	position: relative;
	top: 2px;
}