@charset "utf-8";
/* CSS Document */

/* Table Structure */
.content_table{
	margin-left:5px;
}
.content_top_td{
	background: url('images/content_top.png') left center no-repeat;
	height: 31px;
	width: 499px;
}
.content_middle_td{
	background: url('images/content_middle.png') left center repeat-y;
}
.content_bottom_td{
	background: url('images/content_bottom.png') left center no-repeat;
	height: 31px;
}
.sidebar_top_td{
	background: url('images/sidebar_top.png') left center no-repeat;
	height: 31px;
}
.sidebar_middle_td{
	background: url('images/sidebar_middle.png') left center repeat-y;
}
.sidebar_bottom_td{
	background: url('images/sidebar_bottom.png') left center no-repeat;
	height: 31px;
}

#sidebar #sidebar_hr{

	background: url('images/sidebar_hr.jpg') left center no-repeat;
	position: absolute;
	margin-top: 5px;
	margin-left: -15px;
	height: 15px;
	width: 250px;
	}
