	
/*
document: Images Alberta Camera Club CSS (stylesheet)
*/
	
body {
	font-size: 12pt;
	line-height: 15pt;
	font-family: Times, 'Times New Roman', serif;
	color: black;
	background-color: transparent;
	background-image: none;
	}
	
a, a:link, a:visited {
	color: #530;
	text-decoration: none;
	}

#masthead {
	display: none;
	}
	
#wrapper, #content {
	width: auto;
	margin: 0 5%;
	}
	
#nav, #sidebar, #footer, #breadcrumb {
	display: none;
	}	

h1, h2, h3, h4, h5, h6, dt {
	font-weight: bold;
	}
	
h1 {
	font-size: 12pt;
	}
	
h2, h3, h4, h5, h6 {
	font-size: 11pt;
	}	

