/* BOX */
.box_header {
	width: 100%;
	height: 45px;
	background-image: url('images/design/box/box_header_bg.jpg');
	background-repeat: repeat-x;
	border: 0px solid black;
}

.box_header_text {
	text-align: center;
	/*padding-top: 14px;*/
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	border: 0px solid black;
}

.box_header_text a {
	color: #ffffff;
}

.box_header_left {
	width: 10px;
	height: 45px;
	float: left;
	background-image: url('images/design/box/box_header_left.jpg');
	background-repeat: no-repeat;
}

.box_header_right {
	width: 10px;
	height: 45px;
	float: right;
	background-image: url('images/design/box/box_header_right.jpg');
	background-repeat: no-repeat;
}

.box_content {
	width: 100%;
	height: 71%;
	clear: both;
	background-image: url('images/design/box/box_content_bg.jpg');
	background-repeat: repeat;
	overflow: none;
}

.box_content img {
	border: 0px solid black;
}

.box_content_left {
	width: 10px;
	height: 100%;
	float: left;
	background-image: url('images/design/box/box_content_left.jpg');
	background-repeat: repeat-y;
}

.box_content_right {
	width: 10px;
	height: 100%;
	float: right;
	background-image: url('images/design/box/box_content_right.jpg');
	background-repeat: repeat-y;
}

.box_footer {
	width: 100%;
	height: 43px;
	clear: both;
	background-image: url('images/design/box/box_footer_bg.jpg');
	background-repeat: repeat-x;
}

.box_footer_text {
	text-align: center;
	padding-top: 13px;
	font-size: 14px;
	font-weight: regular;
	color: #627e9e;
	border: 0px solid black;
}

.box_footer_text a {
	color: #627e9e;
	font-size: 14px;
}

.box_footer_text a:hover {
	color: #425e7d;
}

.box_footer_left {
	width: 10px;
	height: 43px;
	float: left;
	background-image: url('images/design/box/box_footer_left.jpg');
	background-repeat: no-repeat;
}
.box_footer_right {
	width: 10px;
	height: 43px;
	float: right;
	background-image: url('images/design/box/box_footer_right.jpg');
	background-repeat: no-repeat;
}

.box_footer_small {
	width: 100%;
	height: 9px;
	clear: both;
	background-image: url('images/design/box/box_footer_bg_small.jpg');
	background-repeat: repeat-x;
}

.box_footer_left_small {
	width: 10px;
	height: 9px;
	float: left;
	background-image: url('images/design/box/box_footer_left_small.jpg');
	background-repeat: no-repeat;
}
.box_footer_right_small {
	width: 10px;
	height: 9px;
	float: right;
	background-image: url('images/design/box/box_footer_right_small.jpg');
	background-repeat: no-repeat;
}



/* END BOX */
