body, html
{
	height: 100%;
	background-color: #b7cee9;
}

body
{
	background: #b7cee9 url(img/bg.jpg) top center no-repeat;
}

.h
{
	display: none;	
}

#container
{
	width: 900px;
	margin: 0 auto;	
	padding: 50px 0 0 0;
}

#header
{
	background: url(img/logo.png) top center no-repeat;
	height: 140px;	
}

#caption
{
	background: url(img/caption.png) top center no-repeat;
	height: 60px;	
}

#content
{
	width: 600px;
	margin: 0 auto;
}

#list
{
	width: 60%;	
	margin: 0 auto;
}

#list .header
{
	background: url(img/listheading.png) top center no-repeat;
	height: 40px;
	
}

#list .caption
{
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	margin: 20px 0;
}

#list .col
{
	font-size: 120%;
	text-align: center;
	width: 310px;
	padding: 5px;
	border: 1px solid #409234;
	margin: 0 auto;
}

.doctors
{
	height: 140px;
}

.doctors div
{
	font-weight: bold;
	font-size: 180%;
	text-align: center;	
	margin: 5px 0;
	text-align: center;
}

#footer
{
	text-align: center;
	padding-bottom: 100px;
}

#footer .rows > div
{
	padding: 5px 0;
	margin: 5px 0;	
}

#footer .text
{
	font-weight: bold;
	margin: 30px 0;
}

#footer .phone
{
	font-weight: bold;
	font-size: 180%;
	color: #409234;	
}

#footer .email
{
	margin: 20px 0;	
}

#footer .doctor
{
	font-weight: bold;
	font-size: 180%;
	text-align: center;	
	margin: 5px 0;
	text-align: center;
}


#footer .office
{
	font-weight: bold;
}

#footer div.button
{
	margin: 30px 0;	
}

#footer .ul
{
	text-decoration: underline;	
}

#footer .email a
{
	color: #409234;
	font-size: 120%;
}

#footer .brochure a
{
	color: #409234;
}

#footer .moving
{
	width: 530px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 30px;
}

#footer .moving h3
{
	font-weight: bold;
	font-size: 260%;
	text-align: center;	
	margin: 20px 0;
	text-align: center;
}

.button-150
{
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 40px;
	background: url(img/button-150.png) top left no-repeat;
	line-height: 40px;
	text-align: center;	
	font-weight: bold;
	font-size: 18px;
	color: #409234;	
	text-decoration: none;
}

.button-340
{
	display: block;
	margin: 0 auto;
	width: 340px;
	height: 40px;
	background: url(img/button-340.png) top left no-repeat;
	line-height: 40px;
	text-align: center;	
	font-weight: bold;
	font-size: 16px;
	color: #409234;	
	text-decoration: none;
}