@import url(webgusto.css);
#nav {
		display:none;
	}
.noprint {
	display:none;
}
/* tag modifications */

* {margin:0; padding:0;} /* start with a clean slate */

/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a {
     margin: 0;
     padding: 0;
     border: 0;
}


/* hack to work around the 3px IE problem with floats */
* html #content {height: 1%;}
/* end hack */
body {
	text-align: center;
	background-repeat: repeat;
}
/* ID tags */
#content {
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
#copyright {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#copyrightleft {
	float:none;
}
#copyrightmid {
	display:none;
}
#copyrightright {
	display:none;
}

#debug {
	display: none;
}
#header {
	display:none;
}
#tagline {
	position:fixed;
	text-align:right;
	color:#000000;
	padding:10px;
}
#tl {
	display:block;
	background:none;
	position:fixed;
}
#tl img {
	display:inline;
}
#tll {
	display:none;
}
#tr {
	display:none;
}

