/* CSS Document */

#divcontactbar {
	position:absolute;
	top:330px;
	left:50%;
	width:450px;
	height:32px;
	margin-left:-170px;
	background-image: url(images/Contact/gcBar.gif);
	background-repeat:no-repeat;
	z-index:7;
}
#divcontactbartext {
	position:absolute;
	top:50%;
	left:50%;
	width:450px;
	height:32px;
	margin-left:-225px;
	margin-top:-8px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	color:#000000;
	z-index:8;
}
#divcontactbox {
	position:absolute;
	top:362px;
	left:50%;
	width:400px;
	height:270px;
	margin-left:-145px;
	background-image:url(images/Contact/bg_paper.gif);
	background-repeat:repeat;
	border-top:0px;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	z-index:7;
}
