
@import url("reset.css");
@import url("layout.css");

h1, #leftCol h1 {
	display: block;
	font: 18pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 18pt;
}
h2, #leftCol h2 {
	display: block;
	font: 15pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 18pt;
}
#nav, #subNav, #footer {
	display: none;
}

#greyBorder {
	border: 0;
}

/*#wrapper {
	margin: auto;
}
#logo {
	display: none;
}
#logoButton {
	display: none;
}

.clearer {
	clear: both;
}

#nav, #subNav, #subNavBacker, #footer, #rightCol {
	display: none;
}

#wrapper img {
	display: none;
}

#recipes #wrapper img {
	display: block;
}

strong, .strong {
	font-weight: bold;
}

em, .em {
	font-style: italic;
}
*/
