﻿/* ********************* HEADER *********************** */

.headerborder_wrapper
{
	margin: 0;
	padding:0;
	float: left;
}
.headerborder_left
{
	margin: 0;
	padding:0;
	background: transparent url("../../__img06/border/left_slice_bluebar.gif") no-repeat left bottom;
	float: left;
	width: 2px;
	height: 31px;
	}
.headerborder_right
{
	margin: 0;
	padding:0;
	background: transparent url("../../__img06/border/right_slice_bluebar.gif") no-repeat left bottom;
	float: left;
	width: 2px;
	height: 31px;
}

.headerborder{
	float: left;
}


