div.RedHeader
{
	height:100%;
}
.RedHeader .TitleBar {
	background: #CF0304 url('img/redheader.png') repeat-x;
	width:100%;
	padding: 4px 0;
	margin:0px;
	text-transform: uppercase;
	vertical-align: middle;
	color:white;
	font-size: 13px;
	font-weight: bold;
	color:white;
}
.RedHeader .ContentArea {
	/*background: white url('img/containerbackground.png') repeat-x bottom;*/
	padding: 5px;
}

