.container {
	background-color: #000;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}



.top-nav {
	background-color: #000;
	float: left;
	height: 35px;
	width: 980px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}



.bot-nav {
	background-color: #000;
	float: left;
	height: 35px;
	width: 980px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}



.footer {
	background-color: #000;
	float: left;
	height: 33px;
	width: 980px;
	padding-bottom: 20px;
}



.header {
	background-color: #000;
	float: left;
	height: 130px;
	width: 980px;
}



.main-content {
	background-color: #000;
	float: left;
	height: 850px;
	width: 980px;
	background-image: url(../faq_images/content.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
}
.main-text {
	float: left;
	height: auto;
	width: 900px;
	margin-top: 75px;
	margin-left: 40px;
	text-align: justify;
	font-weight: bold;
}
.container .main-content .main-text table tr td p {
	color: #F00;
}
.container .main-content .main-text table tr td {
	color: #F00;
}
