
/* top right bottom left */
div#header {
	background-color: #DDD;
	width: 1014px;
	height: 102px;
	margin: 2em 2em 2.25em 2em;
	z-index: 10;
	cursor: pointer;
}

#image_strip {
	position: relative;
	top: 6px;
	left: 6px;
	z-index: 100;
}

div#header a, div#header a:link, div#header a:visited {
	background: transparent;
	color: #fff;
	text-decoration: none;
}

div#header a:hover {
	background: transparent;
	color: #e5e5e5;
}

div#header a:active {
	background: transparent;
	color: #fff;
	text-decoration: none;
}
