/* CSS Document */


#layout-wrapper {
	margin: 0px auto;
	width: 1056px;
}
#masthead {
	background-color: #151515;
	padding: 20px;
	color: #CCC;
	box-shadow: 0px 0px 40px #666;
}


/*************************
********  above is just so p7ECH_example.html will work
*************************/

#columns-wrapper {
	overflow: hidden;
	/*border: 1px solid #151515; */
	border-top: none;
}
#column-1 {
	float: left;
	width: 356px;
	background-color:#EAE5D3;  /*  bg has to be there for column height to match */
	/* box-shadow: inset 0px 0px 30px #000; 
	border-right: 1px solid #634e93; */
}
#column-2 {
	float: left;
	width: 700px;
	background-color:#EAE5D3;
	/*
	border-right: 1px solid #634e93;
	border-left: 1px solid #634e93;
	*/
}
#column-2b {
	float: left;
	width: 600px;
	background-color:#EAE5D3;
	/*
	border-right: 1px solid #634e93;
	border-left: 1px solid #634e93;
	*/
}
#column-3 {
	float: left;
	width: 356px; /*354*/
	background-color: #EAE5D3;
	/*box-shadow: inset 0px 0px 30px #4DA4A4;*/
}

#column-3b {
	float: left;
	width: 434px; /*434*/
	background-color: #EAE5D3;
	/*box-shadow: inset 0px 0px 30px #4DA4A4;*/
}

#footer {
	color: #CCC;
	background-color: ##EAE5D3;
	padding: 20px;
	border-radius: 0px 0px 8px 8px;
	font-size: 12px;
}
/* The following rule is provided so that Dreamweaver will allow you to assign the EHC class visually in either Design or Code Views.
If you need more than 5 sets of column structures simply add additional selector names ending with "-f" and so on*/
.p7ehc-a, .p7ehc-b, .p7ehc-c, .p7ehc-d, .p7ehc-e {font-size: inherit;}
