
/* -------- Mainbody: Structure -------- */

/* -------- Body Style 01: -------- */
#sidePanel
{	
	margin-top:		2px;
	margin-left:	6px;
	width:			232px;
	height:			436px;
	float:			left;
}

#sidePanel_row1{
	width:				232px;
	height:				164px;
	float:				left;
}

#sidePanel_row2{
	width:				232px;
	height:				268px;
	float:				left;
}

#contentPanel
{
	margin-top:		2px;
	width:			560px;
	height:			436px;
	float:			left;
    background-image:   url('../Images/General/contentPanels/bgr_contentPanel_paleGreenFade_w560h436.png');
	background-repeat:	no-repeat;	
}

