
@charset "utf-8";
/* CSS Document * This stylesheet for treatments section of the web site. Place link to this file below global.css */ 
#right-column
	{
	width:220px;
	height:inherit
	
	}
#right-column-img img
	{
	margin-left:2px;
	height:150px;
	width:218px;
	}
#right-column-content
	{
	text-align:left;
	width:217PX;
	margin-left:3px;
	padding-top:10px;
	min-height:inherit;
	
	}
#right-column-content li
	{
	margin-bottom:5px;
	font-size:12px;
	}
#right-column-content ul
	{
	margin-left:10px;
	padding-left:13px;
	}
#content
	{
	background-color:#b2d4e0;
	}

#menu a.treatments:link
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
#menu a.treatments:visited
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
#menu a.treatments:hover
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
#menu a.treatments:active
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
	
