/* CSS Document */
.is_base
{
	margin: 0 0 0 0;
}

.is_header
{
	background: transparent url(header.jpg) repeat-x left top;
	margin: 0 0 0 0;

}
.is_footer
{
	background: transparent url(footer.jpg) repeat-x right bottom;
	margin: 0 0 0 0;

}
.is_footer_l
{
	background: transparent url(footer_left.gif) repeat-y left top;
	margin: 0 0 0 0;
}
.is_footer_r
{
	background: transparent url(footer_right.gif) repeat-y right top;
	margin: 0 0 0 0;
}
.is_content
{
	margin: 0 0 0 5;
}
