/*main elements*/
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d3a00;
	background-color: #acbc0c;
	padding-top: 1px;
	margin-top: -1px;
	background-image: url(images/imageBack.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	border: 2px solid #acbc0c;
	width: 800px;
	height: 600px;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	margin-top: 0px;
}
#header {
	margin: 0em auto;
	width:800px;
	position: relative;
	height:85px;
}
#body {
	width:800px;
	height:415px;
	position: relative;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	background-image: url(images/tree_back.jpg);
	overflow: visible;
	visibility: visible;
	z-index: 1;
	text-align: center;
	vertical-align: top;
	margin-top: 5px;
}
#footer {
	margin: 0em auto;
	padding: 0em;
	width:100%;
	position: relative;
}
/*sub elements*/
#contactDiv {
	margin: 0em auto;
	width:800px;
	position: relative;
	height:20px;
	text-align: center;
}
#buttonsWidth {
	position: relative;
	height:45x;
	z-index: 1;
}
#clinicAddress {
	position: relative;
	width: 490px;
	height: 30px;
}
#clinicButtons {
	margin: 0 auto;
    width: 490px;
	height:44px;
}
#baseText {
	position: relative;
	text-align: center;
	width: 100%;
}
#left {
	width: 352px;
	float: left;
	height: 440px;
	text-align: right;
	background-attachment: scroll;
	background-image: url(images/indexLinks_17.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#leftDiv_height {
	height: 97px;
	width: 100%;
}
#right {
	width: 448px;
	float: right;
	height: 440px;
	background-attachment: scroll;
	background-image: url(images/indexImages_05.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#base {
	width: 490px;
	float: left;
	height: 44px;
	background-image: url(images/container_19.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
	background-attachment: scroll;
	background-position: center top;
}
/*text styles*/
#content a:link, #content a:visited, #content a:active, #content a:hover {
	color: #4d3a00;
	text-decoration: underline;
}
.style1 a:link, a:visited, a:active {
	color: #4d3a00;
	text-decoration: underline;
}
.style1 a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.style1 {
	font-size: 10px;
}
.style2 {
	font-size: 10px;
	color: #FFDE0B;
}
.style2 a:link {
	text-decoration: underline; color: #FFDE0B;
}
.style2 a:active {
	text-decoration: underline; color: #FFDE0B;
}
.style2 a:hover {
	text-decoration: underline; color: #CC3300
}
.style3 {
	font-size: 9px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
}

h2 {
	font-weight: normal;
	font-size: 12px;
}

h3 {
  
}
