a:link { 
	color: #0F75BC;
	text-decoration: none;
}
a:visited { 
	color: #0F75BC;
	text-decoration: none;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}

#header { 
	background: url('/img/headers/bluesplat.jpg') no-repeat;
}
#header h1
{
	background: url('/img/headers/logo_blue.gif') no-repeat;
}
#footer #greybox #lowerimg
{
	background: url('/img/elements/footer_img_business.png') no-repeat;
}
#footer #greybox #lowerimg h3 
{
	color: #8bc13e;
}









.left
{
	float: left;
	width: 360px;
}
.left .center
{
	text-align: center;
}

.sep_horz
{
	float: left;
	height: 400px;
	width: 15px;
	border-right: 1px solid #cccccc;
}

.right
{
	float: right;
	width: 360px;
}