/* CSS Document */

?*Gecko browser optimized*/
<style type="text/css">

body { 

  background: #FF0000 url(tgcbg.jpg) repeat-y;  /**/
  background-position: top left;
  background-attachment: scroll;

  font-family: arial;
  color: #000000 ;

  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
} 



#header {
  padding: 0px;
  top: 0px;  /*was 0*/
  left: 0px;  /*was 0*/
  bottom: 0px;
  background-color: #;
  position: absolute;
                           /**/

}


#background {
  margin: 0px;
  width: 799px;  /**/
  height: 6px;   /**/
  top: 0px;  /*was 0*/
  left: 0px;  /*was 0*/
  padding: 0px;
  background-image: url();
  background-color: #624631;
  background-attachment: fixed;
  background-repeat: repeat-y;
  color: #5C534A;
  position: absolute; /*added*/
  z-index: 1;
}

#content { 
  margin: 0px;
  width: 480px;
  top: 180px;  /*was 0*/
  left: 155px;  /*was 0*/
  padding: 10px;
  background-color: #;
  color: #5C534A;
  position:absolute; /*added*/
  z-index:1;
}



table {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;

}



a {
	text-decoration: bold;
}

a:link {
	color: #9A775B;
}

a:visited {
	color: #624631;
}

a:active {
	color: black;
}
a:hover {
	text-decoration: underline;
}

p {font-family: Arial;
}



h1 {
color: #5C534A;
font-size:24px;
font-family: ;
}

h2 {
color: #5C534A;
font-size:18px;
font-family: ;
font-style: italic;
}


ol {
font-family: arial;
}

ul {
font-family: arial;
}

blockquote {
font-family: arial;
  color: #5C534A;
}

#footer {
  text-align: right;
  font-family: Arial;
  font-size: 10px;
  color: #4E4E4E;
}

table {
  top: 0px
  font-family: arial;
  color: #5C534A;
}



hr {
	display: none;
}

</style>
