/* contact page css */

#PGALogo {
	position:absolute;
	left:550px;
	top:70px;
	width:15px;
	height:16px;
	z-index:5;
}

.contacttxt {
	text-align:justify;
	line-height: 26px;
	font-family:Verdana, Arial;
	color:#333333;
	font-size:11px;
}

#bg_wrapper {
	position:absolute;
	left:0px;
	top:200px;
	width:700px;
	height:400px;
	background-image:url(../images/bg_repeat_1.gif);background-repeat:repeat-y;
	z-index:2;
}
#content {
	position:absolute;
	left:0px;
	top:200px;
	width:700px;
	height:400px;
	z-index:3;
}
#bottom {
	position:absolute;
	left:0px;
	top:600px;
	width:700px;
	height:30px;
	z-index:4;
	visibility: visible;
} 
 /* Contact css */
body, table, .style3, .style4 {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}

#contact {
	position:absolute;
	left:100px;
	top:270px;
	width:500px;
	z-index:4;
	text-align:left;
}
