* {
	font-family: monospace;
	font-size: 11pt;
	color: #336;
}
h1 {
	font-size: 200%;
	color: #333;
}
h2 {
	font-size: 175%;
	color: #666;
	font-weight: normal;
}
h3 {
	font-size: 150%;
	color: #999;
	font-weight: normal;
}




body
{
	background-color: #fff;
}

#header
{
	background-image: url("../img/footer_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	
	width: 100%;
	min-height: 128px;
	padding-top: 128px;
	margin: 0 auto;
	text-align: center;
}
#header > ul
{
	padding: 0;
	margin: 0;
}
#header > ul > li
{
	display: inline-block;
}
#header > ul > li > a
{
	display: inline-block;
	padding: 5pt;
	font-weight: bold;
	text-decoration: none;
}
#header > ul > li > a:hover
{
	background-color: #ff971c;
}

#footer 
{
	width: 100%;
	margin: 0 auto;
	margin-top: 128px;
	text-align: center;
	font-size: 9pt;
	color: #88a;
}