/* 
CSS Document 
Studio Grow Website
Author: Andrew Lewis
*/

/*--GLOBAL--*/

html, body
{
	margin: 0;
	padding: 0;
	text-align: center;
	align: center;
}

a
{
	overflow: hidden;
	color: #239fff;
	text-decoration: none;
}

.spacer
{
	height: 8px;
	clear: both;
}

.clearfix 
{ 
	width: 100%; 
	*zoom: 1; 
} 
.clearfix:after 
{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

#left_box
{
	float: left;
	padding: 18px;	
}

#left_box a
{
	float: left;
	padding-right: 18px;
}

#left_box .spacer
{
	height: 18px;
}
