/* CSS Document by ccw, 01.2007 */

body {
	background-color:#FFEBCD;
}
		
table {
  	/*defines tables for header, footer and menu, all in one*/
  	background-color:#FFEBCD;
  	width:780px;
  	border-collapse:collapse;
  	margin-left:auto; 
  	margin-right:auto;
}

/* the border will be defined by the td tags */
td.BorderGreen {
  	background-color:#FFEBCD;
  	border:2px solid #869870;
  	padding:10px;
}

td.Brown {
  	background-color:#DEB877;
  	border:2px solid #869870;
  	padding:2px;
}

td {
  	background-color:#FFEBCD;
 	border:0px;
  	padding:1px;
  	vertical-align:top;
}

#bodytable {
    background-color:#FFEBCD;
  	width:100%;
  	border-collapse:collapse;
	border:0px;
	padding:5px;
}

#mainbody {
    min-width:560px;
    }
	
#mainleft {
    background:#FFEBCD;
    float:left;
    width:200px;
	text-align:center;
    }

	
#mainright {
    background:#FFEBCD;
    float:right;
    width:360px;
    }
	
.mainlink {
   	color:#512313;
}

.mainlink a {
	text-decoration:none;
    border-bottom: 1px dotted;
}

.mainlink a:link { 
	color: #512313;
	}
	
.mainlink a:visited { 
	color: #964023;
	}
	
.mainlink a:hover { 
	color: #556B2F;
	background-color: #CCCC66;
	text-decoration: none;
	}
	
.mainlink a:active { 
	color: #333333;
	}

h1,h2 {	
	font-family:Garamond, Times New Roman;
	text-align:center;
	margin-top:1px;
	margin-bottom:1px;
}

h1 {
    color:#FFFFFF;
    font-size:325%;
	letter-spacing:2px;
	font-weight:bold;
}

h2 {
	color:#512313;
    font-size:140%;
	line-height: 1.4em;
}

h2 SUP {
	line-height: 0;
	font-size:50%;
}

h3 {
	font-family:Verdana, Arial, sans-serif;
	font-weight:200;
	color:#556B2F;
	font-size:125%;
}

h4 {
	font-family:Verdana, Arial, sans-serif;
	font-weight:200;
	color:#556B2F;
	font-size:85%;
}

.menu {
	font:80% Verdana;
    text-align:left;
   	color:#512313;
}

.menu a {
	text-decoration:none;
    border-bottom: 1px dotted;
}

.menu a:link { 
	color: #512313;
	}
.menu a:visited { 
	color: #964023;
	}
.menu a:hover { 
	color: #556B2F;
	background-color: #CCCC66;
	text-decoration: none;
	}
.menu a:active { 
	color: #333333;
	}

.recipe {
    /*top-right-bottom-left*/
	margin:0px 10px 15px 10px;
	line-height:25px;
	padding:0px 10px 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	}
		
p {
font:80% Verdana, Arial, sans-serif;
color: #512313;
}

#imgright { float: right; margin-left:10px; }

.footer {
	color:#556B2F;
	text-align:center;
}
.footer {
	letter-spacing:1px;
	font:60% Verdana;
}

.footer a { 
	text-decoration:none;
	border-bottom: 1px dotted;
	color:#556B2F;
}

a:link {
	color:blue;
}

a:visited {
	color:blue;
}

li {
	margin-bottom: 5px;
}