#cHeader {
		width: 100%;
		height: 55px;
		text-align: left;
		border-bottom: 1px solid #ffffff;
}
#cHeaderTitle {
		float: left;
		margin-top: 15px;
}
#youAreHere {
		margin-top: 30px;
		list-style-type: none;
		float: right;
}
#youAreHere dt,#youAreHere dd {
		float: left;
		color: #ffffff;
		font-size: 85%;
}
#youAreHere a {
		color: #ffffff;
}
#youAreHere a:hover {
		text-decoration: underline;
}
#cBody {
		width: 100%;
		clear: both;
		padding-top: 25px;
}
	#cLeft {
			float: left;
			width: 540px;
			text-align: left;
			padding-bottom: 100px;
			color: #333333;			
	}
	#cRight {
			float: right;
			width: 350px;
			text-align: right;
			padding-bottom: 100px;
			color: #333333;					
	}

