@charset "utf-8";
/*----Generic Layout Styles----*/

html {
	background-color: #99CCFF;
}
.twoColSmSide #wrapper,.twoColLgSide #wrapper,.oneCol #wrapper {
	text-align: left;
	width: 800px;
	margin:0px auto;
	background-color: #ffffff;
	border:1px solid #CCCCCC;
}
.twoColSmSide #header, .twoColLgSide #header, .oneCol #header {
height:175px; 
position:relative;
} 
.twoColSmSide #sidebar div, .twoColLgSide #sidebar div{
padding:1em; 
margin-bottom:1em; 
background-color: #ffffff; 
}
.twoColSmSide #footer, .twoColLgSide #footer, .onceCol #footer {
	padding: 0;
	background-color:#99ccff;
	margin-bottom:0em;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
/*----Large Sidebar Layout Styles----*/
.twoColLgSide #sidebar{
	float:left;
	width:221px;
	padding:0;
	margin: 0;
	background-color: #ffffff;
}
.twoColLgSide #wrapper #sidebar ul{
	display:inline;
	width:215px;
	height:45px;
	list-style-type:none;
	float:left;
	padding-bottom: 0px;
	padding-left:6px
}
.twoColLgSide #maincontent {
	margin:0 0 0 230px; /*sidebar spacing*/
	padding:0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
}
/*----Classes for Float Clearing----*/
.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}
.menu {
	margin: 0px;
	padding: 0;
	width: 150px;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0px;
	height: 45px;
	list-style: none;
	background-repeat: no-repeat;
	margin-top:35px;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 45px;
	background-repeat: no-repeat;
}
.home {
	background-image: url(../images/index_05a.jpg);
}
.home a {
	background-image: url(../images/index_05.gif);
}
.about {
	background-image: url(../images/index_08a.jpg);
}
.about a {
	background-image: url(../images/index_08.gif);
}
.acupuncture {
	background-image: url(../images/index_10a.jpg);
}
.acupuncture a {
	background-image: url(../images/index_10.gif);
}
.testimonials {
	background-image: url(../images/index_12a.jpg);
}
.testimonials a {
	background-image: url(../images/index_12.gif);
}
.contact {
	background-image: url(../images/index_14a.jpg);
}
.contact a {
	background-image: url(../images/index_14.gif);
}
ul.menu li a:hover {background: none;}	

a {
	color:#0000FF;
}

