﻿@import url("base.css");

#Info
{
	text-align: center;
}

#Mission
{
	margin-bottom: 10px;
}

#ReasonsToHire
{
	margin-bottom: 10px;
}

#ReasonsToHire ul
{
	list-style-type: decimal;
}

#SellerMistakes
{
	float: left;
	width: 245px;
}

#SellerMistakes ul
{
	list-style-type: decimal;
}

#SellerMistakes ul ul
{
	list-style-type: disc;
}

#BuyerMistakes
{
	float: right;
	width: 245px;
}

#BuyerMistakes ul
{
	list-style-type: decimal;
}

#BuyerAgency
{
	float: left;
	margin: 10px 0;
	width: 245px;
}

@media print
{
	#SellerMistakes, #BuyerMistakes, #BuyerAgency
	{
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
}