﻿.headoffice
{
	width:340px;
}
.personImage
{
	width:150px;
	height:200px;
}
.personInfo
{
	width:200px;
	padding-bottom:25px;
}
.sep
{
	width:50px;
}
.storeMap
{
	width:150px;
	height:200px;
}
.storeInfo
{
	width:360px;
	height:85px;
	padding-bottom:25px;
}
.officeImg
{
	border:solid 0px #FFF;
	width:150px;
}
.personSep
{
	border-bottom:dotted 1px silver;
}
.nameHeader
{
	font-size:12px;
	font-weight:bold;
}
.titleHeader
{
	font-weight:bold;
}
.email
{
	color:#99cc33;
	font-weight:bold;
}
a
{
	color: #333333;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}