﻿
body
{
    font-size: 11pt;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background-color: #800000;
    background-image: url(bg.gif);
    background-repeat:repeat-y; 
    background-position:center;
}

h1
{
	font-size: 16pt;
	color: #800000;
	text-align:center;
}

h2
{
	font-size: 12pt;
	color: #800000;
	text-align:center;
}

h3
{
	text-decoration: underline;
	font-size:11pt;
	font-weight:normal;
}

.page
{
    width: 960px;
    margin: 0 auto;   
}




#main
{
	clear: both;
	margin: 0 30px;
}

#footer
{
	clear:both;
	text-align:center;
}

.nav
{
	height: 40px;
	background-color:#958659;
	font-size: 11pt;
}

.subnav
{
	padding: 0 0 0 20px;
	
}

.menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu > li
{
	margin-top: 7px;
	float:left;
	margin-right: 10px;
	font-weight:normal;
	display:list-item;
	
}

.menu li.selected
{
	text-decoration:underline;
	font-weight:bold;
}

.menu a
{
	color: black;
	text-decoration:none;
}

.directions
{
	margin:10px;
	margin-bottom:25px;
	
}

.directions > span
{
	font-weight: bold;
}

.clear
{
	clear:both
}

.headDescription
{
	 width: 800px;
	 margin-bottom: 10px;
	 
}

.appleblock
{
	margin-bottom: 20px;
}


.appledescription
{
	width:700px
}

.appletitle
{
	font-weight:bold;
}


.recipe
{	
	background-color:White;
	border: solid 1px #6c6c6c;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
	padding:15px;
}

.logindisplay
{
    float:right;
}