body {
	margin: 0; padding: 0;
	background: #fff;
	font-family: arial, helvetica, sans-serif;
}
div#pageContainer {
	width: 600px;
	float: left;
	position: absolute;
	left: 50%;
	margin-left: -300px;
/*	border: 1px dotted #555; 
	background: #e7e7e7;*/
}
div#footer {
	width: 600px;
	height: 62px;
	background: #fff url(../img/footer.jpg) no-repeat;
	margin-bottom: 20px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	border-bottom: 1px dotted #555;
	color: #555;
}

ul { list-style-type: none; }
li { margin-bottom: 4px; }

h1 {
	font-size: 3.2em;
    letter-spacing: -0.06em;
    line-height: 0.75em;
    color: #fdfeba;
    background: url(../img/headerbg.png) no-repeat;
    width: 580px;
    height: 200px;
    margin: 20px 0 0 0;
    padding: 20px 0 0 20px;
}
h1 a:link, h1 a:active, h1 a:visited {
	color: #fdfeba;
	text-decoration: none;
	border: 0;
}
h2 {
	font-size: 1.25em;
	letter-spacing: -0.06em;
	line-height: 0.9em;
	color: #555;
	margin: 20px 0 20px 20px;
}

p {
	margin-left: 20px; 
}
h3 {
	font-size: 1em;
	margin-left: 20px;
	color: #555;
	letter-spacing: -0.06em;

}


