@import url("../common/style.css");

div.contactbar
{
	display: block;
	width: 655px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	line-height: 72px;
	background-image: url("contactbar.png");
}
div.contactbar:hover
{
	background-image: url("contacthover.png");
}

.contactname
{
	position: absolute;	
	font-family: "Times New Roman";
	font-size: large;
	font-weight: bold;
	text-decoration: underline;
	color: Navy;
	left: 100px;
	cursor: pointer;
}
.contactname:hover
{
	color: Purple;
}

.contactaddress
{
	position: absolute;
	font-family: Arial;
	font-size: medium;
	color: Navy;	
	left: 370px;
}

#cursors
{	
	position: absolute;
	top: 150px;
	left: 590px;
}

#content > p
{
	font-size: large;	
	text-align: justify;
}