@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center;
}

.single #container {
	width: 90%; 
	margin: 0 auto;
	padding-top: 0;
	border: none;
	text-align: left;
	min-width: 719px;
}

.single #header { 
	padding: 0 0 0 0; 
	margin: 0;	
	position: relative;
}

.single #header h1 {
	margin: 0;
	padding: 0;
	display: inline;
}


.single #header div.page_title>img {
	padding-right: 10px;
}

.single #header div.page_title {
	float: left;
}

.single #header div.page_links {
	margin-bottom: 0;
	padding-bottom: 0;
	float:right;
	vertical-align: baseline;
	height: inherit;
	position: absolute;
	bottom: 0;
	right: 0;
}

.single #header .page_links{
	margin-bottom: 0;
	padding-bottom: 0;
}

.single #header .page_links img:hover{
	padding-bottom: 5px;
}

.single #header img {
	margin-left: 15px;
	padding-bottom: 0;
	margin-bottom: 0px;
}

.single #mainContent {
	padding: 10px 20px;
}

.single #mainContent h1 {
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.single #mainContent h2 {
	padding-bottom: 5px;
	margin: 6px 0;
}

.single #mainContent p {
	padding: 4px 0;
}

.single #mainContent ul {
	margin-left: 15px;
}

.single #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
} 
.single #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
