body {

  margin: 0;
  padding: 0;
  background: #FFF url('../img/bg.gif') repeat-y center;
  min-height: 100%;

}

#content {

  position: relative;
  width: 602px;  
	min-height: 100%;
  _height: 100%;
  margin: 0 auto;

}

#header {

  width: 602px;
  height: 140px;
  background: #fff;

}

#title {

  padding: 20px 0 0 10px;

}

#page {

  padding: 10px;

}

#footer_old {

  _position: absolute;
  padding: 10px;
  background: #999;
  color: #fff;
  bottom: 0;
  width: 582px;

}

#footer {

  position: absolute;
  padding: 10px;
  background: #999;
  color: #fff;
  top: 88px;
  width: 582px;
  line-height: 9px;
  _line-height: 7px;

}

h1 {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px; 
  font-weight: bold;
  text-decoration: none; 
  color: #000;
  padding: 0;
  margin: 10px 0;
  
}

h2 {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px; 
  font-weight: bold;
  text-decoration: none; 
  color: #000;
  padding: 0;
  margin: 0;
  
}

h3 {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 17px; 
  font-weight: bold;
  text-decoration: none; 
  color: #999;
  padding-bottom: 8px;
  border-bottom: solid 5px #999;

}

hr {

  border: 0;
  color: #999;
  background: #999;
  height: 5px;
  padding: 0;
  margin: 0;
  vertical-align: top;

}

.img {

  float: right;
  margin-left: 20px;

}

.imgb {

  float: right;
  border: solid 1px #999;
  margin-left: 20px;

}

p {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-weight: normal;
  text-decoration: none; 
  color: #000000;
  line-height: 15px;
  clear: both;

}

th {

  text-align: left;
  font-weight: bold;

}

td, div {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-weight: normal;
  text-decoration: none; 
  color: #000000;
  line-height: 15px;

}

td.small {
  
  font-size: 10px;

}

a {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; 
  font-weight: bold;
  text-decoration: none; 
  color: #fff;

}

a:hover {

  font-family: Verdana;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;

}

#footer a {

  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px; 
  font-weight: bold;
  text-decoration: none; 
  color: #fff;

}

#footer a:hover {

  font-family: Verdana;
  font-size: 10px;
  color: #e2e2e2;
  font-weight: bold;

}

input {

  border: 1px solid #A5ACB2;
  background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	text-decoration: none; 
	color: #000000;

}

table {
  clear: both;
}