#layout
{
	margin:auto;
	

	width:900px;
	height:600px;

	background-color:#FFFFFF;
	background-position:center center;
	background-image:url("../images/background.jpg");
	background-repeat:no-repeat;

}

#layout
{
	margin:auto;
	
	width:900px;
	height:600px;

	background-color:#FFFFFF;
}

/*	HEADER */
table.maintable
{
	width:880px;
	height:550px;
	
	padding:0;
	margin:10px 0 0 10px;
}
table.maintable tr td.head_left
{
	width:173px;
	height:129px;

	border:0;

	background-image:url("../images/background_01.gif");
	background-repeat:no-repeat;
	background-position:left;
}
table.maintable tr td.head_middle
{
	width:501px;
	height:129px;

	border:0;

	background-image:url("../images/background_02.gif");
	background-repeat:no-repeat;
	background-position:left;
}
table.maintable tr td.head_right
{
	width:206px;
	height:129px;

	background-image:url("../images/background_03.gif");
	background-repeat:no-repeat;
	background-position:left;
}

/*	CONTENT */
table.maintable tr td.content_left
{
	width:173px;
	height:305px;

	background-image:url("../images/background_04.gif");
	background-repeat:no-repeat;
	background-position:left;
}
table.maintable tr td.content_middle
{
	width:501px;
	height:305px;
	
	text-align: left;
	vertical-align:top;

	background-image:url("../images/background_05.gif");
	background-repeat:no-repeat;
	background-position:left;
}
table.maintable tr td.content_right
{
	width:206px;
	height:305px;
	
	text-align:left;
	vertical-align:top;	

	background-image:url("../images/background_06.gif");
	background-repeat:no-repeat;
	background-position:left;
}

/*	FOOTER */
table.maintable tr td.foot_left
{
	width:173px;
	height:146px;

	background-image:url("../images/background_07.gif");
	background-repeat:no-repeat;
	background-position:left;
}
table.maintable tr td.foot_middle
{
	width:501px;
	height:146px;	vertical-align:top;
	text-align:right;	font-size:7pt;
	background-image:url("../images/background_08.gif");
	background-repeat:no-repeat;
	background-position:left;
}
table.maintable tr td.foot_right
{
	width:206px;
	height:146px;

	background-image:url("../images/background_09.gif");
	background-repeat:no-repeat;
	background-position:left;
}