body {
	font: normal .80em 'trebuchet ms', arial, sans-serif;
	background: #FFF;
	color: #000;
	margin: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #362C20;
	letter-spacing: 0em;
	padding: 0 0 5px 0;
}

h1, h2, h3 {
	font: normal 170% 'century gothic', arial;
	margin: 0 0 15px 0;
	padding: 0 px 0 5px 0;
	color: #000;
}

h2 {
	font-size: 160%;
	padding: 9px 0 0px 0;
	color: #000;
}

h3 {
	font-size: 140%;
	padding: 5px 0 0 0;
}

h4, h6 {
	color: #000;
	padding: 0 0 5px 0;
	font: normal 110% arial;
	text-transform: uppercase;
}

h5, h6 {
	color: #000;
	font: normal 95% arial;
	letter-spacing: normal;
	padding: 0 0 15px 0;
}

a {
	text-decoration: none;
	color: #000000;
}

li {
	text-align: justify;
}

a:hover {
	text-decoration: underlined;
	color: #860000;
}

#header {
	position: relative;
	top: 0px;
	background: #323534;
	height: 250px;
	width: 100%;
}

#menu {
	position: relative;
	top: 40px;
	left: 20%;
	width: 60%;
	background: #FFFFFF;
	text-align: center;
}

#content {
	position: relative;
	top: 100px;
	min-height: 500px;
	width: 50%;
	left: 25%;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-family: sans-serif;
	font-size: 100%;
	height: 40px;
	text-align: center;
	background: #323534;
	color: #FFFFFF;
	padding: 0px;
}

#progressbox {
	position: relative;
	width: 400px;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
}

#progressbar {
	background-color: lightblue;
	width: 0%;
	height: 20px;
	border-radius: 4px;
	border-radius: 3px;
}

#percent {
	position: absolute;
	display: inline-block;
	top: 3px;
	left: 48%;
	border-radius: 3px;
}