﻿body {
	background-color: #fafafa;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: large;
}
h2 {
	font-size: large;
    color: #6c6c6c;
}
div {
    display: block;
}
a {
	color: #6c9e2f;
    outline: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
	color: #b10c15;
}
#container {
	margin: 0 auto;
	position: relative;
    width: 800px;
}
#header {
	border-top:5px #000000 solid;
	clear: both;
	height: 150px;
	padding: 0 0 0 0;
	position: relative;
	width: 100%;
}
#prolog {
    clear: both;
	float: right;
	height: 70px;
	position: relative;
}
#logo {
	clear: both;
    float: left;
	padding: 0 0 0 20px;
	position: relative;
    width: 220px;
}
#links {
    float: right;
	padding: 0 20px 0 0;
	position: relative;
}
#links ul {
	border-collapse: collapse;
	border-spacing: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#links ul li {
	border-bottom: 5px #fafafa solid;
	float: left;
    font-weight: bold;
    padding: 40px 0 10px 0;
    text-align: center;
    text-transform: lowercase;
    width: 100px;
}
#links ul li.selected,
#contact li.contact,
#home li.home,
#team li.team,
#treatments li.treatments {
	border-bottom: 5px #b10c15 solid;
}
#links ul li a {
    color: #6c6c6c;
	text-decoration: none;
}
#links li a:hover,
#contact li.contact a,
#home li.home a,
#team li.team a,
#treatments li.treatments a {
	color: #000000;
}
#content {
	background-color: #ffffff;
	clear: both;
	float: left;
	margin: 20px 0 20px 0;
	position: relative;
	width: 100%;
}
#innerfadephotos {
	float: left;
	height: 300px;
	margin: 0 0 20px 0;
	position: relative;
	width: 100%;
}
#footer {
	background-color: #000000;
	clear: both;
	color: #c6c6c6;
	float: left;
	height: 75px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: 100%;
}
#copyright {
    float: left;
    margin: 10px 20px 0 20px;
    position: relative;
}
#copyright p {
	font-size: small;
	text-align: left;
}
#like {
    float: right;
    margin: 20px 20px 0 20px;
    position: relative;
    width: 100px;
}
#like a {
	color: #c6c6c6;
}
#like a:hover {
	color: #fafafa;
}
.clear {
	border-top: 1px #acacac solid;
	clear: both;
	float: left;
	margin: 20px 20px 20px 20px;
	width: 760px;
}
.grid_1_1 {
	clear: both;
	float: left;
    padding: 0 20px 0 20px;
	position: relative;
	width: 760px;
}
.grid_3_12 {
	clear: both;
	float: left;
    padding: 0 20px 0 20px;
	position: relative;
	width: 560px;
}
.grid_3_3 {
	float: left;
    padding: 0 0 0 0;
	position: relative;
	width: 200px;
}
.grid_3_3 p {
	font-size: small;	
}
