body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
	background:url(../grfx/backgrounds/bg.jpg) repeat-x #e5f8fe;
	margin: 0;
	padding: 0;
}

	* html body {
		text-align: center;
	}



#shadow {
	background:url(../grfx/shadow.jpg) repeat-y;
	width: 960px;
	margin: 0 auto;
}



#shadow_top {
	background:url(../grfx/shadow_top.jpg) no-repeat;
	margin: 0 auto;
}

#container {
	width: 935px;
	margin: 0 auto;
	background-color: #fff;	
}

	

#header {
	text-align: center;
	margin: 0 auto;
}

	#slideshow {
		width: 607px;
		height: 163px;
		position: relative;
		margin-top: -177px;	
		margin-bottom: 14px;
		margin-left: 305px;
	}
	
		*:first-child+html #slideshow {
			margin-left: 283px;
			margin-top: -179px;
		}
		
		* html #slideshow {
			margin-left: 283px;
			margin-top: -179px;
		}

#outside_content_wrapper {
	width: 892px;
	margin-left: 23px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: left;
	background:url(../grfx/backgrounds/nav_bg.jpg) repeat-y;
	margin-top: -12px;
	padding-top: 20px;
}

	* html #outside_content_wrapper {
		margin-left: 12px;
		margin-top: -19px;
	}

	
	
#content_wrapper {
	width: 892px;	
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: left;
	background:url(../grfx/backgrounds/content_bg.jpg) no-repeat;
	background-position: top right;
	margin-top: -20px;
	padding-top: 20px;
	margin-left: -3px;
	padding-bottom: 30px;
}

	*:first-child+html #content_wrapper {
		margin-top: -27px;
		margin-left: 0;			
		width: 889px;
	}
	
	* html #content_wrapper {
		text-align: left;
		margin-top: -27px;
		margin-left: 0px;
		width: 889px;
	}

	#left_navigation {
		float: left;
		width: 171px;		
	}
	
		* html #left_navigation {
			margin-top: -13px;
			margin-left: -1px;
			position: relative;
			z-index: 200;
		}
	
	#content {
		float: left;
		width: 500px;
		padding-left: 25px;
		line-height: 160%;
		padding-top: 20px;
	}
	
		*:first-child+html #content {
			width: 495px;
		}
		
		* html #content {
			width: 495px;
		}
	
	#clinic_hours {
		color: #3aa539;
		width: 300px;
		text-align: center;
		font-weight: bold;
		border-collapse: collapse;
	}
	
		#clinic_hours td {
			border: 1px solid #3aa539;
			padding: 5px;
			
		}
		
	#internal_content {
		float: left;
		width: 650px;
		padding-left: 25px;
		line-height: 160%;
		padding-top: 20px;
		
	}
	
	#right_panel {
		width: 160px;
		float: left;
		padding-left: 35px;
		padding-top: 20px;
		
	}
	
#footer {
	clear: both;
	background:url(../grfx/footer.jpg) no-repeat #e5f8fe;
	width: 960px;
	height: 56px;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	margin-left: -11px;
	font-size: 10px;
	color: #fff;
	position: relative;
	z-index: 20;
}

	*:first-child+html #footer {
		margin-left: -11px;
	}
	
	* html #footer {
		margin-left: -9px;
		position: relative;
		z-index: 200;
		height: 71px;
		width: 949px;
		
		margin-bottom: -21px;
		
	}
		
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #005535;
	}

	