@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76.5%;
	color:#444444;
	background-color: #eeecea;
	background-image: url(../images/bodyBG.gif);
	background-repeat: repeat-x;
	line-height: 1.5em;
	background-color:#f1f0ee;
}
body a{
border:none;
text-decoration:none;
font-weight:bold;
color:#1279bf;
}

#wrapper {
	height: 100%;
	width: 992px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 202px;
	width: 992px;
	position: relative;
	margin-top: 0px;
}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 992px;
	position: relative;
}
#tag {
	background-image: url(../images/tagline.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 992px;
	position: relative;
}
#main_body  {
	height: 100%;
	width: 992px;
	position: relative;
}
#content {
	height: auto;
	width: 632px;
	margin-right: 180px;
	margin-left: 180px;
	position: relative;
	margin-top: 30px;
	text-align: justify;
	margin-bottom: 15px;
}
#divider {
	height: 3px;
	width: 632px;
	margin-right: 180px;
	margin-left: 180px;
	position: relative;
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
	border-bottom-style:solid;
}
#contact{
	height: auto;
	width: 632px;
	margin-right: 180px;
	margin-left: 180px;
	position: relative;
	margin-top: 15px;
	text-align: justify;
	margin-bottom:15px;
}
#bullet_left {
	background-color: #d6d7e0;
	float: left;
	height: 100px;
	width: 300px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ffffff;
	padding-left: 180px;
}
#middle_bg_left {
	background-color:#d6d7e0;
	height: 140px;
	float: left;
	margin-left: auto;
	width: 45%;
	z-index: 0;
}
#middle_bg_right {
	background-color:#d9d7d5;
	height: 140px;
	float: right;
	margin-right: auto;
	width: 55%;
}
#list_heading_left {
height: 20px;
	width: 247px;
	position:relative;
	float:left;
	padding-left:210px;
	color:#1279bf;
}
#list_heading_right {
height: 20px;
	width: 150px;
	position:relative;
	float:left;
	color:#888888;
	padding-left:8px;
}
#pilates_info {
	height: 140px;
	width: 247px;
	position:relative;
	border-right-color:#f1f0ee;
	border-right-style:solid;
	border-right-width:2px;
	float:right;
	background-color: #d6d7e0;
}
#pilates_info a {
	text-decoration:none;
	color:#555555;
	font-weight:normal;
	padding-left: 20px;
	display: block;
}
#pilates_info li{
	margin-left: 5px;
	margin-top: 5px;
	list-style-type: none;
	background-image: url(../images/large_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#useful_links_wide {
	height: 115px;
	width: 230px;
	position:relative;
	float:left;
	background-color: #d9d7d5;
}
#useful_links_wide a{
	text-decoration:none;
	color:#777777;
	font-weight:normal;
	padding-left: 20px;
}
#useful_links {
	height: 105px;
	width: 250px;
	position:relative;
	float:left;
	background-color: #d9d7d5;
	padding-left:5px;
}
#useful_links a{
	text-decoration:none;
	color:#777777;
	font-weight:normal;
	padding-left: 20px;
}
#useful_links li{
	list-style: none;
	background: url(../images/small_arrow.gif) no-repeat center left;
	margin-left: 5px;
	margin-top: 5px;
}
#useful_links_wide li{
	list-style: none;
	background: url(../images/small_arrow.gif) no-repeat center left;
	margin-left: 5px;
	margin-top: 5px;
}
#footer {
	height: 32px;
	width: 632px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.h1 {
	color: #1279bf;
	font-size: 1.3em;
	
}
.clearboth {
	clear: both;
}
