
body
{
  background-color	: #FAEBD7;
}

table.container
{
  margin-top		: 0px;
  width			: 100%;
/*  width: 904px; */
}

span.title
{
  font-size		: 50px;
  font-weight		: bold;
  font-family		: "Times New Roman";
}

span.tagline
{
  font-size		: 25px;
  font-weight		: bold;
  font-style		: italic;
  font-family		: "Broadway Fantasy";
}

table.header
{
  width			: 100%;
  table-layout		: auto;
  text-align		: center;
  color			: #FFFFFF;
  background-image	: url('images/banner-red.jpg');
  background-repeat	: repeat;
}

table.body
{
  width			: 100%;
  table-layout		: auto;
}

table.nearfooter
{
  width			: 100%;
  text-align		: center;
  table-layout		: auto;
}

table.footer
{
  width			: 100%;
  table-layout		: auto;
  text-align		: center;
  color			: #FFFFFF;
  background-image	: url('images/banner-red.jpg');
  background-repeat	: repeat;
}


td.nav_left_container
{
  vertical-align	: top;
  text-align		: center;
  width			: 250px;
}

td.nav_left
{
  padding		: 5px;
  border-color		: #800000;
  border-style		: solid;
  font-size		: smaller;
  font-weight		: bold;
  background-image 	: url('images/banner-red.jpg');
  background-repeat	: repeat;
}

table.nav_left
{
  /* empty */
}


table.greeting
{
  color			: #FF0000;
}

td.greeting
{
  text-align		: center;
  color			: #FF0000;
}

table.hello
{
  width			: 100%;
  color			: #FF0000;
}

td.hello
{
  text-align		: right;
  color			: #FF0000;
}

td.nearfooteri
{
  text-align		: center;
  font-style		: italic;
  color			: #FFFFFF;
}


table.auctions
{
  border-color		: #800000;
  border-style		: inset;
  border-collapse	: collapse;
  color			: #FF0000;
  padding		: 15px;
}

tr.auctions_header
{
  font-size		: larger;
  text-align		: center;
  color			: #800000;
}

td.auctions
{
  border-color		: #800000;
  border-style		: inset;
  padding		: 5px;
}

td.opens
{
  color			: #00FF00;
  border-color		: #800000;
  border-style		: inset;
  padding		: 5px;
}

td.closes
{
  color			: #FF0000;
  border-color		: #800000;
  border-style		: inset;
  padding		: 5px;
}

td.info
{
  color			: #000000;
  border-color		: #800000;
  border-style		: inset;
  padding		: 5px;
}

td.auction_footer
{
  text-align		: center;
  color			: #800000;
}

.super
{
  font-size		: 75%;
  vertical-align	: super;
}

input:focus
{
  background-color	: #FFDAB9;
}

a:link.nav_left		{ color : #FFFFFF ; text-decoration : none }
a:visited.nav_left	{ color : #FFFFFF ; text-decoration : none }
a:hover.nav_left	{ color : #000000 ; text-decoration : underline }
a:active.nav_left	{ color : #0000FF ; text-decoration : underline }
a:link.nav_center	{ color : #0000FF ; text-decoration : none }
a:visited.nav_center	{ color : #0000FF ; text-decoration : none }
a:hover.nav_center	{ color : #FF00FF ; text-decoration : underline }
a:active.nav_center	{ color : #000000 ; text-decoration : underline }

a:link.nearfooter	{ color : #FFFFFF ; text-decoration : none }
a:visited.nearfooter	{ color : #FFFFFF ; text-decoration : none }
a:hover.nearfooter	{ color : #FF00FF ; text-decoration : none }
a:active.nearfooter	{ color : #0000FF ; text-decoration : none }
a:link.nearfooteri	{ color : #FFFFFF ; text-decoration : none ; font-style : italic ; font-weight : bold }
a:visited.nearfooteri	{ color : #FFFFFF ; text-decoration : none ; font-style : italic ; font-weight : bold }
a:hover.nearfooteri	{ color : #FF00FF ; text-decoration : none ; font-style : italic ; font-weight : bold }
a:active.nearfooteri	{ color : #0000FF ; text-decoration : none ; font-style : italic ; font-weight : bold }

