@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background-color: #701c0e;
}
a:link, a:visited, a:active, a:focus {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #900007;
	text-decoration: none;
}
.container {
	width: 894px;
	background: #FFF;
	margin: 0 auto;
	position: relative;
}

.header {
	background-image: url(../images/headercomplete.jpg);
	height: 188px;
	width: 894px;
	margin: 0px;
	margin-top: 20px;
	position: relative;
	background-color: #701c0e;
}
.content {
	background-image: url(../images/pagebg.jpg);
	padding-top: 4px;
	padding-right: 250px;
	padding-bottom: 4px;
	padding-left: 46px;
	position: relative;
	background-color: #701c0e;
}
.footer {
	background-image: url(../images/footer.jpg);
	height: 144px;
	width: 894px;
	background-color: #701c0e;
	margin-bottom: 20px;
}
.footerbtns {
	position: absolute;
	right: 40px;
	bottom: 30px;
	height: 30px;
}
.footerbtns p {
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
	text-decoration: underline;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.menu{
	position: absolute;
	height: 30px;
	width: 660px;
	left: 10px;
	top: 153px;
}
.btn{
	float: left;
	padding: 0px 31px;
}
.space{
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #900;
	height: 22px;
}
.sidebar {
	position: absolute;
	width: 187px;
	top: -6px;
	right: 34px;
}
.bartop {
	background-image: url(../images/sidebar_top.jpg);
	height: 21px;
	width: 187px;
}
.barmiddle {
	background-image: url(../images/sidebar_middle.jpg);
	width: 159px;
	padding-right: 14px;
	padding-left: 14px;
	margin-top: -4px;
}
.barbottom {
	background-image: url(../images/sidebar_bottom.jpg);
	height: 21px;
	width: 187px;
	margin-top: -4px;
}