/* CSS Document */

#outertable
{
	width: 1001px;
}
#divcaption
{
	background-image: url("images/caption.jpg");
	background-repeat: no-repeat;
	height: 40px;
	margin-bottom: 10px;
}
#tdhead
{
	background-image: url("../common/images/head.jpg");
	background-repeat: no-repeat;
}
#tdleft
{
	background-image: url("images/left.jpg");
	background-repeat: no-repeat;
}
#tdcenter
{
	background-image: url("images/center.jpg");
	background-repeat: no-repeat;
}
#tdright
{
	background-image: url("images/right.jpg");
	background-repeat: no-repeat;
}
#tdbase
{
	background-image: url("images/base.jpg");
	background-repeat: no-repeat;
}
