.border_corner_top_left {
	width: 7px;
    height: 8px;
    background-image: url(../images/border_corner_top_left.gif);
	background-position:top right;
}

.border_corner_top_right {
	width: 8px;
    height: 8px;
    background-image: url(../images/border_corner_top_right.gif);
}

.border_corner_bottom_right {
	width: 8px;
    height: 7px;
    background-image: url(../images/border_corner_bottom_right.gif);
}

.border_corner_bottom_left {
	width: 7px;
    height: 7px;
    background-image: url(../images/border_corner_bottom_left.gif);
	background-position:top right;
}

.border_top {
    height: 8px;
    background-image: url(../images/border_top.gif);
}

.border_bottom {
    height: 7px;
    background-image: url(../images/border_bottom.gif);
}

.border_left {
	width: 7px;
	background-repeat: repeat-y;
	background-image: url(../images/border_left.gif);
	background-position:top right;
}

.border_right {
	width: 8px;
	background-repeat: repeat-y;
	background-image: url(../images/border_right.gif);
}

.head_border_logo_left {
	width: 495px;
	height: 175px;
	background-image: url(../images/head_logo_left.jpg);	
}

.head_border_logo_right {
	width: 460px;
	height: 190px;
	background-image: url(../images/head_logo_right.jpg);	
}
