/*png IE fix*/
img { behavior: url(iepngfix.htc) }

body {
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
	background: #015C88 url(../images/backgd.jpg) no-repeat center top;

}

#wrapper {
	width: 756px;
	margin: 0px auto;
	padding: 0px;
}
#wrapper2 {
	width: 756px;
	margin: 0px;
	padding: 0px;
	
}

#header {
	background: url(../images/gbc_top1.png) no-repeat center 0px;
	width: 756px;
	height: 64px;
	margin: 0px 2px 0px 0px;
	padding: 0px;
	line-height: 0;
	}
	
	
#headerhome {
	background: url(../images/home.png) no-repeat center top;
	height: 213px;
	}

#menu {
	background: url(../images/gbc_top2ff.png) no-repeat right top;
	margin: -5px 0px 0px;
	padding: 0px;
	height: 59px;
	width: 760px;
	text-align: right;
	border-top: 1px none #237197;
	}


#menuhome {
	background: url(../images/gbc_top2home.png) no-repeat center top;
	margin: 0px;
	padding: 0px;
	height: 59px;
	width: 756px;
	text-align: right;
	
	}
#content {
	background: #FFFFFF url(../images/gbc_top4.png) no-repeat left top;
	border-right: 2px solid #FECC01;
	border-left: 2px solid #FECC01;
	color: #000000;
	font: 12px/130% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 100%;
	float: left;
	}
	
#footer {
	background: #FFFFFF;
	height: 40px;
	padding: 0px;
	margin: 0px;
	border-right: 2px solid #FECC01;
	border-bottom: 2px solid #FECC01;
	border-left: 2px solid #FECC01;
	float: left;
	width: 756px;
	}
	

#slug {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFCC00;
	height: 60px;
	text-align: center;
	padding: 15px 10px;
	float: left;
	clear: both;
	width: 756px;
}

#slug a:link,a:visited {
	color: #76A7BE;
	text-decoration: none;
}
#PLHFO0Div {
	float: left;
	padding-top: 3px;

}
.padding {
	margin: 30px 10px 10px;
	padding: 0px;
}
