
html {
	background-color: #ccc;
}
#doc3 {
	background: none;
	background: url(/images/raleigh_2.jpg) top left fixed no-repeat #607967;
}

#paper { 
	background: url(/images/raleigh_3.jpg) top left fixed no-repeat #f0f0f0;
}
.ft_shadow {
	background-color: transparent;
}
#ft {
	background-color: transparent;
}

table.data_table thead th { background: url(/style/bluewash.png) repeat-x top left }
table.data_table td { padding: 4px; text-align: center; }
table.data_table th { padding: 4px 8px 4px 8px; }

.columns {
	clear: both;
}
	
.left_col {
	float: left;
	width: 48%;
}
.right_col {
	float: right;
	width: 48%;
}
