body {
	background: #EBE8E4;
	font-family: "helvetica neue",helvetica,arial, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;	
}

a:hover {
	border-bottom: 1px solid #719270;
	text-decoration: none;	
}

a img {
	border: none;
}

#container {
/*	border: 1px solid red;*/
	width: 562px;
	height: 308px;
	background: url(../img/dropshadow.jpg) no-repeat;
	padding: 120px 28px 20px 28px;
	margin: 40px auto 0 auto;
	overflow: hidden;
	position:  relative;
}

#content {
	width: 560px;
	height: 290px;
	overflow: auto;
}

#content, #content a, #content a:link, #content a:visited {
	color: #808996;	
}

#content h1 {
	display: none;
}

#content h2, #content h3, #content h4 {
	text-transform: lowercase;
	font-weight: normal;
}

#header {
	position:  absolute;
	top: 20px;
	left: 28px;
	width: 560px;
	height: 66px;
	
	border-bottom: 21px solid #ADB9AC;
}

#logo {
	position:  absolute;
	top: 12px;
	left: 0;
}

#logo a {
	display: block;
	height: 46px;	
	width: 162px;  
	border: none;
}

#logo span {
	display: none;
}

#navigation {
	position: absolute;
	bottom: 8px;
	right: 0;
	width: 564px;
	text-align: right;
	text-transform: lowercase;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation li {
	display: inline;
}

#navigation, #navigation a, #navigation a:link, #navigation a:visited {
	color: #719270;
}

.sponsored:hover {
    border-bottom: none;
}

#sac {
	position: absolute;
	bottom: 18px;
	left: 28px;
}

#bullseye {
	position: absolute;
	bottom: 18px;
	right: 28px;    
}

#credits {
	width: 562px;
	margin: 0 auto;	
/*	border: 1px solid red;*/
	color: #B5ACA5;
	font-size: 9px;
	text-transform: lowercase;
}

#credits a,#credits a:link, #credits a:visited {
	color: #B5ACA5;	
}

#credits #photography {
	float: left;
}

#credits #website {
	float: right;
}

.green {
	color: #ADB9AC;
}

.blue {
	color: #ADB9AC;
}                                                         
