/********************************************************************************************/
/* 3 COLUMN WRAPPER STYLES ******************************************************************/
/********************************************************************************************/

#site_wrapper
{
	width				: 900px;
	margin				: 0px auto;
	text-align			: left;
	background			: url("images/site_three_col_back.gif") repeat;
}

#form_wrapper
{
	width				: 900px;
	margin				: 0px auto;
	text-align			: left;
	background			: url("images/form_three_col_back.gif") repeat;
}

#content
{
	padding				: 0px;
	border-top			: 1px solid #C6DE8C;
}

#content_left
{
	float				: left;
	width				: 200px;
}

#content_middle
{
	float				: left;
	width				: 498px;
}

#content_right
{
	float				: right;
	width				: 200px;
}

