body {
	background-color: #fff;
	font-family: 'Carrois Gothic SC', sans-serif;
	color: #999;
}
a {
	color: #000;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#header {
	font-size: 50px;
	font-weight: bold;
	color: rgb(153, 153, 153);
}
#headerImgWrapperWrapper {
	text-align:center;
	border: 0;
}
/*Fuck IE*/
.noBorder {
	border: 0;
}
#headerLinks {
	padding: 4px 0 0 0;
}
#fullWrapper {
	width:640px;
	margin: 0 auto;
	padding-top: 16px;
}
#mainWrapper {
	padding: 30px 0 30px 0;
	font-size:25px;
}

#footer {
	border-top: 1px solid #999;
	font-size: .85em;
}

#footer a, #footer a:active, #footer a:visited {
	color: #000;
}

#footer ul {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0.5em;
}