#menu {
	display : none;
}

#footer p {
	font-family : georgia, times, serif;
	font-size : small;
	text-align : center;
	padding : 0;

	color : #555555;
}


div#top {
	display : none;
}



#content h1 {
	font-family : "trebuchet ms", arial, helvetica, sans-serif;
	font-size : large;
	text-decoration : underline;
}


#content h2 {
	font-family : "trebuchet ms", arial, helvetica, sans-serif;
	font-size : medium;
	text-decoration : underline;
}

#content p,li {
	font-family : georgia, times, serif;
	font-size : small;
	text-align : justify;
}

#content .date {
	font-family : "trebuchet ms", arial, helvetica, sans-serif;
	font-weight : bold;
	font-variant : small-caps;
}

#content img {
	border : 1px solid black;
	margin : 10px;
	margin-top : 0;
}

#content img.right {
	float : right;
	margin-right : 0;
}


#content img.left {
	float : left;
	margin-left : 0;
}

div#profile {
	display : none;
}


div#comments {
	display : none;
}


table {
	border : 3px solid black;
	border-collapse : collapse;
	margin-left : 10%;
}


caption {
	display : none;
}

th {
	padding : 2px;
	background-color : #dddddd;
	border: 1px solid black;
}

td {
	padding : 2px;
	border: 1px dotted black;	
	text-align : center;
}
/**
 * Define the table to be of the class "nutrition"
 */
table.nutrition {
	width : 275px;
	margin-top : 10px;
	margin-left : 0;
	margin-right : 0;

	border : 1px solid black;
	border-collapse : collapse;
	table-layout : auto;

}

/**
 * Format the caption at the top of the table
 */
.nutrition caption {
	font-family : Arial;
	font-size : small;
	font-style: italic;
}

/** 
 * Format the tr ids 
 */
.nutrition tr#calories td {
	border-bottom : 4px solid black;
}

.nutrition tr#servings td {
	border-bottom : 6px solid black;	
}

.nutrition tr#minerals td {
	border-top : 4px solid black;
}

 /**
  * Format the header, which is basically the text "Nutrition Facts"
  */
.nutrition th {
	background-color : transparent;
	padding : 3px;
	border : 0;
	font-family : Arial;
	font-size : large;
	font-weight : bolder;
}	

 /**
  * Define the baseline style for cells
  */
.nutrition td {
	padding : 3px;
			
	font-family : Arial;
	font-size : x-small;
	border : 0;
	border-bottom : 1px solid black;

	text-align : left;
}

 /**
  * Define the cell for Daily Values
  */
.nutrition td.dv {
	font-weight : bold;
	text-align : right;
}

 /**
  * Set an indent for subordinate nutrients
  */
.nutrition td.sub {
	text-indent : 10px;
}

 /**
  * Set the style of the disclaimer text
  */
.nutrition td.disclaimer {
	font-size : xx-small;
}

 /**
  * Use the strong tag to set emphasis on particular text
  */
.nutrition strong {
	font-weight : bolder;
}

dfn {
	border-bottom : 1px dotted black;
	font-style: normal;
	cursor : help;
}

a {
	color : #115511;
	border-bottom : 1px dotted black;
	text-decoration : none;
}

a:hover {
	background-color : #d0d9ee;
}


cite {
	display : block;

	font-family : georgia, times, serif;
	font-size : small;

	border-left : 1px solid black;
	margin-left : 25px;
	padding-left : 3px;
}

acronym {
	border-bottom : 1px dotted black;
	font-style: normal;
	cursor : help;
}