/* CSS Document */

/* BODY */

body {
background-color: #391B05;
background-image: url(Images/Background1.gif);
font-family: Georgia, Garamond, Times New Roman, serif;
font-size: .8em;
	}

ul {
list-style-type: none;
text-indent: none;
margin: 0px 7px;
	}

li {
clear: both;
	}
	
span.firsttier {
font-weight: bold;
	}

	
dt {
color: #4F3185;
margin: 0px 5px;
	}
	
dd {
text-indent: none;
margin: 0px 15px;
	}
	
a {
clear: both;
margin: 2px;
	}

a:link {
color: #004D25;
clear: both;
	}
	
a:visited {
color: #006631;
	}
	
a:hover {
color: #002914;
	}
	
a.external {
color: #BF4503;
	}
	
a.newslink {
color: #BF4503;
float: right;
margin: 0 5px 0 0;
	}
	
a.Gloss {
color: #AA2D09;
font-weight: bold;
font-size: 16px;
letter-spacing: 10px;
	}
	
cite {
font-style: italic;
	}
	
h1, h2, h3, h4, h5, h6 {
font-family: Garamond, Georgia, Times New Roman, serif;
text-align: center;
margin: 8px auto 5px auto;
	}

h1, h2 {
color: #AA2D09;
	}

.picture-right {
float: right;
border: 2px solid #413121;
margin: 5px 5px 3px 3px;
	}

.picture-left {
float: left;
border: 2px solid #413121;
margin: 5px 5px 3px 3px;
	}

p {
margin: 6px 4px 6px 8px;
	}
	
span.Attribution {
font-weight: bold;
	}
	
span.Mainlink {
float: right;
margin: 3px 10px 3px 0;
clear: both;
	}
	
span.Glossterm {
font-weight: bold;
margin: 3px;
	}
	
span.Commentary {
font-style: italic;
font-family: arial, san-serif;
font-size: .9em;
padding: 0 0 5px 0;
	}
	

/* CONTAINER */

#container {
background-color: #E1E3C3;
border: 8px double #A599FF;
width: 95%;
min-width: 870px;
margin: 0 auto 0 auto;
}


/* HEADER */

#header {
width: auto;
margin: 5px auto 0 auto;
text-align: center;
}

/* NAVIGATION */

#navigation {
background-color: #7A4A2A;
color: #5F2D07;
text-align: center;
height: 23px;
border: 1px solid #AF99FF;
margin: 5px auto 9px auto;
word-spacing: 5px;

}

#navigation a {
color: #E1E3C3;
	}
	
/* CONTENT */

#content {
color: #5F2D07;
}

/* LEFT WRAPPER */
#wrapper {
float: left;
width: 77.1%;
	}

/* CENTER */

#center {
width: 68.5%;
border: 2px solid #A599FF;
float: right;
margin: .5%;
}

/* LEFT */

#left {
float: left; 
width: 28.3%;
border: 2px inset #A599FF;
margin: .5%;
}

#bigleft {
float: left;
width: 98.1%;
border: 2px inset #A599FF;
margin: .4%;
	}

#left ol {
text-indent: -10px;
	}

/* RIGHT */

#right {
float: right;
width: 21.6%;
border: 2px outset #A599FF;
margin: .4%;
}

/* RECIPE */	
	
#recipe table {
font-family: Trebuchet, Garamond, serif;
font-size: 1.3em;
margin: 0 auto;
	}

#recipe caption {
font-weight: bold;
	}
	
#recipe th {
text-align: center;
border: 2px outset #6058B6;
border-collapse: collapse;
	}
	
#recipe td {
vertical-align: top;
border: 2px outset #6058B6;
border-collapse: collapse;
padding: 5px;
	}

th.ingredient {
width: 180px; 
	}
	
td.ingredient {
width: 180px;
	}	

/* FOOT */

#foot {
clear: both;
text-align: center;

}

/* THE END */




