/*Set page colour and font Size */
body {
	background: white;
	font-size: 12pt;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	}

/* Hide Menu and/or Unwanted Items */
.main-menu, .footer-wrapper {
	display: none;
	}

div{
	background-image:none;
		
}
img{
clear:both;
}
/* Fix the Float Problem and set margins of wrapper div */
.container {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}
.container{
	margin-left: 10%;
	padding-top: 1em;
}
	



/* Colour Links */
a:link, a:visited {
	color: #333;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
/* Insert Link url right After the links in the Content */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
/* Insert whole url after local links */
#content a[href^="/"]:after {
  content: " (http://www.bolger.ca" attr(href) ") ";
}



/* PRINT HEADER
======================================= */
#print-header {
	top: 0;
	height:118px;
   }
