/* CSS Document */
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px;
	margin-bottom: 40px;
}
#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-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
}
h2, h3 {
	margin: 0px;  
}
#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: #CCC;
	background-color: #151515;
	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;}

