* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 140%;
	text-align: center;
}
#header {
	height: 5em;
	background: #F9F9F9;
	color: #333333;
	border-bottom: solid 1px #DDDDDD;
}
#header a {
	color: #333333;
	background: #F9F9F9;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header h1 {
	float: right;
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-right: 1em;
	display: inline;
	margin-top: .5em;
	line-height: 2em;
}
#header h2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin-right: 1em;
	display: inline;
	margin-top: .5em;
	line-height: 2em;
	margin-left: .5em;
}
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    background: #C00;
	color: #FFF;
	padding: 1em 0;
	font-style: normal;
	line-height: 180%;
	text-align: center;
	font-size: 12px;
}
#footer a{
	color: #FFFFFF;
	background: inherit;
}
#footer a:hover{
	color: #CCCCCC;
	background: inherit;
}