body {
	background-color: #E2EFFC;
	padding: 0;
	margin: 0;
}
a {
	color: #109DD6;
}
p {
	font:normal 12px/20px Arial;
	margin:0 0 10px 0;
	clear: both;
}
h2 {
	padding:0 0 0 5px;
	margin:15px 0 0 0;
	font: italic bold 12px Arial;
	background: #ccc;
	color: white;
	clear: both;
}
h3 {
	padding:0 0 0 5px;
	margin:5px 0 0 0;
	font: italic bold 12px Arial;
	background: #ccc;
	color: white;
	clear: both;
}

ul {
	list-style:inside;
	margin: 8px 0 15px 5px;
	padding: 0;
}
li {
	padding:0;
	margin:0;
	font: 12px/20px Arial;
}
img {
	border: 0;

}
#stage {
	width: 100%;
	background: url(img/menu.jpg) repeat-x;
	position: relative;
}
#menu_container {
	width:750px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}



#menu {
	float: right;
	height: 30px;
	width: 498px;
}
#flash {
	width:125px;
	height:55px;
	left:125px;
	top:0px;
	position: absolute;
}


#about a {
	width: 91px;
	background: url("img/btn_about.png") top left no-repeat;
}
#staff a {
	width: 87px;
	background: url("img/btn_staff.png") top left no-repeat;
}
#services a {
	width: 104px;
	background: url("img/btn_services.png") top left no-repeat;
}
#contact a {
	width: 100px;
	background: url("img/btn_contact.png") top left no-repeat;
}
#treat a {
	width: 116px;
	background: url("img/btn_treat.png") top left no-repeat;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#menu li a {
	float: left;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#logo_container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	float: left;
}
.content_container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.content {
	position:relative;
	background-color:#fff;
	padding:30px 25px 25px 25px;
	width:525px;
	margin: 50px 0 50px 0;
	float: right;
}
.label {
	background:no-repeat;
	width:400px;
	height:46px;
	text-indent:-9999px;
	position:absolute;
	left:-18px;
	top:-27px;
	overflow: hidden;
}
.pic {
	left: -115px;
	top: 35px;
	position: absolute;
}
.columns {
	padding:0;
	margin:0;
	overflow: auto;
}
.columns ul {
	float:left;
	width:120px;
	padding: 0;
	margin: 5px 10px 0 0;
	list-style: none;
	display:inline;
}
.columns p {
	margin-top: 8px;
}
.column_1 {
	padding:0;
	margin:0;
	overflow: auto;
	display: inline;
}
.columns_2 {
	padding:0;
	margin:0;
	overflow: auto;
}
.columns_2 ul {
	float:left;
	padding: 0;
	width: 250px;
	display: inline;
}
.columns_3 {
	padding:0;
	margin:0;
}
.columns_3 ul {
	float:left;
	width:170px;
	padding: 0;
	display: inline;
}
#bottom {
	background-color:#B0D3F2;
	padding:0px;
	margin: 0;
	float: left;
	width: 100%;
	height: 100%;
}
#bottom p {
	margin: 0;
	font-size: 10px;
	text-align: center;
}
.clear {
	clear:both;
}
.italic {
	color: #009EDC;
	font-style: italic;
}
.callout {
	color: #009EDC;
	font-size: 14px;
}

