/* CSS Document */
body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	/* [disabled]margin-bottom: 40px; */
	line-height: 20px;
}
#layout-wrapper {
	margin: 0px auto;
	width: 980px;
}
#masthead {
	background-color: #151515;
	padding: 20px;
	color: #CCC;
	box-shadow: 0px 0px 40px #666;
}
h1 {
	margin: 0px;
	font-weight: bold;
	color: #0066FF;
	font-size: 24px;
}
h2, h3 {
	margin: 0px;
	color: #0066FF;
	font-size: 17px;
	text-align: center;
}
#columns-wrapper {
	overflow: hidden;
	border: 1px solid #151515;
	border-top: none;
}
#column-1 {
	float: left;
	width: 160px;
	padding: 20px;
	font-size: 12px;
	background-color: #E3D882;
	box-shadow: inset 0px 0px 30px #D6C445;
}
#column-2 {
	float: left;
	width: 596px;
	padding: 20px;
	border-right: 1px solid #151515;
	border-left: 1px solid #151515;
	font-size: 14px;
}
#column-3 {
	float: left;
	width: 100px;
	padding: 20px;
	font-size: 12px;
	background-color: #83C5C5;
	box-shadow: inset 0px 0px 30px #4DA4A4;
}
#footer {
	color: #FFF;
	/* [disabled]background-color: #0160A3; */
	padding: 20px;
	/* [disabled]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;}
