\
/*  general _______________________________________________________________________________*/
* {
	padding: 	0;
	margin: 		0;
}
body {
	font: 12px Arial,Helvetica,sans-serif;
	text-align: left; 
	background-color: #F2D7A1
}
p { 
	text-align: 	justify;
	padding: 		5px 10px 15px 10px;
	color: 			#786A47;
	}
a{
	text-decoration: none;
	background: 	transparent url(images/dotlink.gif) repeat-x left bottom;
}
a:link ,a:visited {
	color: 			#5785A4;
}
a:hover {
	color: 			#1D8FDB;
}
a.recipes{
	text-decoration: none;
}
a.recipes:link ,a.recipes:visited {
	color: 			#5785A4;
}
a.recipes:hover {
	color: 			#1D8FDB;
}
acronym {
	background: 	transparent url(images/dot.gif) repeat-x left bottom;
	cursor: 		help;
}
h3 {
	font: 			normal 14px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	margin: 		20px 0 0 20px;
	color: 			#574D33;
}
h4 {
	font: 			normal 12px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: 			#574D33;
}
ul {
	list-style: 	none; 
	margin: 		10px 20px 30px 10px;
}
li {
	padding-left: 	1px;
	margin: 		10px 0 0 8px;
	display: 		block;
	list-style: 	none;
	background:		transparent url(images/dot.gif) repeat-x 0 100%;
}


/* grid _______________________________________________________________________________*/
#container {
	margin: 0 auto;
	text-align: left;
	width: 750px;
	background: url(images/container.gif) repeat-y left top;
	position: relative;
}
#header {
	background:  url(images/header.gif) no-repeat top left;
	width:750px;
	height: 171px;
}
#footer {
	background: url(images/footer.gif) no-repeat top left;
	width: 750px;
	height: 110px;
}
#bodytext {
	float: none;
	margin-left: 60px; 
}
#aboutus {
	position: relative; float: left; margin-top: 88px; margin-left: 15px; width: 80px; height: 69px; 
}
#recipes {
	position: relative; float: left; margin-top: 88px; width: 74px; height: 69px; 
}
#products {
	position: relative; float: left; margin-top: 88px; width: 73px; height: 69px; 
}
#contactus {
	position: relative; float: left; margin-top: 88px; width: 76px; height: 69px; 
}
td {
		font: 12px Arial,Helvetica,sans-serif;
		color: 			#786A47;
}
th {
	font: bold 14px Arial,Helvetica,sans-serif;
	color: #786A47;
	text-decoration: underline;
}
input {
	background-color: #FFEBCD;
	text-align: left;
	border: thin;
	border-color: #5785A4;
	border-style: inset;
	padding-left: 5px;
}

/* headers _______________________________________________________________________________*/

#linkList h3.select {
	/*background: 	transparent url(styles.jpg) no-repeat top left;*/
	height: 		39px;
	margin: 		0;
}
#linkList h3.select span {
	display:		none;
}

/*  links  _______________________________________________________________________________*/


tableindent {
	margin-left: 25%;
}
.submit {
	background-color: #F5DEB3;
	text-align: center;
	border: thin;
	border-color: #EEE8AA;
	border-style: groove;
	font-variant: small-caps;
	font-weight: bolder;
	font-size: larger;
}
