/* CSS Document */
#wrapper {
	width:955px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width:955px;
	background-image: url(../images/WrapperBG.gif);
	background-repeat: no-repeat;
}
#Banner {
	width:955px;
	height:75px;
	padding-top: 57px;
	margin: 0px;
}

#MainNav {
	width:923px;
	height:20px;
	padding-left: 32px;
	margin-top: 15px;
	padding-top: 0px;
}

#ContentWrapper {
	left:0px;
	width:955px;
	padding-top: 0px;
	background-image: url(../images/ContentWrapperBG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 32px;
	padding-bottom: 56px;
}
#ContentLeft {
	float: left;
	width:302px;
}
#Content {
	float: right;
	width: 653px;
}
#Footer {
	width:955px;
	background-image: url(../images/Footer-Bottom2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
	text-align: center;
	color: #999999;
}
.FloatLeft {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
.FloatRight {
	float: right;
	margin-bottom: 16px;
	margin-left: 16px;
}
.clearit {
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #3300CC;
}

