@charset "utf-8";
body {
	background-color: #000000;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.maintxt {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.float_rt {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
a:link {
	color: #F92C17;
	text-decoration: none;
}
a:visited {
	color: #F62717;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #E92914;
	text-decoration: none;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.appearborderbot {
	color: #5D3B39;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5F3C3A;
}
h2 {
	color: #FFFFFF;
}
.bkg {
	background-image: url(images/images/main.png);
	background-repeat: no-repeat;
	height: 417px;
}
#quotes {
	height: 375px;
	width: 285px;
	float: right;
	margin-top: 7px;
	margin-right: 18px;
	padding: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.floatLft {
	float: left;
}
