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

body {
	background-color: #000;
	margin: 0px;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}



#main {
	height: auto;
	width: 900px;
	margin-left: 20px;
	background-color: #212525;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	float: left;
	position: relative;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	overflow: auto;
}
.text {
	color: #FFF;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: justify;
}
.text a:link{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

#footer {
	position: relative;
	clear: both;
	width: 900px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: center;
	margin-left: 20px;
}

.crumbtrail_shadow {
	background-image: url(images/main_r3_c2.jpg);
	background-repeat: repeat-x;
	height: 38px;
	line-height: 38px;
	vertical-align: middle;
	color: #CCC;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
}
.horizontal_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	width: 875px;
	margin-left: 5px;
	vertical-align: bottom;
}
.white_text {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.quote_form {
	width: 450px;
	border: 1px solid #CCC;
	background-color: #333;
}
.quote_form td{
	padding: 6px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 0.9em;
	line-height: 1.2em;
}
.brown_text {
	color: #FAC851;
}
#pic {
	float: right;
	height: 125px;
	width: 175px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #CCC;
}
