html { background: #fbfdff; }


/* Styling the page body */
body {
	position: relative;	
	width: 445px;
	margin: 0 auto;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 140%;
	color: #555555; }
	

/* Styling the masthead */
#masthead {
	position: absolute;
	width: 240px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #7d0a43; }
	
#masthead h4 {
	float: left;
	padding: 0px 0px 0px 30px; 
	border-style: none;}
	
	
/* Styling the main, central panel of content */
#main-content {
	width: 93%;
	float: left;
	margin: 70px 0px 0px 0px; }
#main-content h1 {
	font-size: 110%;
	text-align: center;
	color: #136400; 
	padding: 70px 0px 20px 20px; }
#main-content p {
	font-size: 100%;
	color: #136400;
	padding: 0px 0px 10px 45px; }
	
		
/* Styling the copyright area */
#copyright {
	clear: both;
	text-align: left;
	font-size: 70%;
	color: #7d0a43;
	padding: 0px 0px 0px 3px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #7d0a43; }