@charset "UTF-8";
#content {
	padding: 0px;
	width: 775px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #B3B3AB;
}
#mainWrapper {
	margin: 0px;
	background-color: #FEFEFE;
	width: 775px;
	float: left;
	padding: 0px;
	background-image: url(../images/interior/INT_BG.jpg);
	background-repeat: repeat-x;
	position: relative;
}



#mainWrapper    h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: capitalize;
	margin: 0px;
	float: right;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cellBG {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/cellBG.jpg);
	background-color: #B3B3AB;
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #96968D;
	background-image: url(../images/bodyBG.jpg);
	background-repeat: repeat-x;
}
.floatLeft {
	float: left;
	position: relative;
}
.floatRight {
	float: right;
}
.clearer {
	clear: both;
}
strong {
	color: #333333;
	font-weight: 600;
	font-family: Tahoma;
}
.redText {
	color: #CC0000;
}
.bottomSpacer {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 775px;
	float: left;
	position: relative;
}
