/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		body
		{
			background: url(images/sitebackground.jpg) repeat;
		}
	
		#siteContainer
		{
			width:960px;
			border-right:1px solid #000;
			border-left:1px solid #000;
			border-bottom:1px solid #000;			
			}
		
		#headerCell
		{
			background: url(images/header.jpg) no-repeat;
			width:960px;
			height:128px;
		}
		
		#navContainer
		{
			width:724px;
			height:26px;
			background: url(images/navbg.gif) repeat-x;
		}
		
		.leftnav
		{
			background: url(images/leftnav.jpg);
			width:119px;
		}
		.rightnav
		{
			background: url(images/rightnav.jpg);
			width:117px;
		}
		
		#bodyContainer
		{
			padding: 20px 20px 20px 20px;
			font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
		}
		
		#footerCell table tr td
		{
			font-size:10px;
			font-family:verdana, sans-serif;
			color:#000;
		}
		
		
	/*//---------------------------------------------*/
	/*//  Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	
	/*//---------------------------------------------*/
	/*//  Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		.homeNav
		{
			background: url(images/home-up.jpg) no-repeat;
			width:68px;
			display:block;
			height:26px;
		}
		.homeNav:hover
		{
			background: url(images/home-over.jpg) no-repeat;
		}
		
		.galleryNav
		{
			background: url(images/gallery-up.jpg) no-repeat;
			width:97px;
			display:block;
			height:26px;
		}
		.galleryNav:hover
		{
			background: url(images/gallery-over.jpg) no-repeat;
		}
		
		.aboutNav
		{
			background: url(images/about-up.jpg) no-repeat;
			width:104px;
			display:block;
			height:26px;
		}
		.aboutNav:hover
		{
			background: url(images/about-over.jpg) no-repeat;
		}
		
		.contactNav
		{
			background: url(images/contact-up.jpg) no-repeat;
			width:109px;
			display:block;
			height:26px;
		}
		.contactNav:hover
		{
			background: url(images/contact-over.jpg) no-repeat;
		}
		
		.linksNav
		{
			background: url(images/links-up.jpg) no-repeat;
			width:65px;
			display:block;
			height:26px;
		}
		.linksNav:hover
		{
			background: url(images/links-over.jpg) no-repeat;
		}
		
		
		
		
		
		
		
		#navContainer table tr td a
		{
			text-decoration:none;
		}
		
	/*//---------------------------------------------*/
	/*//  Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
/*//---------------------------------------------*/
/*//  Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*//  Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*//  Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*//  Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*//  Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*//  Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/