body {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000;
	font-size: 12px;
}

h3 {
	font-size: 16px;
}

#menu {
	position: absolute;
	top: 16%;
	left: 10%;
	width: 80%;
	background-color: #00CC00;
	height: 4%;
/*	border: 1px solid #000000; */
}

li h3 {
	margin: 0;
}
	
#logo {
	position: absolute;
	top: 0%;
	left: 10%;
	height: 20%;
	width: 75%;
	/* border-bottom:4px solid #CCCCCC; */
	padding-left: 5%;
	background-color: #99FF66;
	/* background-image:url(../images/joyce-vetterlein-osteopath.png); */
	/* border: 1px solid #FF0000; */
}

#borderLeft {
	position: absolute;
	top: 0;
	left:0;
	width:10%;
	height: 100%;
	background-color:#CCCCCC;
	/* border-right: 1px solid #000000; */
}

#borderRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	height: 100%;
	background-color: #cccccc;
	/* border: 1px dotted yellow; */
}

#side1 {
	position: fixed;
	width: 20%;
	height: 65%;
	top: 20%;
	left: 10%;
	padding: 2%;
	color: #000000;
	border-right: 1px solid #000000;
	text-align: left;
	overflow:auto;
	/* border: 2px dotted yellow;  */
}

#side2 {
	position: absolute;
	width: 18%;
	height: 65%;
	top: 20%;
	right: 6%;
	left: 68%;
	padding: 2%;
	border-left: 1px solid #000000;
	/* border: 2px dotted #000000; */    
	color: #000000;
	text-align: left;
	overflow:auto;
}

#centre {
	position: fixed;	
	top: 20%; 
	left: 34%;
	width: 26%;
	height: 66%;
	overflow: auto;
	padding: 4%; 
	overflow: auto;
	border-right: 1px solid #000000;
	/* border: 1px red solid; */    
}

#footer {
	position: absolute;
	bottom: 0%;
	left: 10%;
	margin-top: 5%;
	width: 80%;
	height: 4%;
	border-top: 10px solid #00CC00;  
	background-image: url(../images/footer.jpg);
}

#break {
	position: absolute;
	top: 26%;
	left: 0;
	width: 100%;
	background-color: #CC0000;
	height: 20px;
	border: 1px solid #000000;
}

h1#seoClients {
	font-size:16px;
	font-weight: bold;
}

.dropcap {
	color: #000000;
	font-size: 2.5em;
	float: left;
	padding-right: 2px;
}

.emphasis {
	font-style:italic;
	font-weight:bold;
}

.commentsLeft {
	position: absolute;
	margin-left: 0;
	margin-top: 100px;
	width: 230px;
}

.commentsRight {
	position: absolute;
	margin-left: 360px;
	margin-top: 100px;
	width: 230px;
}

#clear {
	clear: both;
}


#w3c {
	margin-bottom: 10px;
	padding-top: 10px;
}

#content h1 {
	font-size:1.2em;
	color: #711515;
	background-color: transparent;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul#tabnav {
	list-style-type: none;
	margin: 0;
	padding-left: 40px;
	padding-bottom: 24px;
	font: bold 11px verdana, arial, sans-serif;
}

ul#tabnav li {
	float: left;
	height: 5%;
	background-color: #00CC00; /* #00FFFF; */
	color: #ffffff;
	/* margin: 2px 2px 0px 2px; */
}

ul#tabnav a:link, ul#tabnav a:visited {
	display: block;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}

ul#tabnav a:hover {
	background-color: #009900;
	color: #000000;
}

body#home li.home, body#contact li.contact, body#about li.about
body#services li.services, body#portfolio li.portfolio, body#faq li.faq {
	border-bottom: 1px solid #fff;
	color: #000000;
	background-color: #00FFFF;
}

body#home li.home a:link, body#home li.home a:visited,
body#about li.about a:link, body#about li.about a:visited,
body#services li.services a:link, body#services li.services a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited, 
body#portfolio li.portfolio a:link, body#portfolio li.portfolio a:visited,
body#faq li.faq a:link, body#faq li.faq a:visited,
body#news li.news a:link, body#news li.news a:visited,
body#pregnancy li.pregnancy a:link, body#pregnancy li.pregnancy a:visited {
	color: #000000;
	background-color: #00FF00;
	border-bottom: 0;
}