@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;
}

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

.error {
	color: #FF0000;
}

.right {
	text-align: right;
}


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

h3 {
	color: #696740;
	position: relative;
  top: 15px;
}

h4 {
	color: #696740;
}

img {
	border: none;
  display: block;
}

strong {
	color: #696740;
}


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