body {
	/*width: 780px;*/
	background-color: white;
}
div#center_body{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}


div#header{
	height: 100px;
	width: 1024px;
	background-image: url('/images/skins/holds/CCRComplaintsHeader.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 2px;
	position: relative;
}

/* Main Content Style Definitions */
div#content {
	text-align: left;
	width: 1024px;
	height: auto;
	padding: 0px 0px 50px 0px;
}

td.bucket {
	vertical-align: top;
	text-align: center;
	width: 380px;
	height: 250px;
	border-bottom: 3px solid gray;
	border-right: 4px solid gray;
}

div#title {
	width: 0px;
	height: 0px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: white ;
	background-image: none;
	background-position: top right;
}

div#logged_in_as {
	position: absolute;
	left: 0;
	bottom: 0 ;
	margin: 0 0px 10px 25px;	
	color: #fff;
}

div#default_navigation {
	position: absolute;
	left: 0;
	top: 0;
	margin: 5px 0px 0px 579px;
	font-weight: bold;
	color: black;
}

div#default_navigation a {
	color: black;
	text-decoration: none;
}

div.page_header {
	background-color: #A11D21;
	color: white;
}



.box { /* Top left corner, top edge */
	float: left;
	background: url(/images/skins/holds/column_top.png) no-repeat;
	text-decoration:none;
	
}

.box div.box{ display: block; }

.box div.box { /* Top right corner */
	text-align: center;
	padding: 32px 3px 0px 0px;
	margin-left: 3px;
	background: url(/images/skins/holds/column_top.png) no-repeat right top;
}

.box div.box h3 {
	margin: -28px auto 10px auto;
	padding: 2px 5px;
	color: white;
}

.box div.box div {
	padding: 1px;
}