#header {
	background-image: url("/images/header_bg.gif");
	background-repeat: repeat-x;
}
#header_l { clear: left; 
	background-image: url("/images/header_left_main.jpg");
	background-position: left top;
	background-repeat: no-repeat;
}
#header_r {
	background-image: url("/images/header_right_main.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
#footer_c2 {
	color: #000000;
	background-color: #9F8560;
	border: black 1px solid;
	font-weight: bold;
}
#footer_c2 A, #footer_c2 A:link, #footer_c2 A:visited {
	color: #000000;
	text-decoration: underline;
}
#footer_c2 A:hover {
	color: #000000;
	text-decoration: none;
}

.global-wrapper {
    max-width: 1200px;
    margin: auto;
    background: rgba(0,0,0,0.2);
}

#header {
    position: relative;
}

#header_r {
    top: 0;
}

#header_b {
    top: 115px;
}

#info_c {
    position: relative;
}