
body {
	background-image: url(images/subbg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: auto;
}

#header {

}

#header h1 {
	width: 301px;
	height: 89px;
	background-image:url(images/wwc-logo.jpg);
	display: block;
	float: left;
}

#header h1 span {
	display: none;
}

#header #meter {
	width: 331px;
	height: 48px;
	background-image:url(images/walking-meter.jpg);
	float: left;
	margin-top: 4px;
	margin-left: 170px;
	padding-left: 70px;
	padding-top: 5px;
	color: #7a553e;
	font-size: 26px;
}

#header #meter span {
	color: #3f7a3e;
	font-size: 28px;
}

#header #tabs {
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}

#header #tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header #tabs li {
	float: left;
	margin: 0;
	margin-right: 3px;
}

#header #tabs #current a {
	color: #ffffff;
	background: #7a543e url(images/tab-left-on.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 12px;
	font-weight: bold;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	display: block;
	height: 28px;
	cursor:pointer;
}

#header #tabs #current a span{
	background: url(images/tab-right-on.gif) right top no-repeat;
	padding-right: 12px;
	display: block;
	height: 28px;
	cursor:pointer;
}

#header #tabs a {
	color: #ffffff;
	background: #9e7c69 url(images/tab-left.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 12px;
	font-weight: bold;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 28px;
	display: block;
	height: 28px;
	cursor:pointer;
}

#header #tabs a span{
	background: url(images/tab-right.gif) right top no-repeat;
	padding-right: 12px;
	display: block;
	height: 28px;
	cursor:pointer;
}

#content {
	padding-top: 60px;
	padding-bottom: 10px;
	color: #363636;
}

#content h2 {
	color: #3f7a3e;
	margin-bottom: 10px;
}

#content .bioimage {
	padding-right: 20px;
	padding-bottom: 10px;
}

#footer {
	padding-top: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	width: 100%;
	background-color:#7a553e;
}

*+html #footer {
	margin-top: -25px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	list-style: none;
	margin: auto;
	margin-bottom: 10px;
}

#footer li {
	display: inline;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #ffffff;
	text-transform: uppercase;	
}

#footer li.last {
	border: 0;
}
