﻿.SmallContentCell
{
	width: 250px;
	height: 155px;	
	background-image: url(/images/ContentCellBackground.jpg);
	vertical-align: top;
	padding: 0px;
	float: right;
	position: relative;
}

.SmallContentCell a:link
{
	text-decoration: none;
	color: #333;	
}

.SmallContentCell a:visited
{
	text-decoration: none;
	color: #333;	
}

.SmallContentCell a:hover
{
	text-decoration: underline;
	color: #333;	
}

.SmallContentCell h1
{
	background-image: url(/images/styling_images/LargeArrowBullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 1.1em;
	font-weight:600;
	color: #333;
	padding-left: 25px;
	height: 20px;
	margin: 20px 0px 5px 10px;
	
}

.SmallContentCell p
{
	margin: 0px;
	padding: 0px 0px 0px 36px;	
	font-size: 0.8em;
	width: 150px;
	line-height: 1.4em;
}

.SmallContentClickHere
{
	position: absolute; 
	top: 120px; 
	left: 30px;
}