body {
	background: #010611;
	font-family: 'Georgia', serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
.wrap {
	background: #010611;
	border-right: 20px solid #010611;
}
#nav {
	background: #4C5158;
}
#nav a {
	color: #fff;
}
#logo {
	position: absolute;
	top: 30px;
	right: center;
}
#about {
	background: #00182C;
}
#about .wrap {
	background: transparent;
	color: #fff;
	border-right: 20px solid #00182C;
}
#about .wrap p {
	background: #1B2F42;
}
#content {
	background: #fff;
}
#sidebar {
	margin: 100px 0 0 0;
}
#sidebar h2 {
	color: #fff;
}
#sidebar .register_button, #archive h3 {
	font-size: 17px;
	color: #000;
	background: #F9CB1B;
	background:-moz-linear-gradient(
	    left,#a26b1c,#f8c808,#a26b1c
	);
	background:-webkit-gradient(
	    linear, left top, right top, 
	    from(#a26b1c),
	    color-stop(50%,#f8c808),
	    to(#a26b1c)
	);
	-moz-background-size: 200%;
	-webkit-background-size: 200%;
	background-size: 200%;
	-webkit-transition: .2s background-position linear;
	-moz-transition: .2s background-position linear;
	transition: .2s background-position linear;
	
}
#sidebar .register_button:hover {
	background-position: right;
}
#sidebar_info {
	color: #ddd;
}
#sidebar_info a {
	color: #fff;
}
.sponsor_type {
	color: #fff;
}
#content {
	background: #E6E6E7;
}