@charset "utf-8";
/* -------------------------------------------------- */
/* CSS Document that holds all index specific styles. */
/* -------------------------------------------------- */

#button {
	padding-top: -10px;
}

#content {
	left: 8px;
	position: absolute;
  top: 476px;
  z-index: 1;
}

#flash {
  height: 491px;
  position: absolute;
  width: 970px;
  z-index: 0;
}

#footer {
  left: 210px;
	position: absolute;
  top: 1000px;
}

#h_bottom {
	background-image: url(../images/h_bottom_bg.png);
  background-repeat: no-repeat;
  height: 18px;
}

#h_content {
	background-image: url(../images/h_bg.png);
  background-repeat: repeat-y;
  margin-bottom: -16px;
  margin-top: 0;
}

#top_p {
	margin-top: -15px;
}

#v_bottom {
	background-image: url(../images/v_bottom_bg.png);
  background-repeat: no-repeat;
  height: 18px;
}

#v_content {
	background-image: url(../images/v_bg.png);
  background-repeat: repeat-y;
  margin-left: 27px;
  margin-top: -5px;
  width: 215px;
}

.h_paragraphs {
	width: 690px;
}

.v_paragraphs {
	width: 210px;
  margin-left: 5px;
}

.whitefont {
	color: #FFFFFF;
  margin-bottom: 4px;
  margin-top: -1px;
  padding-left: 0px;
}

h1 {
  margin-top: 0px;
	padding-left: 10px;
}

h2, p {
	padding-left: 10px;
}

input, select {
	width: 100px;
}

#request {
	text-align: center;
}
