<!--

p {
   color: #FFFFFF;
   padding-left: 2px;
}    
.riverbank {
   background-image: url("images/home/riverbank.jpg");
   background-repeat: no-repeat;
}
.australian {
   background-image: url("images/home/wine.jpg");
   background-repeat: no-repeat;
}
.good-life {
   background-image: url("images/home/logo.gif");
   background-repeat: no-repeat;
}
.box-top {
   background-image: url("images/home/box-top.gif");
   background-repeat: no-repeat;
}
.box-bottom {
   background-image: url("images/home/box-bottom.gif");
   background-repeat: no-repeat;
}
.box-left {
   background-image: url("images/home/box-left.gif");
   background-repeat: repeat-y;
}
.box-right {
   background-image: url("images/home/box-right.gif");
   background-repeat: repeat-y;
}
.box-content {
   background-color: #FFFFFF;
   color: #825917;
   padding-top: 3px; 
   padding-bottom: 3px;
   padding-left: 29px;
   padding-right: 29px;
}
.box-content p {
   color: #825917;
}   
-->
