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

body {
	background: #00A3E4 url(../images/randimages/rand_pages_bg.png) no-repeat fixed center bottom;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	background: #FFE400 url(../images/randimages/faqs_h2_bg.png) no-repeat fixed center bottom;
	padding: 2px 4px;
	font-size: 18px;
}
p {
	padding: 2px 5px 2px 15px;
}
#wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#faqsmain {
	margin: 10px auto;
	clear: both;
	height: 400px;
	width: 800px;
	background: url(../images/randimages/faqs_page_main.png);
}
#faqs {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #572500;
	background: #FFF;
	text-align: left;
	clear: both;
	width: 800px;
	margin: 0px auto;
	border: 5px solid #642B00;
}
#bwp {
	background: url(../images/mainimages/business_logo.jpg);
	height: 220px;
	width: 175px;
	margin: 10px auto 5px;
	display: block;
	clear: both;
}
#copyright {
	margin: 10px auto 20px;
	clear: both;
	width: 450px;
	font-family: "Comic Sans MS", arial;
	text-align: center;
	background-color: #FFF;
}