/* contacts.css */
#text_box
{
	margin-top: 20px;
}
#right_column
{
	margin-left: 440px;
}
#left_column
{
	float: left;
	display: inline; /* fix ie6 bug */
}
#phone_name
{
	float: left;
	display: inline; /* fix ie6 bug */
}
#phone_number
{
	margin-left: 100px;
	text-align: right;
}
#text_box br
{
	line-height: 7px;
}
#text_box p,
#info_email
{
	margin: 0px;
	margin-left: 20px;
}
#info_email
{
	margin-top: 8px;
	color: #641516;
	margin-bottom: 8px;
}
#text_box a
{
	text-decoration: none;
	color: #641516;
}
#text_box a:hover
{
	color: #9e9e11;
}
#clear_box
{
	clear: both;
	height: 20px;
}
#brochure
{
	margin-left: 700px;
}
