body {

}

a {
	color: #808080;
}

a:focus,
a:hover {
	color: #b20000;
}

#theme-main {
	background-color: #696464;
}

#theme-header {
	min-height: 300px;
}

#footer {
	color: #808080;
	font-size: 12px;
	margin: 80px 0 20px;
	text-align: center;
	text-transform: uppercase;
}

#header-container,
#content-container {
	border-left: 25px solid #b20000;
}

#content-container {
	border-right: 20px solid #b20000;
}

#header-container {
	height: 200px;
	position: relative;
	text-transform: uppercase;
	top: 100px;
}

#theme-header-logo {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-width: 1px 0;
	height: 27px;
	left: -25px;
	position: absolute;
	top: 40px;
	width: 25px;
}

#theme-header-font {
	color: #808080;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	top: 32px;
}

#content-container {

}

#navigation-pane {
	min-height: 400px;
}

#content-pane {
	background-color: #ffffff;
	min-height: 400px;
}

#info {
	color: #808080;
	font-size: 1.3em;
	margin-left: 20px;
	position: relative;
	top: 160px;
}
