@charset "utf-8";
/* Content */
#content {
	background-image: url(../images/content_bg.png);
  background-repeat: repeat-y;
  padding: 1px 15px 10px;
}
.herPhoto {
	float: left;
}

.equal {
	position: absolute;
  top: -125px;
  left: 800px;
}


/* Text Formatting */
#content a:link, a:active, a:visited {
	color: #B01F24;
	text-decoration: none;
}

#content a:hover {
	font-weight: bold;
}

#footer {
  font-size: 11px;
	position: relative;
	text-align: center;
}

.error {
	color: #FF0000;
}

.footer {
  font-size: 11px;
	text-align: center;
}

.incentive-heading {
	color: #226031;
	font-size: 16px;
	font-weight: bold;
}

.right {
	text-align: right;
}


/* HTML Tags */
body {
	background-color: #FFFFFF;
  background-image: url(../images/bg.png);
  background-position: top;
  background-repeat: repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;

}

img {
	border: none;
  display: block;
}


/* Signature */
#viewtiful {
	left: 50%;
	margin-left: -453px;
	position: absolute;
	top: 0px;
	width: 906px;
}


