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

#nav {
	background-image: url(../images/navbar.png);
  background-repeat: no-repeat;
}

.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-image: url(../images/bg.png);
  background-repeat: repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

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

img {
	border: none;
  display: block;
}

strong {
	color: #405769;
}

ul {
	margin: -10px 0 0 -25px;
}


/* Signature */
#viewtiful {
	margin: 0 auto;
	position: relative;
	width: 950px;
}
