body { /* DEFAULT */
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'AntipastoRegular', sans-serif;
	font-size-adjust: 0.49;
	color: #666;
	font-size: 16px;
}

p { /* PARAGRAPH */
	text-align:left;
	margin-bottom: 10px;
	line-height: 25px;
}

p a{
	color:#80111C;
	text-decoration: none;
}

h1 { /* TITLE */
	display: none;
}

h2, h2 a { /* CONTACT DETAILS */
	color:#666;
	text-align: right;
	margin: 5px 0px;
	font-weight: normal;
	text-decoration: none;
}

h2 a:hover { /* CONTACT DETAILS LINK */
	color: #80111C;
}

h3 { /* PAGE HEADERS */
	text-align: left;
	font-size:22px;
	font-weight: normal;
	margin: 10px 0px 20px 0px;
}

h4 { /* MORE INFO */
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	color: #80111C;
	text-decoration: none;
}

#navlist li a { /* NAVIGATION LINKS */
	text-align: left;
/* 	font-size: 20px; */
	font-weight: normal;
	margin-right: 5px;
	margin: 10px 10px 10px 0px;
}

#navlist li a:hover { /* NAVIGATION LINKS ACTIVE */
	color: #80111C;
}

#navlist2 li { /* SUB-NAVIGATION LINKS */
/* 	font-size:20px; */
	font-weight: normal;
	margin-left: 10px;
}

#navlist2 li a:hover {/* SUB-NAVIGATION LINKS ACTIVE */
	color: #80111C;
	text-decoration: underline;
}

.clicked { /* NAVIGATION SELECTOR */
	color: #80111C;
	text-decoration: underline;
}

.holding { /* FOR HOLDING PAGE */
	font-size: 24px;
	text-align: center;
}