body { 
 margin: 0; 
 padding: 0; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 background-color: #FFFFFF; 
 text-align: center; 
}
 
#wrapper { 
 position: relative; 
 text-align: left; 
 width: 760px; 
 margin-right: auto; 
 margin-left: auto; 
 border-bottom: 2px solid #727272; 
}
 
#header {
 background-image: url(recipe-header.jpg);
 background-repeat: no-repeat;
 height: 150px;
 position: relative;
 border-bottom: 2px solid #727272;
}
 
#header h1 {
 margin: 0;
 padding: 0;
 font-weight: normal;
 color: #cfcfcf;/* #e79661;*/
 font-size: 150%;
 position: absolute;
 bottom: 4px;
 right: 0;
}
 
#content {
 margin-left: 230px;
 padding: 0 10px 0 0;
}
 
#content p {
 font-size: 70%;
 line-height: 1.8em;
}

#content q {
 font-size: 70%;
 font-style: italic;
 line-height: 1.8em;
}

#content p a {
 /*font-size: 90%;*/
 line-height: 1.8em;
 color: #242804;
}

#content h2 {
	font-weight: normal;	
	color: #242804;
 	font-size: 120%;
}

#content h3 {
 font-weight: normal;
 color: #242804;
 font-size: 100%;
} 

#content h4 {
 font-weight: normal;
 color: #000000;
 font-size: 80%;
} 

#content h4 a {
	font-weight: normal;
 	color: #000000;
 	font-size: 90%;
}

#content h6 {
 font-weight: normal;
 color: #000000;
 font-size: 70%;
} 

#content ul {
	list-style: none;
}

#content ol {
	list-style: none;
}

#content ul li {
 font-size: 70%;
 line-height: 1.8em;
}

#content ol li {
 font-size: 70%;
 line-height: 1.8em;
}

#content ul li a {
 font-size: 90%;
 line-height: 1.8em;
}

#content ol li a {
 font-size: 90%;
 line-height: 1.8em;
}

#navigation {
 position: absolute;
 top: 150px;
 left: 0;
 width: 180px;
}
 
#navigation ul {
 list-style: none;
 margin: 1em 0 0 0;
 padding: 0;
 border: none;
 }
 
#navigation li {
 font-size: 80%;
}
 
#navigation a:link, #navigation a:visited {
 color: #242804; /*#e79661;*/
 background-color: transparent;
 display: block;
 border-bottom: 1px solid #999;
 padding: 1em 0em 0.1em 1.5em;
 text-decoration: none;
}
 
#navigation a:hover {
 color: #727272 /*#cfcfcf;*/
}
 
#footer {
 font-size: 70%;
 padding-top: 0em;
 text-align: right;
 color: #999;
 background-color: transparent;
}
 
#ss_organizers_speakers {
	list-style: none;
	font-size: 90%;
 	line-height: 1.8em;
}

#ss_organizers_speakers a {
	color: #000000;
	font-size: 90%;
 	line-height: 1.8em;
}

table {
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 70%;
	 text-align: center;
}

#table_col {
	background-color: #e79661;
	text-align:center;
	padding: 0;
	/*border-bottom: solid 2px black;*/
}

#table_col_A {
	background-color: #e79661;
	padding: 0;
	border-bottom: none;
}
