body { 
	margin: 0px; 
	padding: 0px; 
	font-family: arial; 
	font-size: 15px; 
	background-color: #fdf7eb; 
}
h1 { 
	margin: 0px; 
	font-family: arial; 
}
h3 { 
	margin: 0px; 
	font-family: arial;
	font-size: 24px;
	text-decoration: underline; 
}
h2 {
    margin: 0px; 
	font-family: arial;
	font-size: 15px;
	text-decoration: underline; 
}
h4 { 
	margin: 0px; 
	font-family: arial;
	font-size: 17px;
	text-decoration: underline;
	}
h5 {
    margin: 0px; 
	font-family: arial;
	font-size: 15px;
	background-color: #FAF8CE 
}
div.padder { 
	padding: 15px; 
}
#header { 
	position: relative; 
	width: 100%; 
	height: 115px; 
	background-image: url(images/header.gif);
	text-align: left; 
	margin: 0px; 
}
#leftSection { 
	position: absolute; 
	top: 113px; 
	left: 0px; 
	height: 680px; 
	width: 160px; 
	background-image: url(images/links.gif); 
}
#centerSection { 
	position: relative;
	height: auto; 
	margin: 0px 200px 0px 180px;
}
#footer { 
	position: relative; 
	height: 40px; 
	margin: 4px 204px 0px 188px; 
	padding-top: 4px; 
	border-top: 1px solid #BFBFBD;
	font-size: 11px; 
}
