.header_rect {
	position: relative;
	width: 660px;
	margin: 0px;
	padding: 0px;
	height:80px;
	float: left;
}
.header_rect .TL {	
	background-image: url(../rounded_rectangles/header/H_TL.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	height:80px;
	width: 660px;
}
.header_rect .TR {
	background-image: url(../rounded_rectangles/header/H_TR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:80px;
	width: 660px;
}	
.header_rect .BL {	
	background-image: url(../rounded_rectangles/header/H_BL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:80px;
	width: 660px;
	
}
.header_rect .BR {
	background-image: url(../rounded_rectangles/header/H_BR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:80px;
	width: 660px;
}	
.header_rect .T {	
	background-image: url(../rounded_rectangles/header/H_T.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:80px;
	width: 660px;
}
.header_rect .B {	
	background-image: url(../rounded_rectangles/header/H_B.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height:80px;
	width: 660px;
}	
.header_rect .L {	
	background-image: url(../rounded_rectangles/header/H_L.gif);
	background-repeat: repeat-y;
	background-position: left;
	height:80px;
	width: 660px;	
}
.header_rect .R {
	background-image: url(../rounded_rectangles/header/H_R.gif);
	background-repeat: repeat-y;
	background-position: right;
	height:80px;
	width: 660px;
}
