@charset "utf-8";

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	color: #333;
	background-color: #8180D6;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	position: relative;
	background-color: #E0E0E0;
	background-repeat: no-repeat;
	padding-bottom: 25px;
}
#header {
	width: 960px;
	height: 50px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	background-image: url(gb_logo.png);
	background-repeat: no-repeat;
	background-position: right 0%;
	font-size: x-large;
}
#main {
	position: relative;
	width: 650px;
	background-color: #FFFFFF;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000000;
	float: left;
	left: 20px;
	top: 20px;
}
#sidebar {
	width: 240px;
	position: relative;
	background-color: #FFFFFF;
	overflow: auto;
	float: right;
	margin-right: 0px;
	right: 20px;
	top: 20px;
}
#sidebar p {
	margin-right: 10px;
	margin-left: 30px;
}
#header img {
	margin-top: 20px;
	margin-left: 15px;
}
#main h2 {
	margin-left: 15px;
	margin-bottom: 0px;
}
#main p {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
}
#header p {
	margin-left: 25px;
	margin-bottom: 10px;
}
#nav {
	background-color: #A441A4;
	width: 100%;
	height: 36px;
}
#nav ul li {
	float: left;
	list-style-type: none;
}
#nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	background-color: #AA44AA;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav a:hover {
	background-color: #893789;
}
#footer {
	clear: both;
	position: relative;
	top: 25px;
	left: 20px;
}
.centered {
	text-align: center;
}
#header h1 {
	margin-left: 20px;
}
