font {
	font-family: Arial, Helvetica, sans-serif;
}
p, body, td, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#banner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 120px;
	/*background: #b2ce37;*/
}

#contact {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
	height: 1.5em;
	font-size: .7em;
	color:#FFFFFF;
	text-align:left;
	position:absolute;
	left: 250px;
	top: 135px;
}

#contact a{
	color:#FFFFFF;
}

#contact a:hover {
	text-decoration:none;
}

#nav {
	padding: 0;
	margin: 0;
	position:absolute;
	top: 35px;
	left: 600px;
	font-size: 1em;
}

#nav a{
	color:#FFFFFF;
	text-decoration: underline;
}

#nav a:hover{
	color:#FFFFFF;
	background:#996600;
	text-decoration: none;
}

#logo_people {
	padding: 0;
	margin: 0;
	position:absolute;
	left: 93px;
}

#logo {
	padding: 0;
	margin: 0;
	position:absolute;
	left: 200px;
}

/* Applies a graduated tint to the page bg - added to the body tag */
.grad{
	padding: 0;
	margin: 0;
	background-image: url(images/bg_grey_strip.gif);
	background-repeat: repeat-x;
	position:relative;
	height:	100%;
}


a {
	color: #777777;
}

a:hover {
	text-decoration:underline;
	color:	#996600;
}

img {
	border: none;
}

.head {
	font-size: 1.5em;
	font-weight: bold;
}

.border {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#content {
	width: 900px;
	position: absolute;
	color: #666666;
	left: 93px;
	top: 230px;
	font-size: .8em;
	letter-spacing: 1px;
	line-height: 25px;
}
