body {
	margin: 0;
	padding: 0;
	background: #d5d0a3 url('images/span_background.html') top left repeat-x;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 12px;
}

#main p {
	color: #333333;
	line-height: 15px;
}

#main h1 {
	color: #8e6338;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#main h2 {
	color: #8e6338;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 7px;
}

#main h3 {
	color: #333333;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#main a:link, a:visited {
	color: #749840;
	text-decoration: none;
}

#main a:hover, a:active {
	color: #bab48b;
	text-decoration: underline;
}

#jobscontainer {
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -475px;
	width: 950px;
}

#footer {
	color: #cccccc;
	font-family: Verdana;
	font-size: 11px;
	margin-top: 17px;
}

#footer a:link, a:visited {
	color: #bab48b;
	text-decoration: none;
}

#footer a:hover, a:active {
	color: #bab48b;
	text-decoration: underline;
}

/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
