/*
** 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: 50px;
	top: 190px;
	width: 660px;
}

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.pic
{
	position: absolute;
	left: 360px;
	top: 90px;
	width: 284px;
	height: 193px;
}

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