#contentContainerDiv {
	width: 100%;
	height: 300px;
	background-image: url("../images/gray_texture.gif");
	background-repeat: repeat;
}


#contactUsTitle {
	width: 90%;
	font-family: "Knockout";
	font-size: 25pt;
	text-align: left;
	font-weight: bold;
	color: #000;
	float: left;
	margin: 40px;
	margin-left: 10%;
}

#contactLabelsDiv {
	margin-left: 10%;
	float: left;
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
}

#contactDetailsDiv {
	float: left;
	font-family: "Arial";
	font-size: 10pt;
}

#contactDetailsDiv a {
	text-decoration: none;
	color: #000000;
}
#contactUsMenu {
	color: rgb(255,209,64);
	background-image: url("../images/menu_over.gif");
	cursor: hand;
}

#contactUsA {
	color: rgb(255,206,59);
}

#contactUsA:hover {
	color: rgb(255,206,59);
}

