#top-bg
{
background:url(images/top-bg.jpg);
height:208px;
}
#body-bg
{
background:url(images/body-bg.jpg) repeat-x;
height:415;
}


.text{
	color: #000000;
	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	
}

.gallery-text{
	color: #000000;
	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	
	
}

#footer-bg
{
background:url(images/footerbg.jpg) repeat-x;
height:60;
}
.footer-text
{
color: #ffffff;
	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
}
body {
	color: #454545;
	font-family:Arial, Verdana, sans-serif;
	font-size: 12px;
}

a:link, a:visited
{

	color: #104e36;
	text-decoration:none;
}

a:hover, a:active{

	color: #000000;
	text-decoration:underline;

}