#header {
background-image: none;
}

#header h1 {
display: block;
}

#leftcolumn {
display: none;
}

#navigation {
border: none;
background-image: none;
}

#subheader {
display: none;
}

#back {
border: none;
}

#rightcolumn {
display: none;
}

#navigation {
display: list-item;
}

#footer {
display: none;
}

#navigation ul {
list-style: disc outside;
}

ul.menu li {
display: list-item;
}

#home #nav-home,
#curriculum-vitae #nav-resume,
#recipes #nav-recipes,
#press #nav-press,
#contact-me #nav-contact {
background-image: none;
}

ul.menu li, 
ul.menu a {
	height: auto;
	display: list-item;
	}