/* CSS Document */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 5px;
	padding: 0;
	background-image: url(../images/wellness-bg2.gif);
	background-repeat: repeat-x;
	background-color: #ccc;
}

p {
	line-height: 1.4em;
}

h1 {
	color: #dc8b32;
	font-size: 18px;
}

h3 {
	color: #dc8b32;
	font-size: 15px;
	border-bottom: solid 1px #ccc;
}

a:link, a:visited {
	color: #005984;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.divider {
	border-bottom: 1px #ddd solid;
}

.dashedDivider {
	border-bottom: 1px #eee dashed;
}

.date,
.articleTitle {
	color: #799465;
}

.address {
	color: #dc8b32;
}

#header {
	margin: 0;
	padding: 0;
	width: 888px;
}

#nav {
	margin: 0;
	padding: 0;
	width: 888px;
}

#page {
	width: 840px;
	background-image: url(../images/page-BG.gif);
	padding: 20px 24px;
	margin: 0;
}

.leftColumn {
	padding-right: 20px;
}

.rightColumn {
	padding-left: 20px;
}


#footer {
	margin: 0;
	footer: 0;
	width: 888px;
	height: 26px;
	background-image: url(../images/wellness-footer-BG.gif);
	background-repeat: repeat-x;
}

.copyright {
	font-size: 10px;
	padding-top: 5px;
	color: #FFF;
	text-align: center;
} 