@charset "utf-8";
/* CSS Document * This stylesheet for Specialist section of the web site. Place link to this file below global.css */ 
#right-column
	{
	width:220px;
	height:inherit;	
	}
#right-column-img img
	{
	width:220px;
	}
#right-column-content
	{
	text-align:center;
	width:217px;
	padding-top:10px;
	min-height:inherit;
	}
#right-column-content li
	{
	margin-bottom:5px;
	font-size:11px;
	list-style: none;
	font-family:Georgia, "Times New Roman", Times, serif
	
	}
#right-column-content li a:link
	{
		text-decoration:none;
		color:#009;		
	}
#right-column-content li a:visited
	{
		text-decoration:none;
			color:#009;
	}
#right-column-content li a:hover
	{
		text-decoration:underline;	
		color:#06F;
	}
#right-column-content li a:active
	{
		text-decoration:none;		
	}
#right-column-content ul
	{
	margin-left:0px;
	padding-left:13px;
	text-decoration:none;
	}
#content
	{
	background-color:#b2d4e0;
	}

#main-text
	{
		margin-right:220px;
	}
#menu a.specialists:link
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
#menu a.specialists:visited
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
#menu a.specialists:hover
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
#menu a.specialists:active
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
	
