@charset "utf-8";
/* CSS Document */

#right-column
	{
	width:220px;
	height:inherit;	
	}
#right-column-img img
	{

	height:150px;
	width:220px;
	}
#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;
	list-style::circle;
	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:10px;
	padding-left:13px;
	}
#content
	{
	background-color:#b2d4e0;
	}
#main-text
	{
		margin-right:220px;
	}
#menu a.facial:link
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
#menu a.facial:visited
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
#menu a.facial:hover
	{
	background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
#menu a.facial:active
	{
		background-image:url(../images/curent-page-marker.jpg);
		background-position:left;
		background-repeat:no-repeat;
		color:#2c9ddc;
	}
