.BG {
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.BG2 {
	background-image: url(../images/Etzkorn-Pottery_11.jpg);
	background-repeat:repeat-y;
	}
	
body,p,ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
}	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#803838;
}

a:link, a:active, a:visited {
color: #5C5747;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #AA0000;
}
