﻿body 
{
 background-image: url('images/crazyhorsebg.jpg');
 background-position: top left;
 background-color: white;
 background-repeat: repeat-x;
 margin: 0px;
}

#shell
{
 position: relative;
 width: 100%;
}

#chains
{
 background: url('images/chain_continuation.jpg') repeat-y center;
 padding-bottom: 0px;
}

.schedule
{
 height: 1250px;
}

#container
{
 position: relative;
 background-image: url('images/containerbg.jpg');
 background-position: top center;
 background-repeat: no-repeat;
 width: 780px;
 height: 800px;
}

#nav
{
 position: relative;
 top: 10px;
 left: 60px;
}

#logo
{
 position: relative;
 width: 190px; 
 height: 70px;
 top: 63px;
 left: 515px;
 text-align: center;
}

#tablecontainer
{
 position: relative;
 top: 50px;
 padding-left: 27px;
}

table
{
 border: 7px solid white;
 margin: 0px;
 padding: 0px;
 width: 726px;
}

tr,td
{
 margin: 0px;
 padding: 0px;
}

#side-bar
{
 position: relative;
 height: 250px;
 width: 110px;
 height: 115px;
 right: 5px;
 left: 395px;
 #left: 415px;
 top: 5px;
 border-left: 1px solid white;
}

#content
{
 position: relative;
 top: -125px;
 left: 5px;
 width: 375px;
 #top: -110px;
 #left: 32px;
}

#quote
{
 position: relative;
 font-family: Rockwell Condensed, Rockwell, Helvetica, Arial, Sans-Serif;
 font-size: 15px;
 vertical-align: middle;
 left: 80px;
 #left: 100px;
}