﻿.divBusinessInfo
{
	width: 315px;
	float: left;
}

.divBusinessPanel
{
	width: 414px;
	float: right;
}

.businessName
{
    font-weight: bold;
    font-size: 1.5em;
}

.businessPhone
{
    font-size: .9em;
    font-weight: bold;
    color: darkblue;
    line-height: 5px;  
}

.businessAddress
{
    font-weight: bold;
    font-size: 0.9em;
    color: darkred;
}

.businessEmail
{
    line-height: 4px; 
}

.businessWebsite
{
    line-height: 4px; 
}

.divBusinessContent
{
    width: 773px;
}

.divInfo
{
    float: left;
    width: 300px;
}
