#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
}

#header-red-textarea {
	background:url(images/header_red_textarea.gif);
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:12px;
}

#header-image {
	position:absolute;
	background:url(images/header_image.gif);
	left:0px;
	top:12px;
	width:800px;
	height:124px;
}

#header-black-textarea {
	background:url(images/header_black_textarea.gif);
	position:absolute;
	left:0px;
	top:136px;
	width:800px;
	height:36px;
}

#header-grey {
	position:absolute;
	background:url(images/header_grey.gif);
	left:0px;
	top:172px;
	width:800px;
	height:11px;
}

#left-sidebar {
	position:absolute;
	background:url(images/left_sidebar.gif);
	left:0px;
	top:183px;
	width:185px;
}

#main {
	background:url(images/main.gif);
	position:absolute;
	left:185px;
	top:183px;
	width:442px;
}

#right-sidebar {
	background:url(images/right_sidebar.gif);
	position:absolute;
	left:627px;
	top:183px;
	width:173px;
}

#footer-decoration {
	background:url(images/footer_decoration.gif);
	position:absolute;
	left:0px;
	bottom:42px;
	width:800px;
	height:41px;
}

#footer {
	background:url(images/footer.gif);
	position:absolute;
	left:0px;
	bottom:0px;
	width:800px;
	height:42px;
}