/* CSS Document */
.body	{
	color:#663300;
	background-color:#83651c;
	}

table.mainBucket {
	color: #663300;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans;
}	
	
table.mainBucket td.left {
	background-image: url(images/left-side.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

table.mainBucket td.center {
	background-image: url(images/middle.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}



table.mainBucket td.right {
	background-image: url(images/right-side.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}


h1 {
	font-size:medium;
	}
	
p	{
	font-size:small;
	}
	
img.floatLeft { 
    float: left; 
    margin: 0 10px 40px 0px; 
}
img.floatRight { 
    float: right; 
    margin: 0 0px 4px 40px; 
}