/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.wrapper
{
	margin-left:auto;
	margin-right: auto;
	
width: 1000px;

}


.copy
	{
	float: right;
	margin-top: -55px;
	background:#FFF;
	width: 1000px;
	height:400px;
	text-align: left;
	}
	
.content {
	margin-left: auto;
	margin-right: auto;
	width: 1065px;
	
	z-index: 800;

	
}

.grid_16
{
	position: relative;}
