/* CSS Document */
.text A:link {text-decoration:underline;color:#333333;}
.text A:visited {text-decoration:underline;color:#333333;}
.text A:active {text-decoration:underline;color:#333333;} 
.text A:hover {text-decoration:underline;color:#772A04;}

.rightbkgd01 {
	background-image: url('../images/1pixelstylebg.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%
}
.blueflowerbkgd {
	background-image: url('../images/footer - L.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.flowerbkgd {
	background-image: url('../images/footer - R.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%
}
.content {
	background-image: url('../images/content.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px
}
.bluebkgd {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px
}
.flower2 {
	background-image: url('../images/footer - R.jpg');
	background-repeat: no-repeat;
	background-position: 100% 100%
}

