@font-face {
  font-family: 'V-Dub';
  src: url('/inc/VDUB.eot');
  src: local( 'VDUB' ),
         url('/inc/VDUB.otf') format('truetype');
}

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #ffffff;
	background-image: url( '/img/page-bg.jpg' );
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #8d0707;
	font-family: Helvetica, Verdana, sans-serif;
}

#container {
	background-image: url( /img/side-border_01.png );
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: auto;
}

#content {
	min-width: 560px;
	width: 70%;
	position: absolute;
	left: 15%;
	top: 40px;
	color: #fff;
	font-size: 16px;
}

#navigation {
	position: absolute;
	right: 0px;
	top: 0px;	
	width: 107px;
	height: 416px
}

#foot {
	width: 500px;
	position: fixed;
	bottom: 0px !important;
	bottom: 5px;
	right: 10px;
	color: #333;
	font-size: 12px;
}

label {
	display: inline-block;
	width: 80px;
	text-align: right;
	padding-right: 5px;
}

.clearer {
	clear: both;
	width: 100%;
	height: 10px;
	margin: 0px 20px;
}

h1 {
	margin-left: -5%;
	font-size: 30px;
	color: #111;
	font-family: V-Dub, verdana;
}

h2 {
	margin-left: -5%;
	font-size: 28px;
	color: #111;
}

h3 {
	margin-left: -5%;
	font-size: 24px;
	color: #111;
}

h4 {
	margin-left: -5%;
	font-size: 20px;
	color: #111;
}

a:hover {
	color: #84002e;
}

a {
	color: #530000;
}

dl {
	font-weight: bold;
}

dd {
	font-style: italic;
	margin-top: -10px;
	font-size: 12px;
}

hr {
	width: 85%;
	color: #84002e;
	background-color: #84002e;
	height: 1px;
	margin-left: -5%;
}

.source {
	font-size: 9px;
}
