@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {	
	
}

#header {
	height: 10px;
	margin-bottom: 0px 0px 10px 0px;
	background: url(../images/header.gif) no-repeat;
}

#headerContactInfo {
	width: 100%;
	margin: 20px 18px 0px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #72240E;	
}

#headerContactInfo li  {
	text-decoration: none;
	color: #6F230D;
	font-size: 1.5em;
	font-weight: bold;	
}


#nav, #pageImage, #secondaryContent {
	display:none;
}

#footer p {
	color: #000;
	font-size: 2em;
	color: #6F230D;
}



#mainContent {
	width:90%;
	margin:0;
	padding:0;
	border: none;
}

#mainContent p {
	font-size: 1.5em;
	line-height: 1.5em;
	
}

#mainContent h1 {
	text-align: left;
	margin: 10px 0px 0px 0px;
	font-size: 4.5em;
}







