body, html {
	font-family: Calibri, Verdana, "MgOpen Modata", Arial, sans-serif;
	color: #9999FF;
    background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-size: 16px;
}
caption {
    font-weight: bold;
	text-align: left;
}
.leftcol {
	width: 250px;
	height: auto;
	float: left;
}
#navbar ul {
    list-style: none;
	margin: 0px;
	padding: 0px;
}
#navbar li, #navbar a {
	display: inline;
	text-decoration: none;
	margin-right: 0.5em;
}
div.navbar {
	width: auto;
	clear:right;
	float: right;
	text-align: center;
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding-right: 5em;
}

/* cotsweb Oct 2008 - set font-family, color and font-size here to match what Lindsay has done with other pages */
div.content {
	font-family: Tahoma, sans-serif;
	color: #3366FF;
	width: 670px;
	clear: right;
	float: left;
	margin: 4px;
	padding: 0px;
	position: relative;
	font-size: smaller;
}
.contentleft {
	float: left;
}
.contentright {
    float: right;
	clear: right;
	margin: 1em;
}
#navbar a:link, #navbar a:visited {
    color:  #9999FF;
}
#navbar a:hover {
    color: #CCCCCC;
}
#navbar a:active {
    color: #9999FF;
}
body#home li.home a,
body#treatments li.treatments a,
body#location li.location a,
body#specials li.specials a,
body#contact li.contact a,
body#links li.links a {
   	color: #CC66CC;
}
div.midcol {
	width: 420px;
	height: auto;
	margin: 1em;
 	float: left;
	padding-left: 1em;
}
.cherish {
	font-family: "Bradley Hand ITC", "Chalkboard", "URW Chancery L", cursive;
	font-size: 5.0em;
	margin: 0px;
	text-align: center;
}
div.sidebox {
	border: thin solid #9999FF;
	height: auto;
	width: 175px;
	text-align: center;
	margin: 1em;
	float: right;
}
.clearboth {
	clear: both;
	text-align: center;
}	 
.subtitle {
	font-size: 1.1em;
	margin-top: -1em;
	text-align: center;
}
.box {
	background: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
	padding: 0px 10px 0px 10px;
	position: relative;
}
.smalltext {
	font-size: 0.5em;
}
.alignright {
   float: right;
   margin-left: 2px;
   margin-right: 0px;
   margin-bottom: 2px;
   margin-top: 2px;
}
form p label {
   float: left;
   width: 30%;
}
.error {
	color:#FF0000;
	margin-left: 30%;
   }
#footer a {
 	color: #9999FF;
    text-decoration: none;   
   }