body {
	font-family:Arial, Helvetica, sans-serif;
	background:#007A3D url(../images/body-bg.jpg) top left repeat-x;
	color:#8C8C8C;
	font-size:small;
	line-height:134%;
}

a img {
	border:none;
	}

a.pdf {
	padding-left:20px;
	margin-right:16px;
	background:url(../images/pdf-icon.gif) left center no-repeat;
	}
	
h1 {
	color:#6CF;
	font-size:14px;
	font-weight:bold;
	display:inline;
	}

h2 {
	margin-top:20px;
	color:#6CF;
	font-size:10px;
	font-weight:bold;
	display:inline;
	}

h3 {
	color:#99CC00;
	font-size:16px;
	font-weight:normal;
	letter-spacing:2.5px;
	margin-top:30px;
	}
p {
	margin:0 0 14px 0;
	}

#header {
	padding:15px 0 15px 30px;
	background:url(../images/separator.gif) bottom left repeat-x;
	height:103px;
	}
	
#logo {
	float:left;	
	}
	#logo a {
		display:block;
		width:91px;
		height:90px;
		background:url(../images/logo.jpg) 0 0 no-repeat;
		}
		
/* Navigation */
#nav {
	margin-top:28px;
	float:right;
	width:600px;
	height:46px;
	}
	
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	}

#nav li {
	float:left;
	}
	
#nav ul li a:link, #nav ul li a:visited {
	float:left;
	height:46px;
	margin-left:2px;
	}

/* Where am I? */
body#clinic-page a#clinic-link,
body#prices-page a#prices-link,
body#testimonials-page a#testimonials-link,
body#questions-page a#questions-link,
body#contact-page a#contact-link,
body#shop-page a#shop-link,
#nav ul li a:hover, #nav ul li a:active {
	background:url(../images/dot.gif) top left no-repeat;
	}

#header-image {
	height:131px;
	width:747px;
	}
body#clinic-page #header-image {background:url(../images/header_clinic.jpg) top left no-repeat;}
body#prices-page #header-image {background:url(../images/header_prices.jpg) top left no-repeat;}
body#testimonials-page #header-image {background:url(../images/header_testimonials.jpg) top left no-repeat;}
body#questions-page #header-image {background:url(../images/header_questions.jpg) top left no-repeat;}
body#contact-page #header-image {background:url(../images/header_contact.jpg) top left no-repeat;}

#wrap {
	margin:40px auto 0;
	width:747px;
	background-color:#FFF;
	padding:5px;
	}
	
#menu {
	width:620px;
	margin-top:26px;
	float:right;
	}
	
#content {
	border-left:1px dotted #C1DE69;
	width:550px;
	padding:12px 0 0 15px;
	margin:0 35px 30px 0;
	float:right;
	}
	
#content_prices {
	border-left:1px dotted #C1DE69;
	width:550px;
	padding:12px 0 0 15px;
	margin:0 35px 10px 0;
	float:right;
	}
	
#footer {
	text-align:right;
	margin:0px auto 40px;
	width:747px;
	padding:5px;
	color:#FFF;
	text-transform:uppercase;
	font-size:85%;
	letter-spacing:.5px;
	}
	
#welcome {
	height:31px;
	padding:14px 0 0 27px;
	margin:5px 0;
	letter-spacing:1px;
	color:#008751;
	font-size:16px;
	background:url(../images/title.jpg) left repeat-x;
	}

#title {
	color:#99CC00;
	font-size:16px;
	letter-spacing:2.5px;
	height:32px;
	margin:5px 0;
	padding:13px 0 0 162px;
	border-top:1px dotted #C1DE69;
	border-bottom:1px dotted #C1DE69;
	}


	
#address {
	color:#008751;
	font-size:9px;
	border-top:1px dotted #C1DE69;
	padding:14px 28px;
	letter-spacing:1px;
	}
	
.divider {
	color:#C1DE69;
	margin:0 3px;
	}
	
.signed {
	color:#6CF;
	font-weight:bold;
	margin-left:5px;
	}

.green {
	color:#3A7343;
	}

.clear {
	clear:both;
	}