/* CSS Document */

#leftColumn {
	float:left;
	height:100%;
	width:255px;
	padding:20px 10px;
	text-align:center;
	}

#middleColumn {
	clear:right;
	float:left;
	padding:20px;
	width:459px;
	}

#middleColumn-master2 {
	clear:right;
	float:left;
	padding:20px;
	width:659px;
	}

#middleColumn-master4 {
	clear:right;
	float:left;
	padding:0;
	width:974px;
	}

#rightColumn {
	clear:right;
	float:right;
	padding:20px 10px;
	width:180px;
	}
	
#common_site_container {
	width:974px;
	background-color:white;
	margin:0 auto 0 auto;
	}

#common_upper_section {
	width:974px;
	background-color:white;
	position:relative;
	}

#common_lower_section {
	width:974px;
	background-color:White;
	position:relative;
    top:-10px;
    left:0;
	}

#common_lower_section p {
	margin:10px 0 10px 0;
	}

#common_footer {
	border-top:#333333 solid 1px;
	background-color: #6D94B5;
	clear:both;
	padding:20px 0;
	width:974px;
	}
