body {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #7a553e;
	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;
	_width: 610px;
}

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

#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 li 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;
}

#top #featured {
	float: left;
	margin-top: 21px;
	width: 348px;
	height: 293px;
}

#top #featuredtext #mainline {
	position: absolute;
	width: 132px;
	height: 132px;
	right: 0px;
	top: 0px;
}

#top #featuredtext {
	float: left;
	width: 550px;
	margin-left: 25px;
	margin-top: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: relative;
}

#top #featuredtext h2 {
	font-size: 26px;
	margin-bottom: 20px;
}

#top #featuredtext p {
	font-size: 14px;
	margin-bottom: 20px;
}

#leftcol {
	width: 477px;
	float: left;
	color: #3d3d3d;
	font-size: 18px;
}

#leftcol h3 {
	margin-bottom: 10px;
}

#leftcol h3 a {
	color: #7a553e;
	font-size: 30px;
	font-weight: normal;
	text-decoration:none;
}

#leftcol h3 a:hover {
	text-decoration: underline;
}

#leftcol p {
	color: #363636;
	font-size: 15px;
	line-height: 16px;
	margin-right: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	margin-bottom: 12px;
	border-bottom: 1px solid #b5b5b5;
	
}

#leftcol p a {
	color: #3f7a3e;
	text-decoration: none;
}

#leftcol p a:hover {
	text-decoration: underline;
}

#leftcol #box1, #leftcol #box2 {
	float: left;
	width: 205px;
}

#leftcol #box1 {
	margin-right: 45px;
}

#leftcol #box1 p, #leftcol #box2 p {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

#leftcol h4 {
	margin-bottom: 5px;
}

#leftcol h4 a {
	font-weight: normal;
	color: #7a553e;
	font-size: 17px;
	text-decoration: none;
}

#leftcol h4 a:hover {
	text-decoration: underline;
}

#leftcol p img {
	padding-right: 12px;
	padding-bottom: 3px;
}

#rightcol {
	width: 480px;
	float: left;
	text-align: center;
	border-left: 1px solid #b5b5b5;
}

#footer {
	padding-top: 25px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

*+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;
}
