/* CSS Document */
<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 500px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
	background-color: white;
	border: 1px solid #868D9F;
	padding: 6px;
	position: relative;
	left: -5px;
	top: -5px;
	background-image: url(images/star_bg-small.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.shadowcontainer th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
	
	}
.shadowcontainer a:hover { color: #F29900; }
<![endif]>

#imageRight {
	float: right;
}
#imageRight {
	float: right;
}

