@charset "utf-8";
/* CSS Document */
/*narrow rounded panels , left and right*/
#lft{
	width:360px;
	float:left;
	}

#rt{	
	width:360px;

	float:right;
	}
	
#mid{
	width:150px;
	float:left;
	}

/*the top part of the narrow rounded panel, then middle then bottom*/
#tp{
	background:url(/ima/liv/tppnl.gif); background-repeat:no-repeat;
	padding-left:10px;
	padding-right:15px;
	}
#md{
	background:url(/ima/liv/mdpnl.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:15px;
	padding-top:5px;
	}	
#bt{
	background:url(/ima/liv/btpnl.gif); background-repeat:no-repeat;
	padding-left:10px;
	padding-right:15px;
	}

/*wide rounded panels , left and right*/
#wide_lft{
	width:425px;

	float:left;
	}

#wide_rt{	
	width:425px;

	float:right;
	}
/*the top part of the wide rounded panel then the middle then the bottom*/	
	
#wtp{
	background:url(/ima/liv/tpwpnl.gif); background-repeat:no-repeat;
	padding-left:10px;
	padding-right:15px;
	}
#wmd{
	background:url(/ima/liv/mdwpnl.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:15px;
	padding-top:5px;
	}	
#wbt{
	background:url(/ima/liv/btwpnl.gif); background-repeat:no-repeat;
	padding-left:10px;
	padding-right:15px;
	}

