.body {
	background-image: url(body_tile.gif);
}

.bottom_tile {
	background-image: url(bottom_tile.gif);
	background-repeat: repeat-x;
}

.header_tile {
	background-image: url(header_tile.gif);
}

.left_tile {
	background-image: url(left-tile.gif);
	background-repeat: repeat-y;
}

.left-top_tile {
	background-image: url(left-top_tile.gif);
	background-repeat: repeat-y;
}

.left-top-body_tile {
	background-image: url(left-top-body_tile.gif);
	background-repeat: repeat-x;
}

.right-top_tile {
	background-image: url(right-top_tile.gif);
	background-repeat: repeat-y;
}

.top_tile {
	background-image: url(top_tile.gif);
	background-repeat: repeat-x;
}

.right_tile {

	background-image: url(right_tile.gif);
	background-repeat: repeat-y;
}
.title {
	font-size: medium;
	font-style: normal;
	font-weight: 500;
}

