#businessContainer{
width:700px;
margin:auto;
font-family:"Times New Roman", Times, serif;
}

#businessTitle{
width:100%;
color:#FFFFFF;
font-size:18px;
float:left;
background-color:#4e84ac;
height:30px;
margin-bottom:8px;
position:relative;
}

#businessContent{
width:67%;
position:relative;
background-color:#d7e2e8;
color:#666666;
font-size:13px;
float:left;
}

#businessBoxRight{
float:right;
position:relative;
background-color:#f4ecc8;
color:#666666;
font-size:13px;
width:30%;
padding-left:5px;
padding-right:5px;
}

#businessContact{
float:right;
position:relative;
background-color:#f4ecc8;
color:#666666;
font-size:12px;
padding:5px;
width:30%;
margin-top:10px;
}

.businessList{
float:left;
position:relative;
width:100%;
margin-top:5px;
margin-bottom:15px;
}

.businessImg{
float:right;
position:relative;
margin-top:5px;
margin-bottom:5px;
}

#businessContainer a:link {text-decoration: underline; font-family:"Times New Roman", Times, serif; color:#4e84ac; font-size:12px}
#businessContainer a:visited {text-decoration: underline; color:#4e84ac; font-size:12px;}
#businessContainer a:active {text-decoration: underline; font-size:12px; color:#4e84ac;}
#businessContainer a:hover {text-decoration: underline; font-size:12px;}


.stampLetter{
position:relative;
float:left;
font-weight:bold;
font-size:36px;
padding:7px 15px;
border:1px solid #e1ecf2;
background:#c5d5de;
color:#e1ecf2;
margin:5px 0;

}