@charset "UTF-8";
.sitebackground {
	background-color: #FFFFFF;
	background-image: url(images/starsBackground.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.vinebackground {
	background-image: url(images/pagebackground/B_vineRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.sitebackground li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-position: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: url(images/listbullet.jpg);
	list-style-position: outside;
}
