#box {
	background-color:#FFF;
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
	width:960px;
	background-color:#FFFFFF;
}
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#toprow {
	background-image:url(../images/roundedcorners/tb.png);
	background-repeat:repeat-x;
	height:10px;
	margin-left:10px;
	margin-right:10px;
}
#tlc {
	background-image:url(../images/roundedcorners/tlc.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:left;
	margin-left:-10px;
}
#trc {
	background-image:url(../images/roundedcorners/trc.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:right;
	margin-right:-10px;
}
#bottomrow {
	background-image:url(../images/roundedcorners/bb.png);
	background-repeat:repeat-x;
	height:10px;
	margin-left:10px;
	margin-right:10px;
}
#blc {
	background-image:url(../images/roundedcorners/blc.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:left;
	margin-left:-10px;
}
#brc {
	background-image:url(../images/roundedcorners/brc.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
	float:right;
	margin-right:-10px;
}
#lb {
	background-image:url(../images/roundedcorners/lb.png);
	background-repeat:repeat-y;
	width:10px;
	margin-left:0px;
}
#rb {
	background-image:url(../images/roundedcorners/rb.png);
	background-repeat:repeat-y;
	width:10px;
	margin-right:0px;
}
#content {
	background-color:#ffffff;
}
#content img {
	behavior: url(/css/iepngfix.htc);
}
