@charset "utf-8";

html, body
{  
  padding: 0;
  margin: 0;
  height: 100%;
}

body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #534741;  
}

body > table
{
  margin: auto;
  height: 100%;
}

div#wrapper
{
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

div#content
{
  margin: auto;  
  width: 990px;
  height: 615px;
  background-image: url(images/bg_gradient.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

#content > table
{
  width: 990px;
}

#content-inner
{
  width: 713px;
  vertical-align: top;
}

#logo-container
{
  width: 362px;
  vertical-align: top;
}

#girl-container
{
  width: 278px;
  text-align: left;
  vertical-align: top;
}

.nav-holder
{
  text-align: right;
  vertical-align: top;
}

#scroll-container-outer
{
  padding: 10px 10px 5px 10px;
  text-align: left;
  vertical-align: top;
}

#scroll-container
{
  border-top: 1px solid #534741;
  border-bottom: 1px solid #534741;
  padding: 5px 0 5px 5px;
}

#footer
{
  text-align: right;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #534741;
  padding: 0 20px 5px 0;;
}

.pageheading
{
  font-size: 13px;
  font-weight: bold;
  color: #534741;
}

.icon-cell
{
  padding: 5px;
  width: 150px;
  vertical-align: top;
  text-align: right;
}

.icon-cell > img
{
  border: 1px solid #FFFFFF;
}

ul
{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

li
{
  line-height: 16px;
}

td.left-column
{
  width: 180px;
  text-align: right;
  padding: 5px 10px 5px 0;
  color: #534741;
  font-weight: bold;
}

td.right-column
{
  width: auto;
  text-align: left;
  padding: 5px 0 5px 0;
}

.large-quote
{
  font-size: 18px;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif
  color: #534741;
}

.textbox
{
  width: 300px;
  border: 1px solid #534741;
}

.postal
{
  line-height: 17px; 
}