@charset "UTF-8";

div#contactFrame {
	width: 960px;
	background-color: white;
	height: 432px;
	border: 10px solid white;
	background-image: url('../img/silverbg.png');
	background-repeat: no-repeat;
	position: relative;
}

div#contactFrame #contactImg {
	float: right;
}

div#contactContent {
	margin: 20px;
	margin-right: 0px;
	width: 430px;
	overflow: auto;
	font-size: 12px;
	color: #252525;
	line-height: 140%;
}

div#contactContent img {
	display: block;
	margin-bottom: 20px;
}

div.label {
	float: left;
	width: 70px;
	font-weight: bold;
}