
body {
	background-image: url(../images/subbg.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

.cfriend {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#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-family:"Times New Roman", Times, serif;
	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;
	min-height: 500px;
}

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

h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

#signupform .text {
	border: 1px solid #009933;
}

#maincf h4 {
	font-size: 14px;
}

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

a:hover {
	text-decoration: underline;
}

#maincf a img.hasimage {
	border: 2px solid #7a553e;
}

#maincf ul {
	margin-left: 30px;
	list-style:disc;
}

#stats {
	border: 1px solid #7a553e;
	background-color: #dfc9bb;
	color: #333333;
	font-size: 14px;
}

#stats h3 {
	margin-bottom: 0;
}

#signin {
	border: 1px solid #7a553e;
	background-color: #dfc9bb;
	color: #333333;
}

#signin .tbox {
	border: 1px solid #7a553e;
}

#signin h3 {
	margin-bottom: 0;
}

#maininfo {
	font-size: 14px;
}

.comimg {
	padding: 8px;
}

.larger {
	font-size: 22px;
}

.bbord {
	border: 1px solid #7a553e;
}

#controls {
	border: 1px solid #3f7a3e;
}

#controls th {
	background-color: #3f7a3e;
	color: #ffffff;
	height: 20px;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	padding: 4px;
}

#controls td {
	background-color: #ffffff;
	text-align: center;
}

#controls td a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	background-color: #ffffff;
	color: #3f7a3e;
	text-decoration: none;
}

#controls td a:hover {
	background-color: #3f7a3e;
	color: #ffffff;
}
