body {
  font-family: arial;
}
#header {
  margin: 0;
}
#banner {
    display:none;
}
#printheader {
    margin-left:130px;
    height:110px;
    line-height:110px;
}
#printheader .printlogo {
   /* width:146px;
    height: 148px;
    vertical-align: middle;
    margin-right: 1em;
    background: url(http://www.fcag.co.uk/images/logo.jpg) !important;
    */
  float:left;
  display: list-item;
  list-style-image: url(/images/logo.png);
  list-style-position: inside;
 position:absolute;
 top:5px;left:5px;
}
#menu {
    display: none;
}
#content {
  padding-top: 1em;
}


a {
    text-decoration: none;
    color: black;
}

.noprint,.pageactionbutton,.pageactionbuttons,#message,.commentform  {
display:none;
}
/* background on membership certificate page*/
#certificate {
 	width: 75%;
	background-image:url('/images/swirl_pattern.png');
	background-repeat: repeat-x;
	
}