/*
** CSS for TBOS website.
** This is for the Cindy Sadler's Resources for Singers
** Created 10/18/2004 by Eric Joannes
*/

/* Hyperlinks */
a:link
{
	text-decoration: none;
	color: #286F24; 
}
a:visited
{
	text-decoration: none;
	color: #286F24; 
} 
a:active 
{
	text-decoration: none;
	color: #A11203;
}
a:hover
{
	text-decoration: none;
	color: #A11203;
}


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

div.header
{
	position: absolute;
	left: 250px;
	top: 90px;
	width: 510px;
	height: 89px;
}


div.content
{
	position: absolute;
	left: 0px;
	top: 210px;
	width: 760px;
	
	background-image: url('../graphics/sr_background.gif')	
}

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;
}

div.content p.letter
{
    font-weight: bold;
}

div.content p.title
{
	color: #A11203;
	font-size: 20px;
    font-weight: bold;
    
    text-align: center;
}

div.content p.subtitle
{
	color: #A11203;
	font-size: 16px;
    font-weight: bold;
    
    text-align: center;
}

div.content p.city
{
	color: #000000;
	font-size: 16px;
    font-weight: bold;
    
    text-align: left;
}

div.content p.state
{
	color: #A11203;
	font-size: 16px;
    font-weight: bold;
    
    text-align: left;
}

div.content p.name
{
	color: #000000;
	font-size: 13px;
    font-weight: bold;
    
    text-align: left;
}


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

    text-align: justify;
}

/*
** THE VERTICAL MENU
*/

div.menu
{
	position: absolute;
	left: 0px;
	top: 210px;
	width: 250px;

	font-size: 13px;

	background-color: #A11203;
}

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

    text-align: left;
}

div.menu a:link
{
	text-decoration: none;
	color: #000000; 
}
div.menu a:visited
{
	text-decoration: none;
	color: #000000; 
} 
div.menu a:active 
{
	text-decoration: none;
	color: #286F24;
}
div.menu a:hover
{
	text-decoration: none;
	color: #286F24;
}