/* CSS Document */

/* grey */
body.grey {
	background: url(../images/green_bkgd.png) 0 0 repeat;
}

body.grey div#header {
	background: url(../images/jos_header_t_green.png) 0 0 repeat-x;
}

body.grey div#header_l {
	background: url(../images/jos_header_tl_green.png) 0 0 no-repeat;
}

body.grey div#header_r {
	height: 99px;
	background: url(../images/jos_header_tr_green.png) 100% 0 no-repeat;
}

body.grey div#footer {
	background: url(../images/jos_shadow_b_green.png) 0 0 repeat-x;
}

body.grey div#footer_l {
	background: url(../images/jos_shadow_bl_green.png) 0 0 no-repeat;
}

body.grey div#footer_r {
	height: 52px;
	background: url(../images/jos_shadow_br_green.png) 100% 0 no-repeat;
	color:#fff;
}
div#footer_r span {
	margin-left: 25px;
	font-size: .92em;
	color: #fff;
}

div#footer_r span a:link, div#footer_r span a:visited  {
	color: goldenrod;
}
body.grey div#wrapper {
	background: url(../images/jos_shadow_green.png) 0 0 repeat;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

body.grey div#wrapper_l {
	background: url(../images/jos_shadow_l_green.png) 0 0 repeat-y;
}

body.grey div#wrapper_r {
	background: url(../images/jos_shadow_r_green.png) 100% 0 repeat-y;
}