/*    Tiki Lounge CSS Code    */

html,body  {  
            margin:0;
	    padding:0;
            border:0;
            width:100%;
            background:#289e48;
            background-image:url('images/bggreen.gif');
            min-width:600px;
            }
            
body     {  
            font: 90% arial,sans-serif;
            text-align:center;
            color:#000;
            margin:0;
	    padding:0;
            /* border: medium double rgb(51,102,102); */ border:0;
            }
            
p          {  
            margin:0 10px 10px
            }
        
P.mid    {
            text-align: center
            }
            
        
P.spon  {
            line-height:1;
            background-color:#f9a36d;
            text-align: center
            }

.bottom  {
            vertical-align: bottom;
            }
            
h1       {  text-align: left;
            color: #336666;
            }
            
h2       {  text-align: center;
            color: #336666;
            }
            
h3       {  text-align: center;
            color: #336666;
            }
            
img      {  display: block;
            margin-left: auto;
            margin-right: auto;
            border: hidden 0px;
            padding-top: 0px;
            padding-bottom: 0px
            }
            
img.space { margin-left: auto;
            margin-right: auto;
            border: hidden 0px;
            padding-top: 5px;
            padding-bottom: 5px
            }
            
a        {  color:#369;
            }
            
a:hover  {  color:#fff;
	    background:#369;
	    text-decoration:none;
            }

a.mid    {  vertical-align: bottom;
            text-align: center
            }
   
a.linklist{ vertical-align: bottom;
            text-align: center;
            font-size:10pt
            }
            
table.sched {
	width:100%;
        border-width: 1px;
	border-spacing: 1px;
	border-style: none;
	border-color: white;
	border-collapse: separate;
        size: 9pt;
        background-color: ffffff;
}
table.sched thead {
	border-width: 1px;
	padding: 3px;
	border-style: outset;
	border-color: white;
        size: 9pt;
        background-color: white;
	-moz-border-radius: ;
}
table.sched td {
	border-width: 1px;
	padding: 3px;
	border-style: outset;
	border-color: white;
	background-color: white;
        size: 9pt;
	-moz-border-radius: ;
	}
        
table.shows {
	width:100%;
        border-width: 1px;
	border-spacing: 1px;
	border-style: none;
	border-color: white;
	border-collapse: separate;
        size: 9pt;
        background-color: B9CAFF;
}
table.shows thead {
	border-width: 1px;
	padding: 3px;
	border-style: outset;
	border-color: white;
        size: 9pt;
        background-color: #B9CAFF;
	-moz-border-radius: ;
}
table.shows td {
	border-width: 1px;
	padding: 3px;
	border-style: outset;
	border-color: white;
	background-color: #B9CAFF;
        size: 9pt;
	-moz-border-radius: ;
	}
            
                                     /* Full Container */
#container{ background-color:#63a8b2;
            padding:0px;
            /* float:none; */
            width:800px;
            margin:0 auto;
            /* border: medium double rgb(51,102,102); */
            }

                                      /* Header box */
#header {   height:200px;
            /* line-height:80px; */
            margin:0;
            padding:0px;
            background: #EEE;
            /* color: #fff; */
            background-image:url('images/mainbanner.gif');
            /* border: medium double rgb(51,102,102); */
            }

#details{   background-color:#63a8b2;
            margin:0;
            float:right;
            width:600px
            /* border: medium double rgb(51,102,102); */
            }
                                     /* Content box - right side */
#content{   background-color:#63a8b2;
            float:right;
            width:600px
            /* border: medium double rgb(51,102,102); */
            }

#content p{
             line-height:1.6;
            background-color:#63a8b2;
            padding:0px;
            /* float:right; */
            text-align:left;
            /* border: medium double rgb(51,102,102); */
            }

                                     /* Navigation box - left column */
#navigation{float:left;
            width:200px;
            background:#B9CAFF;
            margin:0 0px 0px;
            padding:0px;
            /* border: medium double rgb(51,102,102); */
            }

                                     /* Extra box - lower left column */
#extra{     /* float:left; */
            width:200px;
            background:#FF8539;
            background-image:url('images/thatch.jpg');
            /* border: medium double rgb(51,102,102);
*/            }

/* Sponsor box within Extra box */
#sponsor {  background-color:#f9a36d;
            background-image:url('images/sponsorbg.gif');
            border: medium double rgb(51,102,102);
            vertical-align:top;
            margin-top: 0px;
            margin-bottom: 0px;
            width: 194px;
            /* height: auto; */
            font-size:10pt;
            }

                                    /* Footer box */
#footer{    float:none;
            position:relative;
            vertical-align: bottom;
            width:800px;
            background: #333;
            color: #fff;
            margin-top: 0px;
            }


                                    /* Other DIVs */
#bottom{    float:right;
            position:relative;
            /* vertical-align: bottom
            padding: 10px 0px 10px 0px; */
            width:600px;
            font-size:10pt;
/*            display: block;
            margin-left: auto;
            margin-right: auto;  */
            position:relative;
            bottom: 0px; 
            padding-top: 10px;
            padding-bottom: 0px;
            /* background:#FF8539;
            background-image:url('images/thatch.jpg');
            /* border: medium double rgb(51,102,102);
*/            }

/*#bottom {   /* clear:both; 
            float: right;
            position: relative;
            bottom: 0;
            /* right: 0;
            /* position:relative;
            /* overflow:hidden; 
            width:600px;
            
            /* display: block;
            margin-left: auto;
            margin-right: auto; *
            font-size:10pt;
            /* border: medium double rgb(51,102,102); *
            }*/

