html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
 
html {
	background-color: white;
	}
	
#wrapper {
margin-left: auto; margin-right: auto;
width: 960px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height */
}

#nav {
	background: url(images/nav_bgd.png) left top no-repeat;
	height: 143px;	
}

#banner {
	background: url(images/new_banner.jpg) left top no-repeat;
	height: 160px;
	padding: 10px 30px 0px 690px;		
}


#content {
	float: left;
	width: 570px;
	margin: 20px 0px 0px 0px;
}

#sidebar {
	width: 320px;
	float: right;
	margin-top: 35px;
	margin-right: 0px;	

}


#image_1 {
	background: url(images/consultation.jpg) no-repeat;
	width: 315px;
	height: 212px;
	margin-top: 10px;
	border: 1px solid #484e00;
}

#image_2 {
	background: url(images/clinic_info.jpg) no-repeat;
	width: 315px;
	height: 324px;
	margin-top: 10px;
	border: 1px solid #484e00;
}

#image_3 {
	background: url(images/fiona_head.jpg) no-repeat;
	width: 315px;
		height: 324px;
	margin-top: 10px;
	border: 1px solid #484e00;
}

#image_4 {
	background: url(images/tom_foot.jpg) no-repeat;
	width: 315px;
		height: 324px;
	margin-top: 10px;
	border: 1px solid #484e00;
}

#image_5 {
	background: url(images/pete_new.jpg) no-repeat;
	width: 315px;
		height: 454px;
	margin-top: 10px;
	border: 1px solid #484e00;
}

#image_6 {
	background: url(images/shoulders.jpg) no-repeat;
	width: 315px;
		height: 209px;
	margin-top: 10px;
	border: 1px solid #484e00;
}


#image_7 {
	background: url(images/knee.jpg) no-repeat;
	width: 315px;
		height: 209px;
	margin-top: 10px;
	border: 1px solid #484e00;
}

#image_8 {
	background: url(images/head.jpg) no-repeat;
	width: 315px;
		height: 209px;
	margin-top: 10px;
	border: 1px solid #484e00;
}

#image_9 {
	background: url(images/clinic_info.jpg) no-repeat;
	width: 315px;
		height: 324px;
	margin-top: 10px;
	border: 1px solid #484e00;
}

#image_10 {
	background: url(images/consultation.jpg) no-repeat;
	width: 315px;
		height: 200px;
	margin-top: 10px;
	border: 1px solid #484e00;
}

#image_11 {
	background: url(images/arm.jpg) no-repeat;
	width: 315px;
		height: 209px;
	margin-top: 10px;
	border: 1px solid #484e00;
}


#footer {
width: 900px;
	height: 25px;
}


.footer, .push {
	height: 25px; /* .push must be the same height as .footer */
	clear: both;
	padding-top: 10px;
}

.footer {
	position: relative;
	margin: 0 auto;
}



.p_indent {
	text-indent: 71px;
}

#map {
	border: solid black;
}

ul {
	margin-left: -25px;
padding-top: 110px;
	
}

ul li{
	
	list-style-type: none;
	display: inline;
	font-size: 24px;
	font-family: tahoma, arial, helvetica, sans-serif;
	padding-left: 25px;
	
}


#footer p {

	padding-bottom: 20px;
	padding-top: 5px;
	border-top: 1px solid #484e00;
	text-align: center;
	font-size: 10px;

}


.index {
	background: url(images/pete_new.jpg) no-repeat;
	border: none;
	margin-top: 10px;
}

.clinic_info {
	background: url(images/clinic_info.jpg) no-repeat;
	border: none;
	margin-top: 10px;

	
}

.copyright {
	margin: 5px -15px 0 -15px;
	padding-left: 15px;
}



h1 {
	font-size: 44px;
	font-family: tahoma, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	color: #949494;

	margin-bottom: 30px;
	
}

h2 {
	font-size: 20px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #fcfcfc;
}

h3 {
		font-size: 20px;
		font-family: tahoma, arial, helvetica, sans-serif;
		color: #666667;
	}

h4 {
			font-size: 16px;
			font-family: tahoma, arial, helvetica, sans-serif;
				color: #484848;
			border-bottom: 1px solid #484e00;
		}
p {
	font-size: 15px;
	color: #666667;
	font-family: tahoma, arial, helvetica, sans-serif;
	padding: 0 0 0 0;
}

.p_small {
	font-size: 12px;
	color: #666667;
	font-family: tahoma, arial, helvetica, sans-serif;
	padding: 0 0 0 0;
}




a:link {
		color: #949494;
		text-decoration: none;
	}
	
a:visited {
	color: #949494;
	text-decoration: none;
}

a:hover {
		color: #484848;
		text-decoration: none;
		font-style: bold;
	}
	
a:active {
	color: #949494;
	text-decoration: none;
}


#content a:link {
			color: #484848;
		text-decoration: none;
	}
	
#content a:visited {
		color: #484848;
	text-decoration: none;
}

#content a:hover {
			color: #484848;
		text-decoration: none;
	}
	
#content a:active {
		color: #484848;
	text-decoration: none;
}