@charset "utf-8";

a img {
	border: 0;
}

body {
	background-image: url(images/devonshire-bk.jpg);
	background-repeat: no-repeat;
	background-color: #170207;
	background-position: center center;
	background-attachment: fixed;
}

#outer {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -290px;
	min-width:780px;
	left: 0px;
}

#inner {
	margin: auto;
	height:580px;
	width: 780px;
}

#abovenav {
	float:left;
	display:inline;
	width:780px;
	height:63px;
}

#navholder {
	float:left;
	display:inline;
	width:780px;
	height:43px;
}

#mainholder {
	float:left;
	display:inline;
	width:780px;
	height:406px;
}

#footerholder {
	float: left;
	display: inline;
	width: 780px;
	height: 38px;
}

#belowfooter {
	clear: both;
	float:left;
	display:inline;
	width:780px;
	height:30px;
	text-align: right;

}

.contentfloater {
	float:left;
	position:relative;
	z-index:1;
	background-color:#000000;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 12px;
}

.contentfloaterscroll {
	float:left;
	position:relative;
	z-index:1;
	overflow:auto;
	background-color:#000000;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 12px;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #737373;
}

.menucontentfloater {
	float:left;
	position:relative;
	z-index:1;
	overflow:auto;
	background-color:#000000;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	padding-bottom: 12px;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #737373;
}

.homefloater {
	float:left;
	position:relative;
	z-index:2;
}

.titlebottommargin {
	margin-bottom: 5px;
}
#imageholder-right {
float:left;
display:inline;
width:387px;
height:406px;
margin-left:393px;
z-index:0;
}

.valign-middle {
vertical-align:middle;
}

.wordspacing_big {
	word-spacing: 4px;
}

/* BUTTONS */

.btntext, a.btntext:link, a.btntext:active, a.btntext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c3c3c3;
	padding-right:5px;
	padding-bottom:5px;
	text-align: left;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #737373;
	border-bottom-color: #737373;
	border-left-color: #000000;
	text-transform: lowercase;
}

a.btntext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	border-right-color: #c3c3c3;
	border-bottom-color: #c3c3c3;
}

/* END BUTTONS */

.text_highlight {
	font-weight: bold;
	color: #FFFFFF !important;
}

.text_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	line-height: 17px;
}

.text_nounderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d5a84c;
	text-decoration: none;
}

.text_smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #d5a84c;
}

.text_siteby {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f5d696;
	text-decoration: none;
	
}

.maintitle {
	color:#b48d3d;
	margin:0;
	padding:0;
	font-size:30px;
	font-weight:normal;
}