* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}
#container {
	margin: 10px auto;
	width: 760px;
}
#header {
	color: #333333;
	font-size: 48px;
	letter-spacing: 6px;
	padding: 0 15px 15px 15px;
}
#navigation {
	background-color: #666666;
	font-size: 16px;
	color: #FFFFFF;
	padding: 2px 15px;
}
#navigation ul {
	list-style: none;
}
#navigation ul li {
	display: inline;
	padding-right: 10px;
}
#footer {
	background-color: #999999;
	font-size: 12px;
	color: #FFFFFF;
	padding: 18px 15px 2px 15px;
	clear: both;
	height: 20px;
}
#footer p.left {
	float: left;
}
#footer p.right {
	float: right;
	text-align: right;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a.gbpt {
	font-family: "Bauhaus 93";
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
} 	
#navigation a:hover {
	color: #999999;
}
#footer a:hover {
	color: #333333;
}
span {
	font-weight: bold;
}
.heading {
	font-weight: bold;
	text-decoration: underline;
}
img {
	border: none;
}