html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: arial;
	background-color: #353535;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

h2 {
	color: #b11016;
	font-family: arial;
	margin: 0;
	padding: 0;
	font-size: 26px;
}

h3 {
	border-bottom: 1px solid black;
}

p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	color: #b11016;
}

.template_highlight {
	color: #b11016;
}

.template_page {
	width: 900px;
	margin: 0 auto 0 auto;
}

.template_title {
	color: #b11016;
	font-family: arial;
	margin: 0;
	padding: 0;
	font-size: 26px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.template_clear_bar {
	clear: both;
}

.template_corners_container {
	position: relative;
}

.template_corners {
	position: absolute;
}

.template_corners_top {
	top: 0;
}

.template_corners_bottom {
	bottom: 0;
}

.template_corners_left {
	left: 0;
}

.template_corners_right {
	right: 0;
}

#template_page_background {
	width: 100%;
	height: 100%;
	background-color: #353535;
	padding-top: 30px;
}
