/* CSS Document */

body {
	background-image:url(images/background.gif);
}

.tabledata1 {
background-image:url(images/row_images/spring_1.gif);
background-repeat:repeat;

}

.tabledata2 {
background-image:url(images/row_images/spring_3.gif);
background-repeat:repeat;

}

.tabledata3 {
background-image:url(images/row_images/spring_2.gif);
background-repeat:repeat;

}

.tabledata4 {
background-image:url(images/row_images/spring_4.gif);
background-repeat:repeat;

}

.maintable
{
width: 800px;


} 

.secondtable
{
	background-image:url(images/left_border.gif);
	background-repeat:repeat-y;
}
.thirdtable
{background-image:url(images/right_border.gif);
background-position:right;
background-repeat:repeat-y;
}

.btmimage
{ vertical-align:bottom;}

