
body {
	background-color: #ffffff;
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	margin: 0 0 0 0;
	border: 0 0 0 0;
}
a:link, a:visited, a:hover {
	color: #00aacf;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#nav {
	background-image: url('images/navbg.jpg');
	background-repeat: repeat-x;
	background-color: #1e1e1e;
	height: 90px;
}
#navinner {
	width: 870px;
	margin: 0 auto;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
}
#logo {
	width: 160px;
	float: left;
}
#navspacer {
	width: 230px;
	float: left;
}
#nav_what {
	width: 160px;
	height: 88px;
	background-image: url('images/navbg.what.jpg');
	background-repeat: no-repeat;
	float: left;
}
#nav_who {
	width: 160px;
	height: 88px;
	background-image: url('images/navbg.who.jpg');
	background-repeat: no-repeat;
	float: left;
}
#nav_about {
	width: 160px;
	height: 88px;
	background-image: url('images/navbg.about.jpg');
	background-repeat: no-repeat;
	float: left;
}

#pic {
	background-color: #efe9eb;
}
#picinner {
	width: 870px;
	margin: 0 auto;
}
#dropshadow {
	background-image: url('images/dropshadow.jpg');
	background-repeat: repeat-x;
	height: 16px;
}
#spacer {
	height: 38px;
}
#container {
	width: 870px;
	margin: 0 auto;
	padding 0;
}
#leftcol {
	width: 380px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
	line-height: 14px;	
}
#leftcol a {
	font-weight: bold;
}
#rightcol {
	width: 470px;
	margin: 0 0 0 20px;
	padding: 0;
	float: left;	
}
.clearfloat {
	clear:both;
	line-height: 1px;
	font-size: 1px;
}
.standfirst {
	font-size: 16px;
	line-height: 20px;
}
#footer {
	width: 870px;
	margin: 0 auto;
	padding 0;
}

