/* recipes_layout.css */




body	{margin: 0; padding: 0;
	border:0;
	height : 20px ;
	background-color: black;
	font-family:verdana;
	color:black;
	
	
	 }



#header	{background-color: black; color:white; }

div.header {
	
	text-align:center;
	font-size:30pt;
	font-weight:bold;
	color:white;
	background:black;
	margin: 20; padding-top:30px;
	height:100px;


  }
	

div.navigation {
	width:285px;
	  height :100%;
	float:left;
	font-size:10pt;
	line-height:24pt;
	color:white;
	background:black;
	}

div.content {
	width:55%;
	height:100%;
 min-height:100%;
  height:auto !important;

	padding-left:20px;
	padding-top:20px;
	float:left;

	background:beige;

	font-size:12pt;
	line-height:20pt;
	color:black;
	}

div.rpanel {
	width:5%;
	height:100%;
	float:right;
	background:black;
	}

a:link, a:visited, a:active{
	color:white;
	}

div.title {
	font-size:18pt;
	
	}

div.heading {
	font-size:13pt;
	
	}





div.footer {
	font-size:8pt;
	text-align:center;
	line-height:10pt;
	color:gray;
	padding-top:60px;
	}

"div { border: #000 1px solid; }"