body {
  background: #A8A9AD;
}

#header {
  background-image:url('../images/header_img.jpg');
  height: 230px;
  background-repeat: no-repeat;
}

a {
  color: #908981;
}

#menu {
  background:;
  height: 40px;
  text-transform: uppercase;
}

#menu ul {
  list-style-type: none;
  background-image: url(navi_bg.png);
  height: 40px;
  margin-left: 80px;
}

#menu ul li {
  float: left;
}

#menu ul a {
  background-image: url(navi_bg_divider.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px;
  padding-left: 12px;
  display: block;
  line-height: 39px;
  text-decoration: none;
  font-size: 17px;
  color: white;
  font-weight: bold;
  border-bottom: 1px solid white;
}

#menu ul span#active {
  padding-right: 12px;
  padding-left: 12px;
  display: block;
  line-height: 39px;
  text-decoration: none;
  font-size: 17px;
  color: #6d6e71;
  font-weight: bold;
  border-bottom: 1px solid white;
}

#menu ul a:hover {
  color: #E40C7B;
}

#divider {
  background:;
  margin-bottom: 10px;
}

#divider div {
  height: 2px;
  background: white;
  width: 900px;
  margin: 0 auto;
}

#contentTop {
background-image:  url("../images/content_top_img.jpg");
background-repeat: no-repeat;
height: 30px;
}

#content {
background-image:  url("../images/content_img.jpg");
background-repeat: repeat-y;
text-align: justify;
}

#content-in {
height: ;
background-image: url("../images/web_navigator.jpg");
background-repeat: no-repeat;
background-position: center center;
}



#content-left{
  background: ;
}

#content-right{
  background: ;
}

#content-center {
  height: 200px;
}

#contentBottom {
background-image:  url("../images/content_bottom_img.jpg");
background-repeat: no-repeat;
height: 30px;
}

#footer {
 background-image:  url("../images/footer_img.jpg");
 background-repeat: no-repeat;
 height: 85px;
 font-family: Lucida Sans Console;
 letter-spacing: ;
}

#footer-in {
  text-align: center;
  margin-top: 28px;
  font-weight: bold;
  color: #6D6E71;
  font-size: 11pt;
}

#m {
  position: relative;
  top: 100%;
}

.tooltip
{
	background-color: transparent;
	color: black;
	padding:6px 6px 6px 6px;
	font-weight:bold;
	z-index:100;
}

#facebook {
  margin-left: 0px;
}

.errMsg {
  font-size: small;
  color: red;
}

#qthankyou {
  width: 500px;
  margin-left: 210px;
}


