/* CSS Document */

#contactus {
	background-image: url(../images/contact_bkgnd.gif);
	background-repeat: no-repeat;
	height: 600px;
	background-color: #CFC9BB;
}

#contactLeft {
	float: left;
	width: 440px;
	height: 425px;
	margin: 80px 0 0 0;
}

#contactLeft p {
	color: #675734;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 14px;
	text-align: justify;
	margin: 0px 5px 10px 80px;
}

#bottom {
	clear: both;
	background-image: url(../images/about_bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 78px;
	margin: 0;
	padding: 10px 0 0 80px;
}

#bottom ul {
	display: block;
	width: 220px;
	float: left;
	line-height: 20px;
	margin: 0 15px 0 0;
	padding: 0;
}

#bottom p {
	color: #3b150a;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contactRight {
	float: right;
	width: 330px;
	height: 390px;
	margin: 60px 0 0 0;
}
