.bg {
	background-image: url(images_site/background.jpg);
	background-repeat: no-repeat;
}
.bgleft {
	background-attachment: scroll;
	background-image: url(images_site/lite_left.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bgright {
	background-attachment: scroll;
	background-image: url(images_site/lite_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E322E;
}

.textGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5038;
}

a:link { text-decoration: none; color: #4E322E }
a:visited { text-decoration: none; color: #4E322E }
a:active { text-decoration: none; color: #BCB6AA }
a:hover { text-decoration: none; color: #BCB6AA }
