/* 

	NAME:		CSS STYLE SHEET - LAYOUT
	COMPANY:	E-fect LLC
	AUTHOR:		Eric Wolsing
	DATE:		03-07-2008
	PURPOSE:	Defines default layout for a website 

*/

/* Layout for common items*/
body
{
	text-align:left;
	min-width:940px;
	margin-top:0px;
	margin-bottom:0px;
}

#container
{
	text-align:left;
	width:900px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-left:10px;
	padding-right:10px;
}

/* Row containers */
.row
{
	width:901px;
	height:100%;
	clear:both;
	margin-bottom:5px;
}

#row_banner
{
	width:901px;
	min-height:200px;
	height:auto !important;
	height:200px;
	clear:both;
	margin-bottom:5px;
	background-image:url("../../media/images/banners/banner.png");
	background-repeat:no-repeat;
}

.footer
{
    clear:both;
}

/* Column containers */
.col_left_1-3
{
	width:297px;
	float:left;
	left:0px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:0px;
	margin-right:3px;
}

.col_middle_1-3
{
	width:294px;
	float:left;
	left:300px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:3px;
	margin-right:3px;
}

.col_right_1-3
{
	width:297px;
	float:left;
	left:600px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:3px;
	margin-right:0px;
}

.col_left_2-3
{
	width:597px;
	float:left;
	left:0px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:0px;
	margin-right:3px;
}

.col_right_2-3
{
	width:597px;
	float:left;
	left:300px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:3px;
	margin-right:0px;
}

.col_3-3
{
	width:900px;
	float:left;
	left:0px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding:0px;
	margin-left:0px;
	margin-right:0px;
}
