/* ================== */
/* = Default layout = */
/* ================== */

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

