@charset "UTF-8";
.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../content/graphics/bgTransparent75.png);
}
.oneColFixCtrHdr #mainContent {
	background-image: url(../content/graphics/westernSupportBG.gif);
	background-repeat: no-repeat;
	position: relative;
}
.oneColFixCtrHdr #header {
	padding-top: 20px;
	padding-bottom: 20px;
}

.text12 {
 font-size:12px;
}

.red {
	color: #531101;
}

.photos {
	border: 1px solid #000000;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}