html, body{
	margin: 0;
	padding: 0;
	background: url('/graphics/background.jpg') top center no-repeat #3a382c;
}

p{
	padding: 0 0 1em 0;
	margin: 0;
}

a{
	padding: 0;
	margin: 0;
	color: red;
}

img{
	border: none;
}

#main-container{
	margin: auto;
	width: 950px;
}

#masthead{
	height: 100px;
	border-bottom: 1px solid white;
}

#masthead img{
	border: none;
	display: block;
}

#masthead #nav{
	float: right;
	width: 495px;
	padding-top: 20px;
	font: 10px/10px Verdana, sans-serif;
	color: white;
}

#masthead #nav a{
	color: white;
	text-decoration: none;
}

#masthead #nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#masthead #nav ul li{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid white;
	text-transform: uppercase;
}

#masthead #nav ul li.last{
	margin: 0;
	border: none;
}

#masthead #nav li.selected a, #masthead #nav li a:hover{
	color: black;
}

#photo-nav{
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	height: 400px;
	border-bottom: 1px solid white;
}

#photo-nav img{
	display: block;
}

#photo-nav #column-1{
	width: 335px;
	float: left;
}

#photo-nav #column-2{
	width: 330px;
	float: left;
}

#photo-nav #column-3{
	width: 285px;
	float: left;
}

#photo-nav a .on{
	position: absolute;
	top: 106px;
	display: none;
	z-index: 1000;
}

#photo-line{
	top: 260px;
	margin-left: 230px;
	width: 749px;
	height: 55px;
	position: absolute;
	z-index: 500;
}

#tagline-band{
	top: 120px;
	margin-left: 230px;
	width: 749px;
	height: 64px;
	position: absolute;
	z-index: 700;
}

#left-photo{
	position: absolute;
	top: 106px;
	z-index: 600;
}

#copy{
	filter: alpha(opacity=87);
  	opacity: 0.87;
	background: white;
	position: absolute;
	margin-left: 335px;
	z-index: 500;
	top: 106px;
	width: 528px;
	font: 11px Verdana, sans-serif;
	line-height: 18px;
	padding: 110px 55px 25px 32px;
}

#copy p, #copy input, #copy img, #copy div{
	filter: alpha(opacity=100);
  	opacity: 1;
}

#copy input{
	background: white;
}

#copy ul{
	margin: 0;
	padding: 0 0 0 16px;
	list-style-position: outside;
	list-style-image: url('/graphics/bullet.jpg');
}

#copy ul li{
	margin: 0;
	padding: 0;
}

#bottom-stats{
	padding: 10px 0 0 20px;
	font: 12px Verdana, sans-serif;
	line-height: 18px;
	color: white;
	width: 585px;
}

#get-involved{
	width: 340px;
	text-align: right;
	padding-top: 25px;
	font: 30px Times, "Times New Roman", serif;
	color: white;
	float: right;
}

#get-involved a{
	color: white;
	text-decoration: none;
}

#copyright{
	clear: both;
	text-align: right;
	font: 9px Verdana, sans-serif;
	color: white;
	z-index: 600;
}

#copyright a{
	color: white;
	text-decoration: none;
}

#copyright-inline{
	clear: both;
	text-align: right;
	font: 9px Verdana, sans-serif;
	color: black;
	z-index: 600;
	padding-top: 25px;
}

#copyright-inline a{
	color: black;
	text-decoration: none;
}

#goodsearch{
	text-align: right;
	position: absolute;
	top: 75px;
	width: 47px;
	margin-left: 903px;
}

#goodsearch img{
	border: none;
}

ul#nav-secondary{
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	height: 1em;
}

ul#nav-secondary li{
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid black;
}

ul#nav-secondary li a{
	color: black;
	text-decoration: none;
}

ul#nav-secondary li.selected a, ul#nav-secondary li a:hover{
	color: red;
}

ul#album{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#album li{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
}

ul#album img{
	border: none;
}