body 
{
 background-color: #330000;
 z-index: 0;
}

.foreground_page 
{
 position: absolute;
 top: 240px;
}

.top_banner 
{
 position: absolute;
 display: inline-table;
 left: 220px;
 top: 50px;
 z-index: 50;
}

.below_top_banner 
{
 position: absolute;
 display: block;
 left: 100px;
 top: 220px;
 z-index: 100;
}

.schedule_table 
{
 position: relative
  display: inline-table;
 top: 0px;
 left: 80px;
 z-index: 100;
}

.schedule_body 
{
 position: relative;
 left: 100px;
 top: 0px;
 width: 2000px;
 height: 130px;
 z-index: 100;
 border-bottom-width: thin;
 border-bottom-style: solid;
 border-bottom-color: gray;
 background-color: black;
}

.schedule_soonest 
{
 position: absolute;
 display: inline;
 left: -110px;
 top: 30px;
 width: 110px;
 height: 55px;
 z-index: 100;
 background-color: silver;
 color: blue;
 text-align: center;
}

.schedule_body_date 
{
 position: absolute;
 display: inline;
 left: 10px;
 top: 0px;
 width: 200px;
 height: 75px;
 z-index: 100;
 text-align: center;
}

.schedule_body_more_info 
{
 position: absolute;
 display: inline-table;
 left: 10px;
 top: 35px;
 width: 300px;
 height: 75px;
 z-index: 100;
 color: #33ffff;
 text-align: left;
}

.schedule_body_sponsor 
{
 position: absolute;
 display: inline-table;
 left: 10px;
 top: 90px;
 width: 500px;
 height: 10px;
 z-index: 100;
 color: gray;
 text-align: left;
}

.schedule_body_buy 
{
 position: relative;
 display: inline-table;
 left: 650px;
 top: 90px;
 width: 500px;
 height: 10px;
 z-index: 100;
 color: green;
 text-align: left;
}

.schedule_body_time 
{
 position: absolute;
 display: inline;
 left: 200px;
 top: 0px;
 width: 100px;
 height: 75px;
 z-index: 100;
 text-align: center;
}

.schedule_body_event 
{
 position: absolute;
 display: inline;
 left: 320px;
 top: 0px;
 width: 500px;
 height: 75px;
 z-index: 100;
}

.schedule_body_image 
{
 position: absolute;
 display: inline;
 left: 650px;
 top: 0px;
 width: 500px;
 height: 75px;
 z-index: 100;
}

.home_text 
{
 position: absolute;
 display: block;
 left: 5px;
 top: 0px;
 z-index: 100;
}

a:link 
{
 color: #CEB88A;
}

a:visited 
{
 color: #A48544;
}

.background_frame_top 
{
 background-color: black;
 width: 2000px;
 height: 50px;
 position: absolute;
 display: block;
 left: 0px;
 top: 0px;
 z-index: 0;
}

.background_frame_left 
{
 background-color: black;
 height: 2000px;
 width: 50px;
 position: absolute;
 display: block;
 left: 0px;
 top: 0px;
 z-index: 0;
}

.background_frame_right 
{
 background-color: black;
 height: 2000px;
 width: 50px;
 position: absolute;
 display: block;
 right: 0px;
 top: 0px;
 z-index: 100;
}

.background_frame_bottom 
{
 background-color: black;
 width: 2000px;
 height: 200px;
 position: relative;
 display: inline-table;
 bottom: -350px;
 left: -100px;
 z-index: 0;
}

h1, h2, h3, h4 
{
 color: #A48544;
 font-family: verdana;
}