body {
	background: #0182b2 url(../img/body.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size: 75%;
	color: #355260;
}
#header {
	background:url(../img/header.jpg) no-repeat;
	height: 250px; 
}
#header a {
	display: block;
	float: right;
	width: 355px;
	height: 185px;
	margin-right: 45px;
	text-decoration: none;
}
#header span {
	visibility: hidden;
}

/*page specific headers */
#header.classes {
	background:url(../img/yoga2header.jpg);
}
#header.partners {
	background-image:url(../img/partners-header.jpg);
}
#header.services {
	background-image:url(../img/doctors-header.jpg);
}
#header.ourteam {
	background-image:url(../img/doctors-header.jpg);
}
#header.contactus {
	background-image:url(../img/yoga1header.jpg);
}
#header.backbend {
	background-image:url(../img/backbendheader.jpg);
}
#header.workoutpartners {
	background-image:url(../img/workoutpartners-header.jpg);
}
#container {
	margin: 0 auto;
	width: 960px;
}
#main {
	background: url(../img/main.gif) repeat-y;
	padding-top: 20px;
}
#left {
	float: left;
	width: 135px;
	padding: 0 10px 0 13px;
}
#center {
	float: left;
	width: 565px;
	padding: 0 10px 0 17px;

}
#right {
	float: left;
	width: 180px;
	padding: 0 10px 0 15px;
}
#footer {
	background: url(../img/footer.gif) no-repeat;
	clear: left;
	padding: 20px 0;
	text-align: center;
	color:#FFFFFF;
}
.box {
	padding: 5px;
	border: 1px solid #b3d6e2;
	background:#e9f6fa;
	margin: 1em 0;
}

/*typography*/
h1,h2,h3,h4,p,ol,ul {
	margin-top: 0;
}
h1 {
	color: #048;
	font-size: 1.6em;
	margin-bottom: .625em;
}
h2 {
	color: #07a;
	font-size: 1.4em;
	margin-bottom: .715em;
}
h3 {
	color: #026;
	font-size: 1.2em;
	margin-bottom: .65em;
}
/*call to action / phone number */
#right h3 {
	font-size: 1.3em;
	margin: 0;
	color: #07a;
}
a, a:active, a:visited {
	color: #048;
}
a:hover {
	color: #06b;
}

p,ol,ul {
	line-height: 1.4em;
}

/*images*/
img {
	border: 0;
}
img.left {
	float: left;
	margin: 0 8px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 8px;
}
.bordered {
	border: 1px solid #048;
	padding: 1px;
}
.centered {
	text-align: center;
}

/*captioned images */
.caption-left {
	float: left;
	margin: 0 10px 10px 0;
	font-size: .9em;
}
.caption-right {
	float: right;
	margin: 0 0 10px 10px;
	font-size: .9em;
}
.caption-left img, .caption-right img {
	margin-bottom: 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */