#text {
  background: #aaaaaa;
  position: relative;
  top: 0px;
  left: 0px;
  width: 760px;
  height: 158px;
  left: 50%;
  margin-left: -380px;
  z-index: 1;
}

#top {
  background: #aaaaaa;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 760px;
  height: 183px;
  left: 50%;
  margin-left: -380px;
  z-index: 2;
}

#content {
  position: absolute;
  top: 183px;
  width: 760px;
  left: 50%;
  margin-left: -380px;
  z-index: 1;
}

#middle {
  background-image:url(images/bg_dark.jpg);
  background-repeat: repeat-y;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 760px;
  z-index: 2;
}

#middle_text {
  position: relative;
  top: 0px;
  left: 0px;
  width: 467px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 283px;
  margin-right: 10px;
  text-align: left;
  z-index: 3; 

  font-family: verdana, tahoma, arial, sans-serif; 
  font-size: 12px;	
  line-height: 150%;
  letter-spacing:0px;
  color:#DDDDDD;
  font-weight:normal;	

}

#whiteline {
  background-image:url(images/bg_white.jpg);
  background-repeat: repeat-y;
  position: relative;
  top: 0px;
  height: 1px;
  width: 760px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  z-index: 4;
}

#bottom {
  background: #aaaaaa;
  background-image: url(images/bg_light.jpg);
  background-repeat: repeat-y;
  position: relative;
  top: 0px;
  width: 760px;
  z-index: 4;
}

#bottom_text {
  background: #aaaaaa;
  position: relative;
  width: 467px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 283px;
  margin-right: 10px;
  text-align: left;
  z-index: 5;

  font-family: verdana, tahoma, arial, sans-serif; 
  font-size: 12px;	
  line-height: 150%;
  letter-spacing:0px;
  color:#333333;
  font-weight:normal;	

}

#stripe {
  background: #c8c8c8;
  position: absolute;
  top: 0px;
  left: 22px;
  width: 221px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
  z-index: 7;

  font-family: verdana, tahoma, arial, sans-serif; 
  font-size: 12px;	
  line-height: 150%;
  letter-spacing:0px;
  color:#DDDDDD;
  font-weight:normal;	

}

#footer {
  position: relative;
  background: #aaaaaa;
  background-image: url(images/bg_footer.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  top: 0px;
  width: 760px;
  height: 71px;
  z-index: 4;
}

#footer_content {
	position: relative;
	height: 38px;
	text-align: center;
	padding-top: 8px;
	line-height: 150%;
	color: #AAAAAA;
}

#copyright {
  background: #aaaaaa;
  position: relative;
  top: 0px;
  width: 760px;
  z-index: 0;
}


/******************/
/* HOME PAGE ONLY */
/******************/

#home_content {
  position: absolute;
  top: 345px;
  width: 760px;
  left: 50%;
  margin-left: -380px;
  z-index: 1;
}

#home_top {
  background: #aaaaaa;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 760px;
  height: 345px;
  left: 50%;
  margin-left: -380px;
  z-index: 2;
}

#home_left {
  background: #5e5e5e;
  background-image: url(images/home_left.jpg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 283px;
  height: 394px;
  z-index: 3;
}

#home_right {
  background: #5e5e5e;
  background-image: url(images/home_right.jpg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 283px;
  width: 477px;
  height: 394px;
  z-index: 3;
}

#home_right_text_top {
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 10px;
  text-align: left;
  z-index: 3;
}

#home_right_text_bottom {
  position: absolute;
  top: 200px;
  left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 10px;
  text-align: left;
  z-index: 3;
}

#home_stripe_text_top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 221px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 32px;
  margin-right: 0px;
  text-align: left;
  z-index: 8;
}

#home_stripe_text_bottom {
  position: absolute;
  top: 190px;
  left: 0px;
  width: 221px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 32px;
  margin-right: 0px;
  text-align: left;
  z-index: 8;
}

#home_footer {
  position: absolute;
  background: #aaaaaa;
  background-image: url(images/bg_footer.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  top: 394px;
  width: 760px;
  height: 71px;
  z-index: 4;
}


/*****************/
/* SEO ADDITIONS */
/*****************/

#banner_top {
	width: 760px;
	height: 25px;
	background-image: url(images/bg_banner_top.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#banner_bottom {
	width: 760px;
	height: 25px;
	background-image: url(images/bg_banner_bottom.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 10px;
}