@charset "UTF-8";

#header,
#main h2 {
	position: relative;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: #999 0px 0px 5px;
	-moz-box-shadow: #999 0px 0px 5px;
	box-shadow: #999 0px 0px 5px;
	background: #3e7f72;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#3e7f72), to(#28544b));
	background: -webkit-linear-gradient(#3e7f72, #28544b);
	background: -moz-linear-gradient(#3e7f72, #28544b);
	background: -ms-linear-gradient(#3e7f72, #28544b);
	background: -o-linear-gradient(#3e7f72, #28544b);
	background: linear-gradient(#3e7f72, #28544b);
	-pie-background: linear-gradient(#3e7f72, #28544b);
	behavior: url(js/PIE.htc);
	}

#header,
#main h2,
#main h3,
#footer {
	border-color: #28544b;
	}

#main h3,
#main h4,
#main h5,
#main h6 {
	color: #3e7f72;
	}

#sub h2 {
	background-color: #28544b;
	}

