.left_bar {
	background-image: url(../Images/bar_blue_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 7px;
}
.right_bar {
	background-image: url(../Images/bar_blue_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 7px;
}
.main_bar {
	background-image: url(../Images/bar_blue_main.gif);
	background-repeat: repeat-x;
}
.buttom_line {
	background-image: url(../Images/blue_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.left_dot {
	background-image: url(../Images/blue_dot.gif);
	background-repeat: repeat-y;
	background-position:left;
	width: 7px;
}
.right_bottom {
	background-image: url(../Images/right_bottom_blue.gif);
	background-repeat: no-repeat;
	background-position:right bottom;
	width: 7px;
}
.left_bottom {
	background-image: url(../Images/left_bottom_blue.gif);
	background-repeat: no-repeat;
	background-position:left bottom;
	width: 7px;
}
.right_dot {
	background-image: url(../Images/blue_dot.gif);
	background-repeat: repeat-y;
	background-position:right;
	width: 7px;
}

.main_bar .Head	{
	color: #FFFFFF;
}

