/*
** CSS for TBOS website.
** Created 10/17/2004 by Eric Joannes
*/

/* Main body */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

div.content
{
	position: absolute;
	left: 45px;
	top: 190px;
	width: 665px;
}

div.content p.quote
{
      /* for IE */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;
   
	color: #A11203;
	font-size: 16px;
    font-weight: bold;
    
    text-align: center;
}

div.content p.quote2
{
      /* for IE */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;
   
	color: #A11203;
	font-size: 14px;
    font-weight: bold;
    
    text-align: center;
}

div.content p.quotename
{
      /* for IE */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;
   
	color: #000000;
	font-size: 13px;
    font-weight: bold;
    
    text-align: center;
    font-style: italic;
}

div.schedule1
{
    /* for IE (top, right, bottom, left) */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;

	display: inline;
	position: relative;
	float: left;
	left: 0px;
	width: 665px;
	background-color: #C6B687;
}

div.schedule2
{
    /* for IE */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;

	display: inline;
	position: relative;
	float: left;
	left: 0px;
	width: 665px;
	background-color: #B9AA7E;
}

div.headermonth
{
    /* for IE (top, right, bottom, left) */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;

	display: inline;
	position: relative;
	float: left;
	left: 0px;
	width: 665px;
	background-color: #A11203;
}

div.schedule1 p
{
    text-align: center;
}

div.schedule2 p
{
    text-align: center;
}

div.headermonth p
{
	font-weight: bold;
    text-align: center;
}

/* DATE */
div.schedulecol1
{
    /* for IE (top, right, bottom, left) */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;

	display: inline;
	position: relative;
	float: left;
	top: 0px;
	width: 100px;
	border: 1px black solid;
	
    text-align: center;
}

/* EVENT */
div.schedulecol2
{
    /* for IE (top, right, bottom, left) */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;

	display: inline;
	position: relative;
	float: left;
	top: 0px;
	width: 199px;
	border: 1px black solid;

    text-align: center;
}

/* SPONSOR */
div.schedulecol3
{
    /* for IE (top, right, bottom, left) */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;

	display: inline;
	position: relative;
	float: left;
	top: 0px;
	width: 239px;
	border: 1px black solid;

    text-align: center;
}

/* LOCATION */
div.schedulecol4
{
    /* for IE (top, right, bottom, left) */
      padding: 0px 0px 0px 0px; 
    /* for MOZ */
    margin: 0px 0px 0px 0px;

	display: inline;
	position: relative;
	float: left;
	top: 0px;
	width: 119px;
	border: 1px black solid;	

    text-align: center;
}



div.header
{
	position: absolute;
	left: 115px;
	top: 100px;
	width: 560px;
	height: 89px;
}