/* CSS Document */

/*
#########################
#						#
#		Layout			#
#						#
#########################

*/



#Wrap{
	width:983px; /*Set the width of the site*/
	margin:0px auto;
	background: url(../images/layout/Left_BG.jpg) bottom left  repeat-y;
	
}

#InnerWrap{

background: url(../images/layout/HRS_BG.jpg) bottom left no-repeat;
}

#Header
{
    clear:both;
	background:#ffffff;
}


#ContentOutline{
	float: left; /*DO NO CHANGE*/
	width: 100%; /*DO NO CHANGE*/
	/*margin-right: -236px; To Calculate: add width and the left/right margins and borders of #RightCol - always make negative*/


}
#LeftCol{

	float: left; /*DO NO CHANGE*/
	width:264px;
	padding-right:7px;
	/*padding-bottom:200px;
	 To remove the left col add  	display:none; */

}

#Header #LeftCol, #Footer #LeftCol{
	padding-bottom:0px;
}

/*MiddleCol*/
#MiddleCol{

	float: right; /*DO NO CHANGE*/
	width: 100%; /*DO NO CHANGE*/
	margin-left: -271px; /*To Calculate: add width and the left/right margins and borders of #LeftCol - always make negative*/
}

#RightCol{
	float: right; /*DO NO CHANGE*/
	width:226px;
	padding-left:10px;
	
	/* To remove the right col add  */	display:none; 
}

/*MainContent*/
#MainContent{
	
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:271px; /*To Calculate: add width and the left/right margins and borders of #LeftCol */
	/*margin-right:236px;To Calculate: add width and the left/right margins and borders of #RightCol */
	/* If RightCol or LeftCol are set to display:none;  then set the relative margin here to 0px */ 
	
}


#Footer
{
    clear:both;
}