/* 

	NAME:		CSS STYLE SHEET - LAYOUT
	COMPANY:	E-fect LLC
	AUTHOR:		Eric Wolsing
	DATE:		01-27-2009
	PURPOSE:	Defines default layout for MUL

*/

/* Layout for the over-arching items*/
body
{
	text-align:left;
	width:950px;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#container
{
	text-align:left;
	width:950px;
	height:100%;
	margin-top:5px;
	margin-left:0px;
}

/* Main Region layout */
#main
{
	width:100%;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#left
{
	float:left;
	left:0px;
	width:320px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-image:url(../../images/pictures/woman_holding_baby.png);
	background-repeat:no-repeat;
}

#right
{
    float:left;
    left:330px;
    width:630px;
    height:100%;
}

.right_inset
{
    margin-left:20px;
    width:610px;
}

#left_content
{
	width:90%;
    margin-left:auto;
    margin-right:auto;
}

#footer
{
    clear:both;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:5px;
}