@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #d8ccb8;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	}
	
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 2.4em;
	font-weight: normal;
	margin-bottom: 7px;
	}
	
h1 a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-weight: normal;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #7A9F82;
	margin-top: 10px;
	margin-bottom: 33px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #DC3994;
	margin-top: 10px;
	margin-bottom: 33px;
	}
	
h4 {
	margin: 0;
	padding: 0;
	color: #DC3994;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	}
	
h6 {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	}
	
	h5 {
	margin: 0;
	padding: 0;
	color: #DC3994;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	}
	
	
.medtitle {
	font-size: 1.2em;
	}

.bigheadline {
	font-size: 1.5em;
	}

.bigheadline a {
	text-decoration: none;
	color: #D68684;
	}
	
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-right: 40px;
	color: #7A9F82;
	margin-top: 40px;
	}
	
.contact a {
	text-decoration: none;
	color: #7A9F82;
	}
	
.contact a:hover {
	color: #D68684;
	}
	
	
.smallheadline {
	color: #7A9F82;
	}
	
.imageheads {
	color: #999999;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
.phone {
	color: #fff;
	}
	
#wrap {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F2BBB3;
	}
	
#header {
	background-color: #7A9F82;
	height: 90px;
	padding: 10px 36px 10px 36px;
	color: #f7dad4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/slogan.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 1.1em;
	}
	
#header p {
	margin: 0 0 5px 0;
	}
	
#main {
	width: 960px;
	}
	
#nav {
	width: 128px;
	padding: 22px 36px;
	color: #333;
	float: left;
	font-size: 1.7em;
	}
	
#nav a, #nav a:visited {
	color: #876E69;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #fff;
	}
	
#content {
	width: 610px;
	padding: 40px 75px;
	margin-left: 200px;
	background-color: #fff;
	line-height: 150%;
	font-size: 1.4em;
	}
	
#contentalt {
	width: 610px;
	padding: 40px 75px;
	margin-left: 200px;
	background-color: #ffe7e5;
	line-height: 150%;
	font-size: 1.4em;
}
	
#footer {
	width: 888px;
	height: 21px;
	background-color: #7A9F82;
	color: #f7dad4;
	padding: 10px 36px 1px 36px;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #333;
	}
	

