
body {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  background: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/* site structure */

#fixcenter {
    width: 1280px;
	margin:0 auto;
	text-align: left;
    background: #fff;
}

#container {
  height: 682px;
}

#header {
 height: 150px;
 line-height: 60px;
 text-align: center;
 color: #C3AC77;
 font-size: 16px;
}

#header a {
 color: #C3AC77;
 text-decoration: none;
}

#content {
	width: 100%;
	height: 505px;
}

#footer {
 text-align: center;
 color: #818181;
}



/* end site structure */

/* header styling */
#navBar {
 padding-top: 90px;
 }

/* end header styling */

/* content styling */

.contentBox {
 width: 345px;
 float: left;
 color: #C3AC77;
 line-height: 19px;
 font-size: 12px;
 margin-right: 38px;
}

#content .left {
 margin-left: 80px;
}

.clearspace {
 height: 115px;
 float: left;
 width: 100%;
}

#contactForm {
 position: relative;
 margin: 0px;
 margin-left: 515px;
 width: 285px;
 height: 240px;
 float: left;
}

.searchform {



}

.searchform #text {
  float: left;
  width: 267px;
  height: 25px;
  border: 1px solid #9E8357;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 24px;
  padding-left: 5px;
  background: #5D5E62;
  color: #BDBDBD;
  margin-bottom: 27px;

}


.searchform #textarea {
  float: left;
  width: 272px;
  height: 113px;
  border: 1px solid transparent;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 24px;
  padding-left: 5px;
  background: transparent;
  color: #BDBDBD;
  margin-top: 8px;
  overflow: auto;
  background: url(images/enquiryBac.jpg) no-repeat;
}

.searchform #submit {
  float: left;
  position: absolute;
  display: block;
  bottom: 0px;
  right: 0px;
  width: 127px;
  height: 42px;
  background: transparent;
  border: 0px solid transparent;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: transparent;
}

/* end content styling */

/* footer styling */

#footer a {
 color: #818181;
 line-height: 26px;
}

/* end footer styling */


