/* CSS definition file containing site wide stylesheets */

.box1 {
	background-image: url( "../assets/images/bck_box1.gif" );
 	background-repeat: repeat-y;
 	padding: 10px
}

.box2 {
	color: rgb(51,102,102);
 	border: 1px solid rgb(51,102,102);
 	padding: 8px
}
