* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Jura', sans-serif;
	color: #282828;
	font-size: 1em;
	line-height: 2em;
	min-width: 960px;
	background: white;
}

p {
	margin-bottom: 3em;
}

h2 {
	margin-bottom: 2em;
	font-size: 1.5em;
}

/* ---- THE BIG STUFF ---- */

.wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.column1 {
	float: left;
	width: 460px;
}

.column2 {
	float: right;
	width: 460px;
}

.hack {
	clear: both;
}
/* ---- ELEMENTS --- */



/* ---- BARS ---- */

.logo_bar {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 30px;
	clear: both;
}

.logo_bar img {
	float: right;
}

.logo_bar a {
	text-decoration: none;
	margin-right: 20px;
	color: #424242;
}

.logo_bar a:hover {
	color: #a58200;
}

.logo_bar p {
	display: inline;
}

#pic_bar {
	background: #edece9;
}

#pic_bar img {
	background: #873797;
}

#pic_bar h1 {
	float: left;
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 2.5em;
	line-height: 1em;
	width: 600px;
	color: white;
	font-weight: 600;
}

#intro_bar {
	background: #ebecef;
	padding: 3em 0 0 0;
}



#online_bar {
	background: #f6f6f4;
	padding: 6em 0 3em 0;
}

#latest_bar {
	background: #ebefeb;
	padding: 4em 0 0 0;
}

#latest_bar h1 {
	margin-bottom: 2em;
}

#latest_bar a {
	text-decoration: none;
	border-bottom: 1px #424242 dotted;
	color: #424242;
	
}

#latest_bar a:hover {
	color: #c99a00;
	border-bottom: 1px #c99a00 dotted;
}

#latest_bar .row{
	clear: both;
}
#latest_bar .bottom {
	clear: both;
	text-align: left;
	margin-left: 100px;
}

#reaper_bar {
	background: #e4e6e6;
	padding: 3em 0 0 0;
}

#reaper_bar a {
	text-decoration: none;
	border-bottom: 1px #424242 dotted;
	color: #424242;
}

#reaper_bar a:hover {
	color: #c99a00;
	border-bottom: 1px #c99a00 dotted;
}

#reaper_bar .column2 img {
	float: right;
}

.mc-footer {
	padding-top: 30px;
	padding-bottom: 30px;
	height: 30px;
	clear: both;
	font-size: 0.8em;
	color: 	#424242;
	text-align: center;
}

.mc-footer p {
	margin: 0;
}