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

body {
	background-image: url(background.gif);
	margin: 0px;
	padding: 0px;
}
#contentbox #topper {
	height: 201px;
	width: 650px;
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #AB6D60;
}
#contentbox {
	position: relative;
	top: 0px;
	background-image: url(background_container.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 640px;
	padding-right: 50px;
	padding-left: 50px;
	bottom: 0px;
	height: 900px;
}
#contentbox #text {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #AB6D5E;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 650px;
	top: 234px;
	background-color: #000000;
	position: absolute;
	left: 54px;
}
#contentbox #menubar {
	border-left-width: 2px;
	border-left-style: none;
	border-left-color: #AB6C5D;
	top: 177px;
	width: 650px;
	height: 29px;
}
#vendorlist {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #AB6E5B;
	width: 200px;
	padding-top: 50px;
	float: left;
	list-style-image: url(bullet.gif);
}
#contentbox #text #vendorcontent {
	width: 400px;
	float: right;
	padding-top: 50px;
}
.faq_question {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
.faq_answer {
	font-size: 14px;
	color: #0066FF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 12px;
}
