#content_rightcol
{
	width: 151px;
	height: 566px; /*606px;*/
	
	background-image: url( "../images/rightcol.jpg" );
	background-repeat: no-repeat;
	background-color: #e9e9e9; 
	
	position: absolute;
	margin-left: 599px;
}

#content_rightcol h3
{
	color: #75b33d;
	font-family: Verdana, sans-serif;
	letter-spacing: 0.025em;
	
	margin-left: 10px;
	margin-top: 25px;
	
	font-size: 8pt;
}

#content_rightcol p
{
	color: #808080;
	font-family: Verdana, sans-serif;
	
	margin-left: 9px;
	margin-bottom: 25px;

	background-repeat: no-repeat;
	
	text-align: justify;
	
	width: 85%;
	
	font-size: 8pt;
}

#content_rightcol a
{
	color: #ff6600;
}

#content_rightcol a:hover
{
	color: #808080;
}

#content_rightcol img
{
	border: double #cccccc;
	
	display: block;
	text-align: center;
	
	margin: 25px 25px 25px 25px;
	
	-moz-opacity:		0.75;
	opacity:			0.75;
	filter:				alpha( opacity = 75 );
}

#content_rightcol img:hover
{
	border: double #bfbfbf;
	text-align: center;
	margin: 25px 25px 25px 25px;
	
	-moz-opacity:		0.95;
	opacity:			0.95;
	filter:				alpha( opacity = 95 );
}


.loupe_ie6
{
	position: absolute;
	border: 0px;
	display: block;
	width: 20px;
	height: 20px;
	left: 90px;
	top: 0px;
	
	background-image: url( "../images/spacer.gif" );
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src = "../images/loupe.png", sizingMethod = "image" );
}

.loupe
{
	position: absolute;
	border: 0px;
	display: block;
	width: 20px;
	height: 20px;
	
	background-image: url( "../images/loupe.png" );
}