body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFE6BF;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	}
	
* html body {
	font-size: x-small; /* for IE5 Win */
	f\ont-size: small; /* for other IE versions */
	}
	
#bodyContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 810px;
	text-align: left;
	padding: 0px;
	}
 /* iewin5 fix begins */
* html #bodyContainer {
	width: 812px;
	w\idth: 810px;
	}

html #bodyContainer {
	width: 810px;
	padding: 0;
	}
 /* iewin5 fix ends */
 
#header {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #993333;
	padding: 0px;
	width: 810px;
	}
 /* iewin5 fix begins */
* html #navigation {width: 808px;w\idth: 810px;}html #navigation {width: 810px;padding: 0;}	
 /* iewin5 fix ends */
 	
#navigation {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border-top: 1px solid #993333;
	width: 220px;
	}
 	

/* iewin5 fix begins */
* html #navigation {width: 218px;w\idth: 220px;
top: 299px;}html #navigation {width: 220px;padding: 0;}	
/* iewin5 fix ends */
	
#content {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 20px 5px 10px;
	border: 1px solid #993333;
	width: 547px;
	background-color: #FFE6BF; 
		}
	
.clearfix:after {    content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden;}.clearfix {display: inline-block;}/* Hides from IE-mac \*/* html .clearfix {height: 1%;}.clearfix {display: block;}/* End hide from IE-mac */
		
/* iewin5 fix begins */		
* html #content {width: 515px;w\idth: 547px;}html #content {width: 547px;padding: 0px 20px 10px 10px;
margin-top: 10px;}	


/* iewin5 fix ends */


#content a {
	color: #993300;
	background-color: transparent;
	}

h2 {
	font: 140% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
	margin-top: 0.2em;
	margin-bottom: -0.5em;
	background-color: transparent;
	}
	
h3 {
	font: 120% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
	margin-top: 0.2em;
	margin-bottom: -0.5em;
	background-color: transparent;
	}

em {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #993300;
	background-color: transparent;
	}
	
input {
	color: #993300;
	background-color: #FFCC80;
	border: 1px solid #993300;
	}
	
input.btn {
	color: #000;
	border-right: 2px solid #993333;
	border-bottom: 2px solid #993333;
	}

textarea {
	color: #993300;
	background-color: #FFCC80;
	border: 1px solid #993300;
	}

.recipeInfo {
	font-size: 100%;
	line-height: 1.3em;
	font-style: italic;
	color: #993300;
	}
	
#content .ingredients {
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 15px;
	color: #A65300;
	}
	
.separator {
	clear: both;
	height: 1px;
	display: none;
	}
	
/* start aesthetic styling */	

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
	
#navigation li a:link, #navigation li a:visited {
	display: block;
	padding: 5px 5px 5px 1.5em;
	border-left: 6px solid #993333;
	background-color: #FF9933;
	color: #fff;
	text-decoration: none;
	}	
	
#navigation li a:hover, #navigation li a:active {
	background-color: #CC6600;
	color: #fff;
	}
	
	
#navigation ul.subnav {
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
	}	
	
#navigation ul.subnav a:link, #navigation ul.subnav a:visited {
	border-left: 3px solid #993333;
	background-color: #FFCC80;
	color: #993300;
	}
	
#navigation ul.subnav a:hover, #navigation ul.subnav a:active {
	background-color: #FFF0D9;
	color: #993300;
	}

#navigation ul.recipes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
	}

#navigation ul.recipes li a:link, #navigation ul.recipes li a:visited {
	display: block;
	padding: 3px 3px 3px 1.5em;
	border-left: 3px solid #FFCC80;
	background-color: #FFD699;
	color: #993300;
	}
	
#navigation ul.recipes li a:hover, #navigation ul.recipes a:active {
	background-color: #FFF0D9;
	color: #993300;
	}
	

#content .floatRight {
	float: right;
	width: 99px;
	margin-top: -.8em; 
	padding-left: 20px;
	margin-right: 4px;
	}
	
	
#content .floatLeft {
	float: left;
	padding-right: 20px;
	margin-top: -.3em;
	width: 99px;
	margin-left: 4px;
	}

		
/* end aesthetic styling */	