/* General definitions */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #663300;
	font-family: "Goudy Old Style";
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	background-repeat: repeat;
	left: 50px;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

p {
	margin: 8px 5px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:visited {
}


/* Layout */

#navMainWrapper{
	width:1024px;
	height:296px;
	text-align: center;
	background-position: center top;
}

#container {
	width: 1024px;
	padding: 0px;
	text-align: center;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center;
	font-family: "Goudy Old Style";
	font-size: 16px;
}

#header {
	height: 296px;
	background-repeat: no-repeat;
	width: 1024px;
	top: 0px;
	left: 0px;
	background-position: center;
}

#header_clinic {
	height: 296px;
	background-repeat: no-repeat;
	width: 1024px;
	top: 0px;
}

#header_bio {
	height: 296px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 1024px;
	display: inherit;
}

#header_acu {
	height: 296px;
	background-repeat: no-repeat;
	width: 1024px;
	display: inherit;
}

#header_conditions {
	height: 296px;
	background-repeat: no-repeat;
	width: 1024px;
	display: inherit;
}

#content {
	width: 1024px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	font-family: "Goudy Old Style";
	height: 472px;
	top: 0px;
	overflow: hidden;
}


#footer {
	width: 1024px;
	margin: 0;
	padding: 0px;
	background-image: url(images/home_footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 189px;
	font-family: "Goudy Old Style";
	font-size: 24px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

/* Presentation */

#links a {
	color: #FFFFFF;
}

#links ul li {
	display: inline;
	margin-left: 8px;
}

#breadcrumbs {
	font-size: 11px;
}

#menu .block {
	margin-bottom: 5px;
	padding: 5px;
	background: url(images/blockgradient.jpg) repeat-x;
	border: 1px #F3F3F3 solid;
}

#menu h3 {
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: normal;
}
