* {
	font-family: Verdana;
	/*margin:0;
	padding:0;
	list-style:none*/
}

body {
	font-size: 12px;
    background: #ddd;
    /*text-align: center;*/
    line-height: 1.6em;
    color: #333;
}

img {
    border:0px;
}

div#footer {
    text-align: center;
    padding-bottom:50px;
    font-size: 11px;
}

div#footer a {
    font-weight: bold;
    color: #666;

}

table {
    font-size: 12px;
}

div#main {
	background: #fff;
	border: 1px solid #b5abaa;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

div#top {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
	padding-bottom:2px;
}
div.spacer {
	clear: both;
	padding-top: 10px;
}

h1 {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #971611;
	font-size: 18px;
}

h2 {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #971611;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 13px;
}

h3 {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 0px;
}

hr {
    height: 1px; 
    border-style: none; 
    color: #999; 
    background-color: #999;
}

p {
    margin-top: 0px;
}

a {
    color: #1d7b23;
    font-weight: bold;
}

li {
    margin-bottom: 5px;
}

cite {
    /*font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;*/
}
.columnOneThird {
    width: 240px;
}

.columnHalf {
    width: 370px;
}

.serif {
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}

table#tnav {
    width: 100%;
    background-color: #fff;
    /*border-top: 1px solid #444;
    border-bottom: 1px solid #444;*/
}

table#tnav td {
    text-align:center;
    padding:0;
    /*background-color: #fff;*/
    color: #444;
    /*border-left: 1px solid #ccc;*/ 
    font-family: Arial;
}

table#tnav td:hover {
    /*background: #fff;*/
    /*border-left: 1px solid #ccc;*/ 
}

table#tnav td a {
    /*margin-left:-12px;*/
    font-family: Arial;
    font-size: 13px;
	padding: 3px 0px 3px 0px;
    display:block;
    color: #971611;
    /*border:1px solid;*/
    font-weight: bold;
    text-decoration: none;
    /*background-color: #fff;*/
    /*border-left: 1px solid #fff;
    border-right: 1px solid #fff;*/
    /*border-left: 1px solid #fff;*/
}

table#tnav td a:hover, table#tnav td.active a{
    /*background: #971611;*/
    /*color: #fff;*/
    color: #1d7b23;
	z-index:99;
    /*border-left: 1px solid #971611;
    border-right: 1px solid #971611;*/
    text-decoration: none;
}

table#tnav td a:hover {
    /*border-left: 1px solid #fff;
    border-right: 1px solid #fff;*/
    text-decoration: underline;
}

span.bull {
	font-family: Arial;
	font-size: 12px;
}

div#contents {
    padding: 10px 20px 10px 20px;
}

div#subcontent {
    text-align: left;
    background: #fff;
    margin: 20px;
}

div.printerFriendly img {
    position: relative;
    top: 7px;
}

/**** Recipes ****/

    div#recipes img {
    	padding-bottom: 5px;
    }
    
    div#recipes {
    	text-align:center;
    }
        
    div#photos {
    	text-align:center;
    }
    div#recipe .ingredients {
    	font-style: italic;
    }
    
    div#recipe ol li {
    	padding-bottom: 5px;
    }
    
    div#recipe img.photo {
    	float: right;
    	margin-left: 20px;
    	margin-bottom: 20px;
    }
    
    div#recipe div#footer {
        padding-bottom: 5px;
    }

/**** End of Recipes ****/

div#mediaspace embed {
	border: 1px solid #a9a9a9;
}
