body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0;
}
#footer {
	font-size: .8em;
	background-color: #CCCCCC;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#masthead {
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	height: 80px;
}
/********LAYOUT WRAPPER**********/
#layout {
	width: 600px;
	margin: 0 auto;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
}
#content {
	padding: 10px;
	font-size: 10pt;
}
h1 {
	font-size: 1.5em;
	margin-right: 10px;
}
h2 {
	font-size: 1.3em;
	margin-right: 10px;
}
h3 {
	font-size: 1.0em;
	margin-right: 10px;
}
