body {
	background-image: url(../images/bkg.jpg);
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

/* Links
--------------------------------------------*/

a:link {
	color: #660000;
	text-decoration: none
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}

a.question:link {
	font-size: 11px;
	color: #660000;
	text-decoration: none;
	background-image: url(../images/question_bkg.jpg);
	display: block;
	padding: 3px 4px 3px 4px;
	border: 1px solid #d7bd93;
}
a.question:visited {
	font-size: 11px;
	color: #660000;
	text-decoration: none;
	background-image: url(../images/question_bkg.jpg);
	display: block;
	padding: 3px 4px 3px 4px;
	border: 1px solid #d7bd93;
}
a.question:hover {
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
	background-image: url(../images/question_bkg2.jpg);
	display: block;
	padding: 3px 4px 3px 4px;
	border: 1px solid #d7bd93;
}
a.nav:link {
	font-size: 11px;
	line-height: 17px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a.nav:visited {
	font-size: 11px;
	line-height: 17px;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	font-size: 11px;
	line-height: 17px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
.side_links {
	font-size: 11px;
	line-height: 16px;
	color: #660000;
	text-decoration: none;
}

img {
  border:0;
  }

/* Containers
--------------------------------------------*/

#page {
	background: url(../images/glowbackground.jpg);
	border-spacing: 0px;
	border-width: 0px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 958px;
}

#leftGlow {
	background: url(../images/left-glow.jpg);
	float: left;
	height: 700px;
	width: 29px;
}

#rightGlow {
	background: url(../images/rightglow.jpg);
	float: right;
	height: 700px;
	width: 29px;
}

#content {
	display: block;
	margin-left: 29px;
	margin-right: 29px;
	height: 100%;
	width: 900px;
}

#top {
	border-spacing: 0px;
	border-width: 0px;
	height: 54px;
	padding: 0px;
	width: 900px;
}

#top-left {
	float: left;
	vertical-align: top;
	width: 49%;
}

#top-right {
	float: right;
	position: relative;
	text-align: right;
	top: 12px;
	vertical-align: bottom;
	width: 49%;
}

/* Top Menu
--------------------------------------------*/

#top-menu {
	overflow: hidden; /* Needed for IE6 */
	height: 38px;
	width: 900px;
}

#top-menu ul {
	background: url(../images/nav_bkg.jpg);
	float: left;
	height:38px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 900px;
}

#top-menu ul li {

	float:left;
	position:relative;
	padding-right:0px;
	padding-left:0px;
	top: 10px;
	vertical-align: middle;
}

#top-menu ul li.curve{

	float:left;
	height:38px;
	position:relative;
	padding-right:0px;
	padding-left:0px;
	top: 0px;
}

#top-menu ul li.spacer{

	float:left;
	position:relative;
	padding-right:14px;
	padding-left:14px;
	top: 11px;
	vertical-align: middle;
}

#top-menu ul li.curve-end{
	float:right;
	height:38px;
	position:relative;
	padding-right:0px;
	padding-left:0px;
	top: 0px;
	width: 20px;
}

/* Middle of page (shockwave, etc.)
--------------------------------------------*/

#treatments {
	background: url(../images/sidebar_bkg.jpg);
	float: left;
	height: 300px;
	width: 260px;
}

#treatments-detail {
	float: left;
	padding: 20px 20px 0px 13px;
	width: 227px;
}

#shockwave {
	float: right;
	margin: 0px;
	padding: 0px;
}


/* Main content
--------------------------------------------*/

#main-content {
	background: #FFFFFF;
	float: left;
	width: 100%;
}

#admin-content {
	background: #FFFFFF;
	padding: 40px;
	width: 820px;
}


/* Side Menu
--------------------------------------------*/

#side-menu {
	float: left;
	padding: 20px;
	width: 220px;
}


/* Main Text (Used with side-bar)
--------------------------------------------*/

#main-text {
	float: left;
	margin: 20px 0px 20px 0px ;
	padding-right: 20px;
	padding-top: 23px;
	width: 379px;
}

/* Main Text (Used without side-bar)
--------------------------------------------*/

#main-text-nosidebar {
	float: left;
	margin: 20px 0px 20px 0px ;
	padding-right: 20px;
	padding-top: 23px;
	width: 579px; color:#333333
}

/* Side Bar
--------------------------------------------*/

#side-bar {
	border-color: #d7bd93;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	float: right;
	height: 100%;
	margin-top: 20px;
	padding: 0px 20px 20px 20px;
	width: 200px;
}

/* Calendar
--------------------------------------------*/
			
.Calendar {
	border: 1px solid black;
}

.CalendarTitle {
	font-weight: bold;
	font-size: 1.2em;
	background: #666699;
	color: #FFFFFF;
}

.CalendarTitleLink {
	font-weight: bold;
	font-size: 1.0em;
	background: #666699;
	color: #FFFFFF;
}

.CalendarTitleLink a:hover {
	font-weight: bold;
	font-size: 1.0em;
	background: #666699;
	color: #FFFFFF;
}

.CalendarDateTitle {
	font-weight: bold;
	background: #666699;
	color: #FFFFFF;
}

.CalendarNone {
	background: #999999;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.CalendarToday {
	background: #FFFFCC;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.CalendarDay {
	background: #FFFFFF;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

.calendardetail	{color:#FF0000;
			font-weight:bold;	}

/* Bottom Bar
--------------------------------------------*/

/* used by the table version of site */
.bottom {
	background-color: #660000;
	display: block;
	border: 1px solid #FFFFFF;
}

/* used by css version of site */
#bottom {
	background-color: #660000;
	display: block;
	border: 1px solid #FFFFFF;
	float: left;
	padding: 8px 20px 8px 20px;
	width: 858px;
}
#bottom a:link	{color:#FFFFFF}
#bottom a:visited	{color:#FFFFFF}
#bottom a:hover	{color:#660000; background:#FFFFFF}
#bottom-left {
	float: left;
}

#bottom-right {
	float: right;
}


/* Text
--------------------------------------------*/

h1 {
	font-size: 20px;
	line-height: 26px;
	color: #9F3F41;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	color: #660000;
	text-decoration: none;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	color: #9F3F41;
	text-decoration: none;
}

.regular_text {
	font-size: 12px;
	line-height: 18px;
	color: #996600;
	text-decoration: none;
}
.small_text {
	font-size: 11px;
	line-height: 17px;
	color: #996600;
	text-decoration: none;
}
.red_titles {
	font-size: 13px;
	color: #990000;
	text-decoration: none;
	display: block;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7bd93;
	font-weight: bold;
}

.style1 {color: #D3B58A}
.hours	{padding-left: 15px; margin-left: 0; font-size:.8em}

/* Misc
--------------------------------------------*/

.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


.boxtoright {
	float: right;
	padding-left: 4px;
	padding-right: 15px;
}