html
{
	overflow: auto;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background: #780F19;
	font-size: 82%;
	font-family: verdana;
	color: #FFF;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}


a,  a:visited {
color: #FFF;
text-decoration: none;
}

a:hover {
color: #F00;
text-decoration: none;
}

#content a, #content a:visited {
color: #FFF;
text-decoration: none;
background-color: #991122;
padding: 0 5px;
}

#content a:hover {
color: #000;
text-decoration: none;
background-color: #FFF;
padding: 0 5px;
}

 h1, h2, h3
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: arial, verdana;
	border-bottom: 1px solid #789E33;
}

h1 {
color: #9F9F9F;
letter-spacing: 3px;
border-bottom: 0px solid #789E33;
font-weight: bold;
margin-top: 24px;
font-size: 14px;
text-align: center;
}

h2 {
margin-top: 50px;
color: #EEAACC;
}

h3 {
color:#FCF92D;
}
h4 {
text-align:center;
}

#title {
position:relative;
z-index:1;
margin: 20px auto;
width:910px;
}

#main {
position:relative;
z-index:1;
margin: 20px auto;
width: 910px;
}

#left, #right
{
	float: left;
	width: 425px;
	padding: 15px;
	background: #333;
}

#right p, #footer {
line-height: 1.8em;
} 

#footer {
margin-top: 40px;
border-top: 2px solid #789E33;
padding-top: 20px;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#tumblr-link {
color: #FFF;
text-decoration: none;
background-color: #991122;	
padding: 4px 10px;
text-align: center;
}
