/* CSS Document */

.ContactPage {
	width:951px;
	height:713px;
	margin:0px auto;
	padding:10px;
	font-size:18px;
	background-image:url(../images/Contact-Us-Background-Image-transparent.png);
	background-repeat:no-repeat;
	
	
}

.ContactText {
}

.ContactTextTwo {
	font-size:24px;
	color:#fff;
}

.LeftBoxContact {
	width:200px;
	float:left;
}

.RightBoxContact {
	width:400px;
	float:left;
}

a.emaillink {
	color:#03344f;
}