.left {  background-image: url(images/home_left.jpg); background-repeat: no-repeat; background-position: right top}
.right { background-image: url(images/home_right.jpg); background-repeat: no-repeat; background-position: left top}
.left1 { background-image: url(images/home_left_1.jpg); background-repeat: no-repeat; background-position: right top }
.right1 { background-image: url(images/home_right_1.jpg); background-repeat: no-repeat; background-position: left top }
.bar {  background-image: url(images/h_bar_repeat.jpg); background-repeat: repeat-x}
.bg {  background-color: #DACFC6; background-image: url(images/h_bgrepeat.jpg); background-repeat: repeat-x}
body {  background-image: url(images/h_bgrepeat.jpg); background-repeat: repeat-x; font-family: "Times New Roman", Times, serif; font-size: 12px}
.nobg {  background-color: #DACFC6}
.intro-copy {
	font-size: 16px;
	line-height: 1.5em;
	background-color: #F6F3F1;
	padding: 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	border: 2px solid #694C34;
	color: #694C34;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
