body {
	background-color: #999999;
	color: #000000;
	font-family: Times, serif;
}

a { color: #ca2127; }
a:visited { color: #999999; }


img { border: 0;
	}


/* This is the div that contains all content on all pages.
 * It constrains the content to a certain width and centers it
 * within the browser window.
 */
div#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: none;
	margin-top: 20px;
	background-color: #000000;
	color: #ffffff;
}

/* This is the table that sits inside the content div
 * and contains most if not all content on the pages.
 */

div#content > table {
	height: 500px;
}

div#thank-you-line {
	font-size: 22px;
	font-style: italic;
}

h1 {
	color: #ca2127;
	font-size: 40pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 7px;
	}
	
h1#audition-title {
	color: #ca2127;
	font-size: 40px;
	margin-bottom: 10px;
	}	
	
h2 {
	color: #ffffff;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: -5px;
	}	
	
h2#date-title {
	color: #ca2127;
	font-size: 29px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
	}	

h2#audition-subtitle {
	color: #ca2127;
	font-size: 20px;
	margin-top: 5px;
	}	

h3  {
	margin-bottom: 0px;
	color: #ffffff;
	}
	
p	{
	color: #ffffff;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	}	
	
span.title-italic {
	font-style: italic;
	}	

span.red-text {
	color: #ca2127;
	}


#company-bios-table {
	width: 100%;
}

p#company-intro {
	text-align: left;
	margin-bottom: 0;
}

#company-bios-cell-right
{
	border-left: #ca2127;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	text-align: right;
}

#company-bios-cell-left
{
	text-align: left;
}
	
p#company-top-p {
	text-align: left;
    margin-top: 20px;
	margin-bottom: 15px; 
}

.company-top-p {
	text-align: left;
    margin-top: 20px;
	margin-bottom: 15px; 
}


p#company-bottom-p {
	clear: left;
	text-align: right;
}

.company-bottom-p {
	clear: left;
	text-align: right;
}

#company-image-left {
    float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#company-image-right{
	float: right; 
	margin-left: 15px;
	margin-right: 5px;
}

