BODY {
	margin: 0;
	background: url('./images/page_bg.gif') repeat;
}

BODY, P, DIV, TD, TR, TH, FORM, OL, UL, LI, B, I, INPUT, TEXTAREA, SELECT {
  FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
}	


a:link, a:visited {
  color: #28374f;
  text-decoration: underline;
}

a:hover, a:active {
  xcolor: #aaa;
  background: #ddd;
  text-decoration: underline;
}


.doc {
  margin-left: auto;
  margin-right: auto;
  width: 760px;
  border: 0px solid #00ff00;
  font-size: 12px;
}

.doc-header {
  width: 100%;
  height: 160px;
  background: url('./images/doc_header.gif') no-repeat top left;
  border: 0px solid #ff0000;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 150px;
  color: #fff;
  font-size: 13px;
}

.doc-header a:link, 
.doc-header a:visited {
    color: #fff;
    background: transparent;
	text-decoration: none;
	font-weight: bold;
}

.doc-header a:hover,
.doc-header a:active {
    text-decoration: underline;
}


.doc-header-facts {
  float: left;
}

.doc-header-photo {
  float: right;
}


.doc-header-photo img {
  border: 4px solid #fff;
}


.doc-content {
  width: 100%;
  background: url('./images/doc_bg.gif') repeat-y top left;
  min-height: 250px;
  border: 0px solid #0000ff;
  padding-left: 40px;
  padding-right: 40px;
}

.doc-content h2 {
  padding: 0px;
  font-size: 18px;
}

.doc-footer {
  width: 100%;
  height: 80px;
  background: url('./images/doc_footer.gif') no-repeat bottom left;
  border: 0px solid #0000ff;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  color: #aaa;
}

.sb {
  width: 260px;
  background: url('./images/sb_bg.gif') repeat-y top left;
  border: 0px solid #ff0000;
}

.sb-header {
  height: 5px;
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  background: url('./images/sb_header.gif') no-repeat top left;
}

.sb-content {
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  background: url('./images/sb_bg.gif') repeat-y top left;
  font-size: 12px;
}

.sb-content h2 {
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
  color: #fff;
  font-size: 13px;  
}

.sb-content ul {
  margin-top: 5px;
}

.sb-content li {
  margin-left: -23px;
  margin-bottom: 2px;
}

.sb-footer {
  height: 5px;
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  background: url('./images/sb_footer.gif') no-repeat bottom left;
}





