body {
	background-image: url();
	background-color: #FEA244;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
.Bg {
	background-attachment: scroll;
	background-image: url(images/work/bg_17.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #397923;
	padding-top: 10px;
}

/* ADDITIONS */
.section_header {
	font-weight: bold;
}

.index_feature {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #397923;
	padding-top: 10px;
}

/* These next three items control image layout on the index page for items pulled from the Wordpress DB */
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}

.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}