@import url(stylesheet.css);

*{
	background:none;
	color:#000;
}

body{
	font-size:1em;
	margin:0;
	padding:0;
	text-align:left;
}

a{
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6, p{
	background-image:none;
	margin-top:0;
	margin-bottom:10px;
}

#pagetitle h1{
	font-size:1.75em;
	margin-bottom:20px;
}

#wrap{
	background-image:none;
	margin:0;
	text-align:left;
	width:100%;
}

#content,
#pagetitle,
#footer,
#footer p{
	background-image:none;
	margin:0;
	padding:0;
	width:97%;
}

img,
#header, 
#crumbs,
#local,
#sub,
#nav {
	display: none;
}

#content img{
	display:block;
}