* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #676d72;
}

body {
	font-size: .85em;
	line-height: 135%;
	background: #FED400 url(../img/intro/indexbg.jpg) no-repeat left top;
	margin: 0 0 0 24px;
}
a {
	color: #676d72;
	text-decoration: underline;
}
a:hover {
	color: #ffa902;
	text-decoration: underline;
}


#home {
	padding: 30px 0 20px 0;
	width: 1000px;
}


#footer {
	color: #676d72;
	z-index: 10;
	padding: 60px 0 0 20px;
}
#footer a {
	color: #676d72;
}
#footer div.copyright {
	float: left;
	padding-right: 25px;
	color: #676d72;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	float: left;
	padding: 0 6px 0 6px;
}
#footer ul li.active a {
	font-weight: bold;
	color: #676d72;
	text-decoration: none;
}