	/*//---------------------------------------------*/
	/*// Name: The Brothers Ali - Default Style Sheet*/
	/*// Specification: CSS 2.1						 */
	/*//---------------------------------------------*/
	
	
	/*//---------------------------------------------*/
	/*// Site Specific Settings						 */
	/*//---------------------------------------------*/
	.copyrightText {
		font: 11px/22px Arial, Helvetica, sans-serif;
	}
		
	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/


	/*//---------------------------------------------*/
	/*// Page Settings								 */
	/*//---------------------------------------------*/
	table.pageTable {		
		color: #000000;
		background: #F9E8CF;
		
		width: 740px;
	
		border: #404040 0px solid;
		margin-left: auto;
		margin-right: auto;
	}

	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/
	
	
	/*//---------------------------------------------*/
	/*// Primary Layout Settings					 */
	/*//---------------------------------------------*/
	.siteTitle {
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		
		color: #000000;
	}
	/*//---------------------------------------------*/
	/*// Header Cell Settings						 */
	/*//---------------------------------------------*/

	/*//---------------------------------------------*/
	/*// Content/Baseline Cell Settings				 */
	/*//---------------------------------------------*/
	td.contentCell {	
	font: bold 12px/14px Arial, Helvetica, sans-serif;
			
	background-color: #FFD19A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
	td.photoDescription {	
	color: #333333;
	background-color: #FFD19A;
	font-size: 11px;
	}
	
	a.copyright {
		font: 11px/22px Helvetica, Arial, sans-serif;
		letter-spacing: 0px;
		text-decoration: underline;
	
		color: #FBCD96;
		background: transparent;
	}
	a.copyright:hover {
		text-decoration: underline;
	
		color: #000000;
		background: transparent;
	}
	a.bodyLinks {
		font: 12px/22px Helvetica, Arial, sans-serif;
		letter-spacing: 0px;
		text-decoration: underline;
		font-weight: Bold;
	
		color: #57370B;
		background: transparent;
	}
	a.bodyLinks:hover {
		text-decoration: underline;
		font-weight: Bold;
	
		color: #000000;
		background: transparent;
	}
	.contentTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	letter-spacing: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
	.calendarTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: underline;
	color: #59360C;
	letter-spacing: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

	.img_bordered{
	border: 1px solid #000000;
	}
	
	.testimonialQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333333;	
	}
	
	.testimonialName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	}
	
    .testimonialSeperator
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #202020;
		border-bottom: #000000 1px dotted;
	}
	/*//---------------------------------------------*/
	/*// Navigation Cell Settings					 */
	/*//---------------------------------------------*/
	td.navigationCell {
	color: #000000;
	background-color: #FFD19A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
	td.baselineNavigation {
		color: #000000;
		background: #F9E8CF url(images/nav-bottom.jpg) no-repeat;
		
		height: 53px;
	}