#contact
{
	position:			relative;
	width:				630px;
	font-variant:		small-caps;
}

#right
{
	float:				right;
	text-align:			left;
	width:				45%;
	right:				0px;
	vertical-align:		middle;
}

#left
{
	float:				left;
	text-align:			right;
	width:				45%;
	left:				0px;
	vertical-align:		middle;
}

#name
{
	position:			absolute;
	top:				13px;
	width:				100%;
}

.contactName
{
	font-weight:		bold;
	font-size:			24px;
}

.contactTitle
{
	font-style:			italic;
	font-size:			18px;
}

#phone
{
	position:			absolute;
	top:				88px;
	width:				100%;
	font-size:			18px;
}

#e-mail
{
	position:			absolute;
	top:				208px;
	width:				100%;
	font-variant:		normal;
}