* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #BDBDBD;
	margin: 0;
	font: 100% Arial, Helvetica, sans-serif;
}
#header, #background, #content, #footer, #copyright {
	position: relative;
	width: 900px;
	margin: 0 auto;
	z-index: 100;
}
#header {
	background-color: #313131;
	height: 150px;
	background-image: url(images/header.png);
	background-position: 40px 65px;
	background-repeat: no-repeat;
}
#header h1, #header h2 {
	text-indent: -5000px;
}
#nav {
	height: 20px;
	padding-top: 20px;
	list-style: none;
	padding-left: 15px;
}
#nav li {
	float: left;
	padding: 0;
	height: 20px;
	text-indent: -5000px;
	margin-left: 30px;
	overflow: hidden;
}
#nav li a {
	display: block;
	height: 20px;
}
#nav #home { width: 50px; }
#nav #about { width: 50px; }
#nav #programs { width: 75px; }
#nav #events { width: 55px; }
#nav #press { width: 40px; }
#nav #support { width: 65px; }
#nav #eyelevel { width: 90px; }
#nav #contact { width: 65px; }
#nav #thanks { width: 65px; }
#nav #home a {
	width: 50px;
	background: url(images/nav_home.png) 0 0 no-repeat;
}
#nav #about a {
	width: 50px;
	background: url(images/nav_about.png) 0 0 no-repeat;
}
#nav #programs a {
	width: 75px;
	background: url(images/nav_programs.png) 0 0 no-repeat;
}
#nav #events a {
	width: 55px;
	background: url(images/nav_events.png) 0 0 no-repeat;
}
#nav #press a {
	width: 40px;
	background: url(images/nav_press.png) 0 0 no-repeat;
}
#nav #support a {
	width: 65px;
	background: url(images/nav_support.png) 0 0 no-repeat;
}
#nav #eyelevel a {
	width: 90px;
	background: url(images/nav_eyelevel.png) 0 0 no-repeat;
}
#nav #contact a {
	width: 65px;
	background: url(images/nav_contact.png) 0 0 no-repeat;
}
#nav #thanks a {
	width: 65px;
	background: url(images/nav_thanks.png) 0 0 no-repeat;
}
#nav #home a:hover, #nav #about a:hover, #nav #programs a:hover, #nav #events a:hover, #nav #press a:hover, #nav #support a:hover, #nav #eyelevel a:hover, #nav #contact a:hover, #nav #thanks a:hover {
	background-position: 0 -20px;
}
#background {
	position:relative;
	z-index:0;
}
#image_0, #image_1 {
	position:absolute;
	top:0;
	left:0;
	background-repeat: no-repeat;
	z-index:0;
}
#image_0 {
	z-index:1;
}
#image_1 {
	z-index:2;
}
#content {
	padding: 20px 0;
	margin: 0 auto;
	width: 900px;
	min-height: 460px;
}
#content_copy {
	padding: 20px;
	margin: 0 20px;
	width: 300px;
	min-height: 420px;
	background: url(images/content_bg.png) repeat;
}
#content_copywider {
	padding: 20px;
	margin: 0 20px;
	width: 600px;
	min-height: 420px;
	background: url(images/content_bg2.png) repeat;
}
#content_copy h6 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 0.7em;
	font-weight: bold;
	color: #313131;
}
#content_copy a {
	color: #313131;
	text-decoration: underline;
}
#content_copy a:hover {
	color: #646464;
}
#content_copy h3 {
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;
	color: #313131;
}
#content_copy p {
	padding: 0;
	margin: 10px 0;
	font-size: 0.75em;
	color: #313131;
}
#content_copy table {
	width: 100%;
	font-size: 0.75em;
	color: #313131;
}
#footer {
	min-height: 100px;
	background: url(images/footer_bg.png) repeat;
}
#photocredit {
	font-size: 0.8em;
	line-height: 1.15;
	color: #BEBEBE;
	padding: 10px 40px;
}
#contact_info {
	float: right;
}
#contact_info a {
	color: #D7D7D7;
	text-decoration: none;
}
#contact_info a:hover {
	color: #FFCCBB;
}
#contact_info p {
	font-size: 0.7em;
	line-height: 1.15;
	color: #BEBEBE;
	margin: 10px 40px;
}
#copyright p {
	font-size: 0.6em;
	color: #646464;
	text-align: center;
}
.clear { clear: both; }#content_copywider {
	padding: 20px;
	margin: 0 20px;
	width: 500px;
	min-height: 400px;
	background: url(images/content_bg2.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: 313131;
}
