html,body {
	height: 100%;
	font: 14px/19px georgia;
	color: #000;
	margin: 0;
	padding:0;
	text-align:left;
}

p{
	color: #000;
	margin: 0px;
	text-align: left;
	padding: 0px;
}
p#bold{ 
	font-weight:bold;
}
	
h1{
	font: 38px ;
}
h2 {
	font: 32px ;
	
}
h3, h4, h5 {
	font: 16px ;
	}
h6 {
	font: bold 14px ;
	
}

#clubMember{
	background-image: url(../images/certClub.jpg);
	background-repeat: no-repeat;

	
}
.wrapper {
	margin: 0 ; /* the bottom margin is the negative value of the footer's height */
	padding:0;
}
.content{
	margin:0px;
	width:auto;
}

.headerHome, .subHome, #navTop, .leftBox, .rightBox, .rightBoxSmall, .footer, .push, .footer1, .footer2, .footerWrap {
  display:none;
}
