html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	background: #CCCC66 url(images/drjanebg.gif) repeat-x;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1{
	margin: 20px;
	font-size: 14pt;
	font-weight: normal;
}
h1 .date{
	font-size: 10pt;
	line-height: 100%;
}
p{
	font-size: 10pt;
}
a{
	font-weight: bold;
	text-decoration: none;
	color: #CCCC66;
}
a:hover{
	text-decoration: underline;
}
img{
	display: block;
}

/* HEADER STYLES */

#header{
	position: absolute;
	border-bottom: 1px solid #000000;
}
#header a{
	font-weight: normal;
}
#mainmenu{
	position: absolute;
	margin-left: 104px;
	margin-top: 120px;
	font-size: 10pt;
}
#mainmenu a{
	display: block;
	white-space: nowrap;
	border-left: 1px solid #000000;
	padding-left: 6px;
	padding-top: 10px;
	padding-right: 16px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#submenu{
	border-left: 1px solid #000000;
	font-size: 8pt;
}
#submenu a{
	display: block;
	margin-left: 10px;
	margin-bottom: 4px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
#mainmenu a:hover, #submenu a:hover{
	color: #CC3333;
	font-weight: normal;
}

/* BODY STYLES */

#body{
	width: 100%;
	position: absolute;
	margin-top: 179px;
}
#centercolumn{
	text-align: center;
}
.bodytext{
	overflow: auto;
	text-align: left;
	border: 1px solid #000000;
	height: 300px;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #FFFFFF;
}
.bodytext p{
	margin: 15px 20px;
	font-size: 10pt;
	line-height: 150%;
}
.therapiestext_old{
	border: 1px solid #000000;
	width: 250px;
	height: 302px;
	margin-left: 25px;
	margin-right: 25px;
	background-color: #FFFFFF;
}
.therapiestext_old p{
	font-size: 10pt;
	line-height: 14pt;
	color: #666666;
	margin: 20px;
}
.therapiestext{
	margin-left: 0px;
	margin-right: 25px;
	background-color: #FFFFFF;
}
.therapiestext p{
	font-size: 10pt;
	line-height: 14pt;
	color: #666666;
	margin: 15px;
}
.therapiestext h1{
	margin: 15px;
	margin-top: 0px;
}
.photo{
	border: 1px solid #000000;
}
.leftphoto{
	width: 200px;
	text-align: left;
}
.leftphoto img{
	border: 1px solid #000000;
	border-left: 0px;
}
.rightphoto{
	width: 200px;
	text-align: right;
}
.rightphoto img{
	border: 1px solid #000000;
	border-right: 0px;
}
#pagehdr{
	position: absolute;
	margin-left: 104px;
	margin-top: 483px;
}
.announcement {
	margin: 20px;
	padding: 1px 0;
	background: #cc3333;
	color: #FFFFFF;
}
.announcment p {
	margin: 10px;
}
.announcement b {
	color: #CCCC66;
}