/* CSS Document */

body {
	background: #FFFFFF;
	

}

#wrapper, #recipe, #main, #menu {
	font-size:120%;
	width:auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color:#000000;
	background: transparent none;

}

div#recipe {
	margin-left:10%;
	padding-top:1em;
	border:none;

}

#header, #navigation, #featuredrecipe {
	display:none;

}

a:link, a:visited {
	color:#990000;
	background: transparent;
	font-weight: bold;
	text-decoration:underline;

}

#switcheroo {
	font-family: "Courier New", Courier, monospace;
	font-size: 80%;
	background-color: #E2E2E2;
	float: right;
	width: 585px;
	padding-left:5px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #666666;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}

#switcheroo ul {
	text-align: center;
	padding-top: 5px;

}

#switcheroo ul li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}

#switcheroo ul li a {
	color: #CC0033;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0033;

}

#switcheroo ul li a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom:none;

}
