/*
 *   LAYOUT SETTINGS
 *   Sets all the settings needed by the layout for ensuring the correct disposition of elements
 */

#AspNet
#PageContainer	{ height: 100%; }		/* Force body (and html in IE) to be expanded all along the client window */
#PageContainer	{ position: relative; }	/* Allows all contents to be positioned absolutely allways inside container */
#PageContainer	
{ 
	background:url("/ClientSide/images/bg-PageContainer.gif") repeat-y scroll center top transparent;
	border-bottom:3px solid #EDEDED;
	margin:0 auto;
	min-height:500px;
	overflow:hidden;
	width:960px;
}

body
{
	background:transparent url(/ClientSide/images/bg-body.gif) repeat-x fixed top center;
}


.rightContent
{
	float:left;
	width:200px;
}

.centerContent
{
	float:left;
	margin-top:5px;
	width:580px;
	margin-bottom:30px;
}

.left
{
	float:left;
}
