body{
	margin: 0;
	paddng: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, Sans Serif;
	color: #FF0000;
}


#chrome {
	background-color: #003399;
}

#headerContainer{
	background-image: url('images/dvc/headerBackground.jpg');
	background-color: #FFF;
}

#header{
	background-image: url('images/dvc/header.jpg');
	height: 115px;
	width: 548px;
}

#subHeaderContainer {
	background-image: url('images/dvc/subHeaderBackground.jpg');
	background-position: top;
	background-repeat: repeat-x;
	height: 77px;
}

#subHeader {
	background-image: url('images/dvc/subHeader.jpg');
	width: 800px;
	height: 77px;
}

#content {
	background-color: #fcf0d4;
	background-image: url('images/dvc/subHeaderRunner.jpg');
	background-position: top;
	background-repeat: repeat-x;
}

#centerContent {
	height: 550px;
}

#centerContent h1 {
	padding-top: 1em;
}

#centerContent p, #centerContent h1 {
	width: 400px;
	margin-left: 17%;
	font-size: .8em;
}

#footerContainer {
	background-color: #003399;
	background-image: url('images/dvc/footerBackground.jpg');
	background-position: top;
	background-repeat: repeat-x
}

#footer {
	list-style-type: none;
	height: 1.55em;
	padding-top: .75em;
	text-align: center;
}

#footer li {
	display: inline;
	color: #FFF;
	font-size: .8em;
}