html {
    overflow-y: scroll;
}

body {
	background-color: 2e2219;
	font-style: helvetica;
}

.container_12 {
	margin-top: 25px;
	background-color: d0d0d0;
}


header {
	overflow: hidden;
}

header h1 {
	text-indent: -99999;
	margin: 4px 10px 12px;
}

header h1 a {
	background: url(../img/logo.jpg) no-repeat;
	width: 940px;
	height: 150px;
	float: left;
}

a {
	font-size: 22px;
	color: 7e7e7e;
	text-decoration: none;
}

a:hover, .selected {
	color: black;
	text-decoration: none;
}

p a {
	font-size: 18px;
}

nav {
	float: left;
	overflow: hidden;
	margin-top: 10px;
}

li {
	padding: 3px;
	display: inline;

}

.z {
	padding-bottom: 100px;
}

.tumblr {
	background-color: black;
	width: 400px;
}

h2 {
	font-size: 24px;
	padding: 0px 60px;
}

h2 a {
	font-size: 24px;
}

div h3 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

p {
	padding: 0px 60px;
}

section div {
	padding-bottom: 30px;
	text-align: center;
}

footer {
	background-color: 7e7e7e;
	font-size: 9px;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 10px;
}

footer a {
	font-size: 9px;
	color: black;
}