/* CSS Document */
.mainAll {
	width: 774px;
	background-color: #000000;
	/*border-collapse: collapse;*/
	text-align: left;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
}
.mainHeader {
	width: 772px;
	height: 197px;
	border: 1px solid #ffffff;
	background-image: url(../images/header.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #555555;
}
.mainContentContainer {
	vertical-align: top;
	width: 772px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
.mainContent {
	position: relative;
	vertical-align: top;
	margin: 0px;
}
.mainFooterContainer {
	text-align: right;
	width: 772px;
	border: 1px solid #ffffff;
	background-image: url(../images/footer.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #555555;
}
.mainFooter {
	margin: 2px 10px 2px 10px;
	color: #ffffff;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#rapidfyre {
	color: #ff9933;
}
#rapidfyre a, a:hover {
	color: #ff9933;
	text-decoration: underline;
}
