.container_theeq
{
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
}

.grid
{
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}

.alpha {
	margin-left: 0;
	margin-right: 0;
}

.omega {
	margin-right: 0;
}

.grid_full
{
	width: 1000px;
}

.grid_major_left
{
	width: 750px;
}

.grid_major_right
{
	width: 250px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

* html .clearfix {
	height: 1%;
}
