/* Style Sheet for Recipes */

html	{
	font-size: 100%;
	}
	
body	{
	font-family: verdana;
	font-size: .8em;
	margin: 0px 0px 0px 0px;
	}
	
a	{
	text-decoration: none;
	color: #0374CF;
	}

a:hover {
	color: #990000;
	text-decoration: underline;
	}
	
div.container	{
	display: block;
	}

h1	{
	font-size: 11pt;
	margin: 1px;
	font-weight: bold;
	}
	
h3	{
	font-size: 10pt;
	margin: 1px;
	}

p	{
	text-indent: 10px;
	}



td	{
	font-family: verdana;
	font-size: 9pt;
	color: black;
	}

ul	{
	list-style: none;
	}

li	{
	margin-top: 9px;
	margin-bottom: 9px;
	}



hr	{
	color: 990000;
	background-color: 990000;
	height: 1px;
	border: none;
	text-align: left;
	}
	
table	{
	margin: 0 0 0 5px;
	}

/* ------- Page Header - logo -------- */

div.header	{
	position: absolute;
	margin: 0 0 0 0px;
	padding: none;
	}
	
ul.sidebar	{
	list-style: none;
	padding: 0px;
	}
	
a.contentlinks	{
	color: #0374CF;
	border: 1px solid #B5D8FC;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
	}

/* ---------- Top Menu ------------ */

div.menu {
	height: 25px;
	margin: 0 0 0 0px;
	padding: none;
}

a.recmenulink	{
	margin: 1em;
	}
	

/* ---------- Main Content Area ------------ */
/* also uses ul.sidebar */

td.content1 {
	background-color: white;
	border: 1px solid;
	border-right: 0;
	border-color: silver;
	vertical-align: top;
	width: 750px;
	}

/* ---------- Recipes Menu -------------- */
	
div.right-menu	{
	width: 250px;
	/* height: 20px; */
	border: solid #000000 1px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
	}
	
td.content2	{
	background-color: white;
	border: 1px solid;
	border-left: 0;
	border-color: silver;
	vertical-align: top;
	}
	
a.recipelinks	{
	font-weight: bold;
	}
	
/* -------------- Page Footer ------------------ */

div.footer	{
	font-size: 8pt;
	text-align: center;
	}

ul.ingred	{
	list-style: disc;
	}

ul.instruct	{
	list-style: decimal;
	}
	
/* Right floated ad */

div.float	{
	float: right;
	}
