/* Reframing Media */
/* CSS Structure Elements */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
    clear: both;
    height: 10px;
    overflow: hidden;
}

/********************************************* content elements */

#contentContainer {
	width: 687px;
	line-height: 20px;
}

/*.contentContainer_bodyLeft {
	width: 650px;
	height: 548px;
}*/

.leftColumn_container {
	width: 687px;
}
.photoContainerLeft {
	margin-right: 20px;
}
.photoContainerRight {
	margin-left: 20px;
	float: right;
}

/********************************************* textBox */

.leftColumn_textBox {
	padding: 25px 0px 5px 3px;
	width: 650;
	margin-left: 10px;
}



/********************************************* footer */
#footerContainer {
	text-align: center;	
	height: 80px;
}
#footerContainer .footerNav {
	background-image: url(../images/footer_base.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#footerContainer .legal {
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 9px;
	line-height: 10px;
}

