<!--
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #000;
	background-image: url(../images/bgrounds/bg.gif);
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#container { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 753px;
	height: 200px;
}

#container #header, #nav #left, #nav #buttons, #nav img,
#nav #right, #content-container, #content-left img, #content, #photo2, #photo3 
{ position: relative; float: left; }

#container #header {
	width: 753px;
	height: 54px;
	background-image: url(../images/new/header.gif);
	background-repeat: no-repeat;
}

#nav #left {
	width: 89px;
	height: 25px;
	background-image: url(../images/new/navleft.gif);
}

#nav #buttons {
	width: 581px;
	height: 25px;
}

#nav img { margin: 0; padding: 0; height: 25px; border: 0; }

#nav #right {
	width: 83px;
	height: 25px;
}

#content-container {
	width: 753px;
}

#content-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 82px;
	height: 100%;
}

#content {
	width: 474px;
	background: #427C73;
	margin-left: 89px;
	padding-left: 97px;
	padding-right: 10px;
}

#photo1, #photo2, #photo3 {
	width: 83px;
	height: 83px;
}

#photo1 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/photos/photo1.jpg);
}

#photo2 {
	background-image: url(../images/photos/photo2.jpg);
}

#photo3 {
	background-image: url(../images/photos/photo3.jpg);
}

#footer {
	position: relative;
	float: left;
	width: 753px;
	height: 83px;
}

#addressbar {
	position: relative;
	float: left;
	width: 498px;
	height: 83px;
	margin-left: 89px;
	background-image: url(../images/bgrounds/btm_bar.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
}

a:link {
	color: #F3C400;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #F3C400;
}

a:hover {
	text-decoration: underline;
	color: #B45E1B;
}

a:active {
	text-decoration: none;
	color: #A28657;
}

.smallyellow {
	font-size: 8px;
	font-weight: bold;
	color: #F7C508;
}

.h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.h2 {
	font-size: 14px;
	font-weight: bold;
	color: #EABA22;
}

.style1 {color: #CCCCCC;}

#home { 
	height: 25px;
	background-position: 0px -25px;
	position: relative;
	float: left;
	background-image: url(../images/nav/home.gif); 
	width: 50px;
}
#about { 
	height: 25px;
	background-position: 0px -25px;
	position: relative;
	float: left;
	background-image: url(../images/nav/about.gif); 
	width: 51px;
}
#naturopathic { 
	height: 25px;
	background-position: 0px -25px;
	position: relative;
	float: left;
	background-image: url(../images/nav/naturopathic.gif); 
	width: 154px;
}
#faq { 
	height: 25px;
	background-position: 0px -25px;
	position: relative;
	float: left;
	background-image: url(../images/nav/faq.gif); 
	width: 44px;
}
#mayan { 
	height: 25px;
	background-position: 0px -25px;
	position: relative;
	float: left;
	background-image: url(../images/nav/mayan.gif); 
	width: 112px;
}
#links { 
	height: 25px;
	background-position: 0px -25px;
	position: relative;
	float: left;
	background-image: url(../images/nav/links.gif); 
	width: 48px;
}
#forms { 
	height: 25px;
	background-position: 0px -25px;
	position: relative;
	float: left;
	background-image: url(../images/nav/forms.gif); 
	width: 55px;
}
#contact { 
	height: 25px;
	background-position: 0px -25px;
	position: relative;
	float: left;
	background-image: url(../images/nav/contact.gif); 
	width: 67px;
}
#home:hover, #about:hover, #naturopathic:hover, #faq:hover, #mayan:hover, #links:hover, #forms:hover, #contact:hover {
	background-position: 0px 0px;	
}

#newsletter-index {
	border: black 1px solid;
	background-color: #400;
	width: 200px;
	padding: 5px;
	font-size: 10px;
	margin: 10px;
	float: right;
}
#newsletter-index a {
	
}
-->