<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  

Author: 1UPDesign
Author URI: http://1updesign.org/
Version: 1.0
*/

.container
{
	width:960px;
	margin:auto;
	position:relative;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

#clearboth, .clearboth
{
	clear:both;
}

.column_five
{
	width:19.2%;
	float:left;
	margin-right:1%;
	margin-bottom:1em;
}

.column_four,
.column-four
{
	width:24%;
	float:left;
	margin-right:1%;
	margin-bottom:1em;
}

.column_three
{
	width:32.5%;
	float:left;
	margin-right:1%;
	margin-bottom:1em;
}

.column_two
{
	width:49%;
	float:left;
	margin-right:1em;	
}

.column_right, 
.column_last
{
	margin-right:0;
}</pre></body></html>