#mybody_contact {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-y;
	height: 600px;
	width: 900px;
	font-family: arial;
	color: #333333;
	font-size: 11px;
	z-index: 2;
}
#contact_bgimage {
  position: absolute;
  height: 589px;
  width: 750px;
  background-image: url(../images/contactbg.jpg);
	margin-left: 75px;
	background-repeat: no-repeat;
	z-index:1;
}
#title {
  width: 388px;
  height: 45px;
  position: absolute;
  margin-top:50px;
  background-image: url(../images/contact.png);
  background-repeat: no-repeat;
  border-bottom: 2px solid #666666;
}
#contact_body {
  width: 100%;
  top: 120px;
  left: 20px;
  position: relative;
  font-size:12px;
}
#contact_body a:link, a:visited {
  text-decoration: none;
  color: #9933cc;
}
#contact_body a:hover {
  text-decoration: none;
  color: black;
}