<!-- 
	
	body
	{
		background-color: #ffffff;
		padding: 0px;
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666666;
		line-height: 16px;
		text-align: center;
	}
	
	td
	{
		text-align: left;
		vertical-align: top;
	}
	
	a
	{
		color: #999999;
		text-decoration: none;
	}
	
	a:hover 
	{ 
		color: #339999;
	}
	
	a img 
	{ 
		text-decoration: none; 
		border-style: none;
	}
	
	.subtitle
	{
		color: #339999;
		text-transform: uppercase; 
	}
	

	#containertable
	{
		position: relative;
		top: 10px;
		background-image: url(images/bg.gif);
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		width: 775px;
	}

	.topnav
	{
		margin-top: 45px;
		margin-right: 55px;
	}
	
	#brush
	{
		text-align: center;
		vertical-align: bottom;
	}
	
	#homecontent
	{
		text-align: center;
		vertical-align: middle;
	}
	
	#homeimage
	{
		position: relative;
		left: 3px;
		bottom: 15px;
	}
	
	#galcontent
	{
		text-align: center;
		vertical-align: middle;
	}
	
	#galimage
	{
		position: relative;
		left: 3px;
		bottom: 15px;
	}
	
	#galnav
	{
		text-align: right;
	}
	
	.galpopup
	{
		margin: 15px;
		text-align:left;
	}
	
	.paintingnav a {width: 19px; height: 19px; display: block; text-align: center; margin: 0 0 10px 10px; background: #78A8A9; color: #FFFFFF; line-height: 19px; font-family: Courier, serif; font-size: 11px; }
	.paintingnav a:hover {background: #C6DADB; color: #78A8A9;}
	.paintingnav table {float:right;}
	.paintingnavactive a {width: 19px; height: 19px; display: block; text-align: center; margin: 0 0 10px 10px; background: #C6DADB; color: #78A8A9; line-height: 19px; font-family: Courier, serif; font-size: 11px; }
	
	#eventscontainertable
	{
		position: relative;
		top: -164px;
		background-image: url(images/bg.gif);
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
		width: 775px;
	}

	#eventsimg
	{
		position: relative;
		top: 103px;
		left: 63px;
		z-index: 1;
	}
	
	#contactcontent
	{
		text-align: right;
	}

-->