/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #009;
	background: #fff;
	padding: 0;
	margin: 0;
	height: 100%;
}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}
#masthead {
	background: #ffffff;
}
/* #masthead h1 {
	color: #009;
	letter-spacing: 0.8em;
	font-size: 24px;
	font-weight: bold;
	margin: 0; */
}
#navigation {
	color: #fff;
	background: #009;
	border: 2px solid #fff;
}
 #content {
	background: #fff;
	padding: 10px;
	border: 2px solid #fff;
	/* margin-left: 20px;
	margin-right: 20px; */
} 
#content h1 {
	font-size: 18px;
	margin: 0;
}

#content h2 {
	font-size: 16px;
}

#content h3 {
	font-size: 14px;
}

#footer {
	font-size: 10px;
	margin: 0;
	padding: 5px;
/*	position: absolute;
	bottom: 0px; */
	width: 100%;
	background: #fff;
}
#footer p {
	margin: 0;
	padding: 0;
}
