body {
	text-align: center;
	line-height: 150%;
	color: #333;
	background-color: #DEDEDE;
}
#page {
	background-color: #FFF;
	text-align: left;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 122px;
	width: 1000px;
}
#header #gNavigation {
	float: right;
	margin-right: 20px;
	margin-top: 25px;
}
#header ul#gNav li {
	float: left;
}
#footer {
	width: 1000px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	height: 60px;
	float: left;
	background-color: #FFF;
}
#footer #flash p img {
	float: left;
	margin-right: 10px;
}
#footer #flash {
	float: left;
	width: 530px;
	margin-left: 20px;
	font-size: 90%;
}
#footer #copyright {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

