/* ------ CONTACT SPECIFIC ITEMS ------- */

#main {
	background: url(/images/bg-contact.png) top left no-repeat #ffffff;
	width: 620px;
	height: 694px;
	
	position: absolute;
	top: 106px;
	left: 135px;
}

a:link {
	color:#ff0000;
	text-decoration: none;
}
a:visited {
	color:#ff0000;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}

.red {
	color:#ff0000;
}

#data {
	width: 470px;
	height: 217px;

	position: relative;
	top: 0px;
	left: 21px;

	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	color: #000000;
}
#data .spacer {
	position: absolute;
	top: 15px;
	left: 18px;
	width: 430px;
}
#data h3 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 3px 0px;
	line-height: 16px;
}

#rightBlock {
	position: absolute;
	left: 525px;
	top: 0;
	color:#000000;
	font-size:10pt;
	text-align:center;
}

#rightBlock a{
	border: 0px;
	width: 90px;
	text-align:center;
	display:block;
}

#rightBlock img {
	margin: 10px 0 0 0;
}