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

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(/images/background.jpg) #FFF repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}

#leftbox {
	width: 215px;
	height: 100%;
	background: url(/images/image_left.jpg) #FFF no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#rightbox {
	width: 215px;
	height: 100%;
	background: url(/images/image_right.jpg) #000 no-repeat;
	position: absolute;
	right: 0px;
	top: 0px;
}

#middlebox {
	margin:0 215px 0 215px;
	text-align: center;
}

.leftnavibox {
	color: #000;
	width: 50%;
	text-align: right;
	font-weight: bold;
}
.leftnavibox a {
	color: #000;
	text-decoration: none;
}
.leftnavibox a:hover {
	color: #c3171f;
	text-decoration: underline;
}


.rightnavibox {
	color: #FFF;
	width: 50%;
	text-align: left;
	font-weight: bold;
}
.rightnavibox a {
	color: #FFF;
	text-decoration: none;
}
.rightnavibox a:hover {
	color: #c3171f;
	text-decoration: underline;
}


#contentbox {
	border: 3px solid #c3171f;
	background-color: #FFF;
	margin: 10px auto 20px auto;
	text-align: left;
	padding: 10px;
}
#contentbox h1 {
	font-size: 22px;
}
#contentbox h3 {
	font-size: 14px;
	margin-bottom: 0px;
}
#contentbox span.subtitle {
	font-size: 11px;
	font-style: italic;
	color: #3D3D3D;
}
#contentbox a {
	color: #000;
}

#contentbox hr {
	border-color: #c3171f;
}

#contentbox div.section {
	background-color: #DDD;
	margin-bottom: 10px;
	padding: 5px;
	border-left: 3px solid #c3171f;
}
