html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	background-color: #B0B8FF;
}
#page {
	margin: 0px;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header{
	height: 80px;
	width: 900px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top{
	height: 37px;
	width: 450px;
	padding: 0px;
	margin: 0px;
	float: left;
}
#bottom{
	height: 37px;
	width: 400px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#main {
	height: 456px;
	width: 890px;
	border: 2px solid #1F1812;
	margin: 0px;
	background-image: url(../images/main2.jpg);
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content{
	height: 425px;
	width: 480px;
	margin: 0px;
	float: right;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content1{
	height: 450px;
	width: 480px;
	margin: 0px;
	float: right;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#taskbar{
	height: 40px;
	width: 480px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#main2 {
	height: 452px;
	width: 882px;
	padding: 0px;
	border: 2px solid #000000;
	margin: 0px;
	background-color: #F4E48A;
}
#wellnessphoto{
	height: 450px;
	width: 324px;
	margin: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wellnesscontent{
	height: 410px;
	width: 545px;
	margin: 0px;
	overflow: auto;
	float: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #003399;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#wellnesstaskbar{
	height: 40px;
	width: 550px;
	padding: 0px;
	margin: 0px;
	float: left;
}

a:link {
	color: #B0B8FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699FF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #B0B8FF;
}
.small{
	font-size: 10px;
}
.large{
	font-size: 14px;
}
#wellnesscontent a:link {
	color: #1F1812;
	text-decoration: none;
}
#wellnesscontent a:visited {
	text-decoration: none;
	color: #333333;
}
#wellnesscontent a:hover {
	text-decoration: underline;
	color: #000066;
}
#wellnesscontent a:active {
	text-decoration: none;
	color: #1F1812;
}
#footer{
	width: 890px;
	height: 25px;
	padding: 5px;
	margin: 0px;
	color: #1F1812;
}
#footer a:link {
	color: #663300;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
	color: #000066;
}
#footer a:active {
	text-decoration: none;
	color: #663300;
}
