.headerTile
{ 
	background-image: url("../images/home_header_tile.jpg"); 
	background-repeat: repeat-x; 
	width: auto; 
	height: 550px; 
}

.content
{
	margin-left:15px;
	margin-top:15px;
}

.content a:link
{
	color:inherit;
	text-decoration:none;
}

.content a:hover
{
	color:inherit;
	text-decoration:underline;
}

.content a:visited
{
	color:inherit;
	text-decoration:none;
}
		
.leftColumn
{ width:58%; height:150px; float:left; border-color: #000; border-style: none solid none none; border-width: 1px; }

.leftColumn .content
{
	width:400px;
}

.rightColumn
{
	width:40%;
	float:right;
}

.rightColumn .content
{
	width:220px;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight:bold;
	color: #65c415;
	line-height:14px;
}
	
.spacer
{
	clear:both;
	height:0px;
}
	
#firstP
{
	font-size:11px;
}