@charset "UTF-8";
/* CSS Document */

<style type="text/css">
	
	#full-width{
		width:758px;
	}
	.column-container{
		width:758px;
		line-height:0;
		margin-bottom:10px;	!important
	}
	.clear{
		clear:both;	
	}
	.one-column{
    	width:758px;
    }
	.two-column{
    	width:374px;
		float:left;
		margin-right:10px;
    }
	.two-column-last{
    	width:374px;
		float:right;
    }
	.three-column{
    	width:246px;
		float:left;
		margin-right:10px;
    }
	.three-column-last{
    	width:246px;
		float:right;
    }
	.four-column{
    	width:182px;
		float:left;
		margin-right:10px;
    }
	.four-column-last{
    	width:182px;
		float:right;
    }
	.five-column{
    	width:143px;
		float:left;
		margin-right:10px;
    }
	.five-column-last{
    	width:143px;
		float:right;
    }
</style>