/*
* {
margin: 0;
padding: 0;
}
*/

body {
background: #ddeff1;
text-align: center;
font: normal 12px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding: 0px;
margin: 0px;
}

a {
color: #000;
text-decoration: underline;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #666;
}
img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

/*#header {
width: 700px;
height: 250px;
background:  url("../images/acupuncture.jpg") no-repeat; 
background-position: bottom right;
}
*/

#top {
position: relative;
top:0px;
width: 680px;
font-size: 11px;
color: #666666;
padding: 2px;
}

#wrapper {
width: 700px;
background: #fff;
background-position: 0 0;
border-left: solid 10px #fff;
border-right: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

#placeholder {
width: 400px;
height: 30px;
padding: 10px 0 10px 215px;
margin:0px;

}

h2 {
font: bold 18px/22px arial, verdana, tahoma, sans-serif;
color: #317082;
display:none;
}
h3 {
font:bold 14px/20px arial, verdana, tahoma, sans-serif;
}

#content {
padding-left:215px;
width: 465px;
margin: 10px 10px 10px 10px;
}




p {
margin-bottom: 20px;
}

#main {
width: 700px;
padding: 0;
position:relative;
}


#sidebar {
	width: 205px;
	position: absolute;
	left: -20px;
	top:-50px;
}
* html #sidebar {
	width: 205px;
	position: absolute;
	left: -20px;
	top:-41px
}
#nav {
list-style: none;
z-index: 2;
border-right: 0px solid #fff;
width: 205px;
}

#nav li a {
color: #317082;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 170px;
height: 24px;
background-color: #fff;
border-bottom:  1px dotted #317082;
padding-left: 0px;
text-decoration: none;
}

#nav li a:hover {
/* background-image: url("../images/bullet.gif"); */
background-color:#ddeff1;
color:#666;
}

#current a {
/*background-image: url("../images/bullet.gif"); */
display: block;
width: 170px;
height: 24px;
background-color:#ddeff1;
}

#footer {
clear: both;
width: 680px;
padding:10px;
font: normal 9px/16px verdana, arial, tahoma, sans-serif;
text-align:center;
}

.return {
font-size: 9px;
}
