body
{
	color: black;
}
#heading_wrapper
{
	border: solid black 1px;
}
#active_heading
{
	float: left;
	border-left: solid black 1px;
	border-right: solid black 1px;
	font-weight: bold;
	padding: 2px;
}
#active_body
{
	float: left;
	border-left: solid black 1px;
	border-right: solid black 1px;
	padding: 2px;
}
#overall_wrapper
{
	border-top: solid black 1px;
	border-bottom: solid black 1px;
}
div.edit
{
	width: 50px;
}
div.id
{
	width: 90px;
}
div.quote_date
{
	width: 120px;
}
div.name, div.contact_name
{
	width: 249px;
}
#rightColumn
{
	float: left;
	width: 790px;
}
#project_summary
{
	background-color: #FFC285;
}