/* CSS Document */

/***********/
/* CONTENT */
/***********/

.content {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	background: #FFFFFF;
}

.contentWrapper {
	width: 100%;
	background: #FFFFFF;
	a-padding: 25px 0px 0px 0px;
	clear: both;
}

.leftColumnCollapse {
	float: left;
	width: 400px;
}

.rightColumnInfo {
	float: right;
	width: 510px;
	padding-right: 20px;
	font-size: 0.75em;
}

.titleHeader {
	margin-bottom: 25px;
}
