/* CSS Document */

.fw-fullColumn {
	width: 940px;
	float: left;
	/*background-color: #FF0000;*/
}


.fw-rightColumn {
	width: 560px;
	float: left;
	margin-top: 1.4em;
	
	/*margin-left: 50px;	*/
}

.fw-leftColumn {
	width: 330px;
	float: left;
	margin-right: 50px;
	margin-top: 1.4em;
	/*background-color: #FFFF00;*/
}

/* holds columns and content to 940 pixels width */
.fw-content {
	/* width: 760px; */

	width: 940px;
	padding-top: 0px;
	float: left;
	/*background-color: pink;*/
}

/* fills complete lower view portal and contains shadow of above orange header section */
#fw-contentContainer {
	background-image: url(../../img/drop_shadow_bottom.jpg);
	background-repeat: repeat-x;
	
}



#footer {
	clear: both;
	
	background-image: url(../../img/drop_shadow_white_bottom.jpg);
	background-repeat: repeat-x;
	height: 35px;
	padding-top: 15px;
	margin-top:100px;
	/*background-color: #00FFFF;*/
}

