/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #5b5504;
	font-size: small;
	}
	
p {
	margin-bottom: 8pt;
	line-height: 120%;
	font-size: 90%;
	}
	
ul, li {
	margin-bottom: 6pt;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 80%;
	font-size: 90%;
	}

h1 {
	font-size: 180%;
	line-height: 120%;
	color: #f8981d;
	text-decoration: none;
	text-align: center;
	margin-bottom: 6px;
	font-weight: bolder;
	}
	
h2 {
	font-size: 120%;
	line-height: 110%;
	color: #5b5504;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-bottom: 12px;
	}

h3 {
	font-size: 110%;
	line-height: 110%;
	color: #5B5504;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 6px;
	text-align: center;
	}
	
h4 {
	font-size: 90%;
	line-height: 100%;
	color: #5b5504;
	padding-top: 3px;
	margin-bottom: 5px;
	}
	
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #9b9658;
	text-decoration: underline;
	}
	
a:hover {
	color: #f8981d;
	text-decoration: none;
	}

a:active {
	color: #f8981d;
	text-decoration: none;
	}
.orange_type {
	color: #F8981D;
}
.light_green_type {
	color: #9b9658;
	font-size: 75%;
}
.green_type {
	color: #5b5504;
	font-weight: bold;
}


#wrapper {
	height: 570px;
	width: 800px;
	border: 1px solid #f8981d;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 40px;
}

#masthead {
	background-image: url(images/whole_bodyworks_logo.gif);
	background-repeat: no-repeat;
	background-position: center 5px;
	height: 100px;
	width: 800px;
	margin-bottom: 40px;
}
#footer {
	color: #9b9658;
	text-align: center;
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font-size: 80%;
}


#left_col {
	background-color: #f8981d;
	padding: 10px;
	float: left;
	width: 190px;
	border: 2px solid #fed29f;
	margin-left: 10px;
	color: #FFFFFF;
	text-align: left;
	margin-right: 10px;
	clear: both;
}#right_col {
	padding: 10px;
	float: right;
	width: 150px;
	margin-right: 3px;
	margin-left: 3px;
}
#content {
	width: 370px;
	text-align: left;
	margin-left: 245px;
	margin-right: 170px;
}
