/* =========== */
/* = Style 5 = */
/* =========== */

/* Background */
#bg_left {
	background: url(../images/style5/bg_left_bg.jpg) repeat-x;
	width: 40%;
	height: 177px;
	float: left;
}
#bg_right {
	background: url(../images/style5/bg_right_bg.jpg) repeat-x;
	width: 40%;
	height: 205px;
	float: right;
}
#header_wrapper {
	background: url(../images/style5/header_wrapper_bg.jpg) no-repeat;
	width: 100%;
	height: 177px;
	float: left;
}
/* Header */
#header_left {
	width: 30%;
	height: 146px;
	padding: 0;
	margin: 0;
	float: left;
}
#header_right {
	width: 70%;
	height: 96px;
	padding: 50px 0 0 0;
	margin: 0;
	float: left;
}

