@import 'reset.css';
@import 'typography.css';


/* hide non-printing items
------------------------------------*/
#skip,
#nav,
#secondnav,
#tools,
#bannercol {
	display: none;
	}

	
/* logo
------------------------------------*/
h1.logo a {
	width: 245px;
	height: 58px;
	border: none;
	display: block;
	background: transparent url('../i/logo.gif') left top no-repeat;
	text-indent: -999em;
	margin-bottom: 40px;
	position: relative;
	top: 0px;
	left: 0px;
	}


/* main image
------------------------------------*/
.imageholder { /* large image on top of pages */
	width: 600px;
	}
p.imagedescription {
	margin: 0em;
	}
	
/* ingress
------------------------------------*/
p.ingress {
	width: 100%;
	}
	
/* footer
----------------------------------------- */
#footer {
	border-top: solid 1px #d7d7d7;
	margin-top: 16px;
	padding-top: 12px;
	}
#footer ul {
	float: left;
	margin-right: 32px;
	margin-bottom: 55px;
	}

