body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/gc-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: #3d3b39;
}
#centereddiv {
         display: block;
         margin: 0px auto;
         width: 850px;
         height: 100%;
      }
.contentwrapper {
	width:850px;
	background-image:url(images/gc-contentbg.jpg);
	background-repeat:repeat-y;
}
.contentwrapperint {
	width:850px;
	background-image: url(images/gc-contentbgint.jpg);
	background-repeat:repeat-y;
}
#emailUs
{
  display: block;
  width: 125px;
  height: 26px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  }

#emailUs:hover
{ 
  background: url("images/gc-navbg.gif") no-repeat 0 0;
}
.navpageon
{ 
  background: url("images/gc-navbg.gif") no-repeat 0 0;
  
}
#emailUs span
{
position: absolute;
left: 5px;
top: 3px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

.buttoncontainer {
	position:relative;
	width: 125px;
	height: 26px;
	float:left;
}
.navbg {
	background-image: url(images/gc-bgbar.jpg);
	background-repeat: no-repeat;
	width: 824px;
	height: 26px;
}
.content {
	margin-left: 10px;
	margin-top: 12px;
	width: 455px;
	text-align: left;
	}
.title {
	font-size: 24px;
	font-weight: bold;
	line-height: 20px;
	}
.text {
	font-size: 12px;
	line-height: 18px;
	margin-left: 25px;
	}
.footer {
	background-image:url(images/gc-footer.jpg);
	width: 850px;
	height: 47px;
	}
