@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #BEBA89 url(../images/BG.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 971px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 100%;
}
.oneColFixCtr #mainContent {
	background: #FFF;
	height: 100%;
}
h1 {
	font: italic 26px Georgia, "Times New Roman", Times, serif;
	color: #8B0A0C;
	display:inline;
}
h2 {
	font: italic 24px Georgia, "Times New Roman", Times, serif;
	color: #333;
	display:inline;
}
a:link {
	color: #FFF;
	text-decoration:none;
}
a:visited {
	color: #888;
}
a:hover {
	color: #999;
	text-decoration:underline;
}
a:active {
	color: #666;
}

#fadeshow1 {
	width: 971px;
	height: 352px;
	float:left;
}
#left_sidebar {
	width: 222px;
	float: left;
	background: url(../images/quick_search_BG.jpg) repeat-y;
	height: 100%;
	text-align: justify;
}
#left_sidebar ul {
	list-style-type:circle;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	line-height:18px;
	padding-left:25px;
	text-align: justify;
}
#content {
	float:left;
	width:700px;
	height:100%;
	padding:24px;
	font: 12px/19px Arial, Helvetica, sans-serif;
	background: #FFF;
	text-align: justify;
	border-right: 1px solid #000;
}
#contain {
	height:100%;
	width: 971px;
	background: url(../images/quick_search_BG.jpg) repeat-y;
	float: left;
}
#navigation {
	float: left;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	display:inline;
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
#boxes {
	text-align:center;
}
#footer_black {
	background-color:#000;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	clear: both;
	float: left;
	width: 971px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	border-top: 2px solid #971315;
	border-bottom: 2px solid #971315;
}
#footer_red {
	background-color:#8B0A0C;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFF;
	clear: both;
	float: left;
	width: 970px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	border-right: 1px solid #000;
}
