body {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
 	color: black;
	background: #ffc;
	margin: 0;
	padding: 0;
}

h1 {
	padding: 2px 0px 2px 6pt;
	color: #003;
	background: #a6b9eC;
	border-bottom: 2px dashed #063;
	height:50px;
	font: italic small-caps 1.8em/50px;
	font-weight: normal;
}

p { 
	margin-right: 1.5em; 
	margin-left: 2.5em; 
}

#maincontent { 
	color: black; 
	background: #ffc; 
}

#foot {
	font: .8em/50px;
	color: #003;
	background: #a6b9ec;
	border-top: 2px dashed #063;
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 0px;
	text-align: center;
}
