/* css :: structure :: Seconds-Out Boxing */

.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
.bottomLine {
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#tickerTapeContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/****************************************** content containers */
.mainColumn {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
; background-image: url(../images/brushedSteel_tile.gif)
}
.sideColumn {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
; background-color: #333333
; background-image: url(../images/brushedSteel_tile.gif)
}
.photoContainerLeft {
	margin-right: 20px;
}
.photoContainerRight {
	margin-left: 20px;
}
.photoCaptionBox {
	font-size: 10px;
	padding-bottom: 10px;
}
/****************************************** global containers */
#mainHdrContainer {
	width: 100%;
	height: 157px;
	background-image: url(../images/bgndTile_topHdr.jpg);
	background-repeat: repeat-x;
}
#mainHdr {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#mainNavContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contentBGND {
	width: 100%;
	height: 75%;
	background-image:  url(../images/bgndTile_mainBody_5k.jpg);
	background-repeat: repeat;
	background-position: top center;
}
#contentContainer {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}
#contentTable {
	width: 100%;
}
#footer {
	width: 100%;
	background-image: url(../images/footerBGND_tile.gif);
	background-position: top center;
	background-repeat: no-repeat;	
}
#footerContainer {
	width: 1000px;
	min-height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
}
#contentBGND #contentContainer #contentTable .mainColumn #photoAnim .style25 {
}

