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

a { color:#FFF;
}
a:link {
	color: FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: FFF;
}
a:hover {
	text-decoration: none;
	color: #EA3417;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

body,td,th {
	font-family: Helvetica, Arial, sans serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-color: #8C897E;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#bgWrap {
	background-image: url(images/bg_tile.png);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	width: 919px;
	z-index: 5;
	padding: 0px;
}
#horizontalFill {
	height: 210px;
	width: 100%;
	background-color: #6a6860;
	float: left;
	top: 50px;
	position: absolute;
}
#wrap1 {
	height: 210px;
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 21px;
}
#houseLogo {
	background-color: #000000;
	height: 210px;
	width: 210px;
	float: left;
	background-image: url(images/houselogo.png);
}
#imgBanner {
	height: 210px;
	width: 709px;
	margin-left: 210px;
	background-image: url(images/imgBanner.jpg);
}
#wrap2 {
	width: 919px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#leftColumn {
	width: 210px;
	margin-top: 0px;
	float: left;
	background-image: url(images/left_bg.png);
	background-repeat: repeat-y;
	line-height: normal;
}
#filler1 {
	height: 20px;
	width: 210px;
}
.leftText {
	font-family: Helvetica, Arial, "sans serif";
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
#infotextLeft {
	width: 60px;
	text-align: right;
	font-family: Helvetica, Arial, "sans serif";
	font-size: 13px;
	float: left;
	padding-right: 4px;
	line-height: 13px;
}
#infotextRight {
	width: 140px;
	margin-left: 60px;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
}
#contentArea {
	width: 709px;
	margin-left: 210px;
	margin-top: 0px;
	background-image: url(images/right_bg.png);
	padding: 0px;
}
#contentBox {
	width: 649px;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	min-height: 250px;
}
.leftButton {
	margin: 10px;
	height: 40px;
	width: 190px;
	border: 1px solid #808080;
	background-color: #2f2e2c;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.leftButtonP2 {
	margin: 0px;
	padding: 8px;
}
#bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 919px;
}
#reserve {
}
.credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333;
	line-height: 14px;
	text-decoration: none;
}
.credit a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333;
	text-decoration: none;
}