/*div {
  border: 1px solid red;
}*/

#header {
	height: 200px;	
}

#graphic {
	position: relative;
	top: 0;
	left: 0;
	background-image: url(images/banner_graphic_secondary.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 155px;
	width: 307px;
	padding: 0em;
	margin: 0em;
}

h1 {
	position: absolute;
	top: 120px;
	left: 315px;
	color: #4fa4ff;
	font-family: "Capella Extra-condensed Italic", "sans serif";
	font-size: 1.5em;
	padding-right: 5px;
	height: 40px;
	width: 500px;
	text-align: left;
}
h1 span {
	position: absolute;
	top: -10px;
	left: 5px;
	width: 100%;
	height: 100%;
}


li.active {
	border-bottom: none;
}

#content {
	max-width: 1000px;
	padding: 0;
	margin-top: 0;
}

#first {
	clear: left;
}

h2, h3, h4 {
	margin-left: 15px;
}

p {	
	margin: 15px 15px 0 15px; 
}

a {
	color: #383838;
}

#footer {
	margin: 150px auto 3em auto;
}