body {
	font-family: "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
}

/**
 * Header
 */

.header {
	width: 100%;
	height: 35px;
	font-family: Arial;
	background: url('../images/header_background.png') repeat-x;
	margin-bottom: 21px;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header ul li {
	float: left;
	padding: 3px 14px 0 14px;
	margin: 0 0 0 -1px;
	line-height: 26px;
	border-style: solid;
	border-color: white;
	border-width: 0 1px;
}

.header ul li.active {
	background-color: #006699;
}

.header a, .header a:hover {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.header img {
	vertical-align: text-bottom;
}

.header ul li.signup a {
	text-decoration: underline;
}

.header p {
	position: absolute;
	right: 0;
	top: 8px;
	color: white;
}

.header p a {
	color: #006699;
	font-size: 100%;
	font-size: 12px;
}

.header p a:hover {
	font-size: 12px;
}

.container {
	width: 855px;
	margin: 0 auto;
	position: relative;
}

.footer {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.footer a {
	color: #ee741e;
}