.budgetPic {
	display: block;
	float: left;
	border-right: 6px solid #FFF;
}

.budget1 {
	display: block;
	background-color: #660066;
	color: #FFF;
	height: 65px;
	margin-left: 6px;
	text-align: center;
	padding: 5px;
	margin-bottom:10px;
}

.budget1 .headline {
	font-size: 250%;
	font-weight: bold;
	line-height: 150%;
	display: block
}

.budget2 {
	display: block;
	background-color: #B27FB2;
	color: #FFF;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom:10px;
	font-size: 175%;
	font-weight: bold;
}

.budget3 {
	display: block;
	background-color: #D9BFD9;
	color: #660066;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 22px;
	margin-bottom:10px;
	font-size: 175%;
	font-weight: bold;
}

span.purple ul{
	color: #660066;
	list-style-type: disc;
	margin: 0px;
}

#body .left ul{
	list-style-type: disc;
	margin: 0px;
	margin-top: 15px;
	color: #660066;
}

#body .left ul li{
	padding-bottom: 0px;
}

#body .left ul.leftList{
	float:left;
	margin-right: 40px;
	margin-left: 40px;
}

.rigid {
	font-weight: bold;
	font-size: 140%;
	color: #660066;
	display: block;
	padding-top: 20px;
	padding-bottom: 25px;	
	text-align: center;
}

.add {
	font-weight: bold;
	font-size: 140%;
	color: #660066;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D9BFD9;
	text-align: center;
}