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

body{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	font:9pt Verdana, Arial, sans-serif;
	margin-top:0px;
}
a:link {
	color: #4C0E0E;
	text-decoration: none;
}
a:visited {
	color: #4C0E0E;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: none;
}
a:active {
	color: #003;
	text-decoration: none;
	text-align: right;
}
#footer a:link {
	color: #4C0E0E;
	text-decoration: underline;
}
 #footer a:visited {
	color: #4C0E0E;
	text-decoration: underline;
}
#footer a:hover {
	color: #996600;
	text-decoration: none;
}
#footer a:active {
	color: #003;
	text-decoration: underline;
	text-align: right;
}

#header{
	height:132px;
	margin-top: 0px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#main {
	margin:0px auto 0px auto;
	width:900px;
	text-align: center;
}
#content {
	border-right:1px #4C0E0E solid;
	border-bottom:1px #4C0E0E solid;
	border-left:1px #4C0E0E solid;;
	width:900px;
}
#footer {
	margin-bottom:20px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	margin-top:0px;
	border:0px;
	padding:0px;
}
#only_col{
	width:880px;
	padding:10px 10px 0px 10px;
	float:left;
}
#only_col_content{
	padding:10px 5px 0px 10px;
	color: #440D0D;
}
#left_col{
	width:655px;
	padding:10px;
	float:left;
}

#left_col_content{
	padding:10px 5px 0px 10px;
}

#right_col{
	width:205px;
	padding:10px;
	float:left;
}

#right_col_content{
	padding:0px 10px 0px 5px;
}

br.clear{
	clear:both;
}
#copyright {
	width:900px;
}

.listings {
	border: solid 1px #000;
	color:#000;
}
.feature {
	color:#900;
	border:none;
}
.indextext {
	font-size:10pt;
}
.bottomlinks {
	font-size:8pt;
}
.feature {
	border:solid 1px #000;
}