td#shadow_right {
	background-image: url(../images/shadow_r.png);
	background-repeat: repeat-y;
}
td#shadow_left {
	background-image: url(../images/shadow_l.png);
	background-repeat: repeat-y;
}
td#shadow_bottom {
	background-image: url(../images/shadow_b.png);
	background-repeat: repeat-x;
}
td#shadow_bl {
	background-image: url(../images/shadow_bl.png);
	background-repeat: repeat-x;
}
td#shadow_br {
	background-image: url(../images/shadow_br.png);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}

#topleft {
	background-image: url(../images/1.png);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 13px;
}
#top {
	background-image: url(../images/2.png);
	background-repeat: repeat-x;
	float: left;
	height: 12px;
	width: 502px;
}
#topright {
	background-image: url(../images/3.png);
	background-repeat: no-repeat;
	float: left;
	height: 12px;
	width: 15px;
}
#left {
	background-image: url(../images/4.png);
	background-repeat: repeat-y;
	float: left;
	width: 13px;
}
#project_content {
	float: left;
	width: 502px;
}
#right {
	background-image: url(../images/6.png);
	background-repeat: repeat-y;
	float: left;
	width: 15px;
}
#bottomleft {
	background-image: url(../images/7.png);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 13px;
}
#bottom {
	background-image: url(../images/8.png);
	background-repeat: repeat-x;
	float: left;
	height: 16px;
	width: 502px;
}
#bottomright {
	background-image: url(../images/9.png);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 15px;
}
