@charset "utf-8";
/* Content */
#header {
  background-image: url(../images/navbar.png);
  background-position: center;
  background-repeat: no-repeat;
}

#content {
  background-image: url(../images/content_bg.png);
  background-repeat: repeat-y;
  padding: 1px 15px 10px;
  line-height: 18px;
}

.herPhoto {
  float: right;
  margin: 0 15px;
}


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

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

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

#footer a {
  color: #AAAAAA;
  text-decoration: none;
}

.error {
  color: #FF0000;
}

.highlighted {
  color: #223C66;
}

.right {
  text-align: right;
}


/* HTML Tags */
body {
  background-color: #0A1647;
  background-image: url(../images/bg.png);
  background-position: top;
  background-repeat: repeat-x;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
}

img {
  border: none;
  display: block;
}

ul {
  margin-top: -10px;
}


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


