
#maintitle {
	background: url(images/title_bg.jpg)center top;
}

div.flow-pet-left {
	float: left;
	width: 49%;
}

div.flow-pet-right {
	float: right;
	width: 49%;
}

div.flow h3.pet {
	color: white;
	font-size: 140%;
	padding: 10px;
}

div.flow-pet-left h3 {
	background-color: #b15a67;
}

div.flow-pet-right h3 {
	background-color: #7667a2;
}

div.flow-pet-left div.flow-container {
	background-color: #e8ced2;
	padding: 15px 50px 10px 50px;
}

div.flow-pet-right div.flow-container {
	background-color: #d8d4e4;
	padding: 60px 50px 50px 50px;
}

div.flow-container-l {
	background-color: #d5d5d5;
	clear: both;
	padding: 20px 50px 5px 50px;
}

div.flow div.flow-container h4,
div.flow div.flow-container-l h4 {
	border-bottom: 1px solid white;
	font-size: 110%;
	padding-bottom: 5px;
}

