
body {
	margin: 0;
	padding: 0;
	background-image: url('/images/bgradient.jpg');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, Sans-serif;
}
div#page_header {
	border-bottom: 1px solid #000;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	text-align: center;
}
div#page_header a {
	font-size: 12px;
	color: #F0E68C;
	margin: 0;	
}
div#page_header a#invalid {
	font-size: 28px;
	color: #F0E68C;
	font-stretch: normal;
	font-size-adjust: none;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
	margin: 25px 0 0 8px;
	float: left;
	width: 300px;
}
div#page_header span {
	width: 300px;
	display: block;
	float: left;
	font-size: 14px;
}
div#page_footer {
	text-align: center;
	font-size: 9px;
	border-top: 1px solid #ccc;
	height: 15px;
	padding: 3px 0 0 0;
}
