html, body{
	height: 100%;	
}
body {
	background-color: #660000;
	margin: 0px;
	text-align:center;
}

img {
	border: none;
}

a {
	color: #af0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

form{
	padding: 0;
	margin: 0;	
}
h1,h2,h3,h4,h5{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #222222;
}
h1{
	font-size: 1.4em;
	border-bottom: 1px solid #ffcc00;
}
h2{
	font-size: 1.2em;
}
h3{
	font-size: 1.1em;
}
h4{
	font-size: 1.0em;
}
h5{
	font-size: 0.9em;
}

#pageFrame{
	width: 918px;
	max-width: 918px;
	padding: 0;
	background-color: #660000;
	/*height: 100%;*/
}

#footer{
	color: #aaaaaa;
	text-align: center;
	padding: 5px 0;
	border-top: 1px dashed #dddddd;	
}



