/* vert */

body.vert {
	background: #66A326;     /*#CF4C36;*/
}

body.vert div#header {
	background-image: url(../images/header_t_vert.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

body.vert div#header_l {
	background-image: url(../images/header_tl_vert.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.vert div#header_r {
	height: 110px;
	background-image: url(../images/header_tr_vert.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

body.vert div#footer {
	background-image: url(../images/shadow_b_vert.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

body.vert div#footer_l {
	background-image: url(../images/shadow_bl_vert.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

body.vert div#footer_r {
	height: 52px;
	background-image: url(../images/shadow_br_vert.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

body.vert div#wrapper {
	background-color: #F7F7F7;
	background-image: url(../images/shadow_l_vert.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

body.vert div#wrapper_r {
	background-image: url(../images/shadow_r_vert.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
}
