body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	margin-top: 10px;
	padding: 0px;
	background-color:#fef8de;
}

* {margin: 0px;padding: 0px;}

#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	height:inherit;
	overflow:hidden;
	background-color:#fff;
}

#shadow { 
	margin: 0px auto;
	width:840px; 
background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	left:auto;
	right:auto;
	}

ul {
	font-size: 11px;
	line-height:18px;
	padding-left: 20px;
	list-style-type: disc;
	margin-left:10px;
	color:#645231;
}
p {
	padding: 10px 10px 10px 10px;
	display:block;
	color:#000;
	background-color: #e5e9ce;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight:normal;
}

.ingr {
	padding: 10px 10px 10px 10px;
	display:block;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight:normal;
}

a {
	color:#8a0056;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}
	
a:hover{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#d20c61; }
	
#header-home{
	height:235px;
	width:800px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
}

		
#headertext {
	text-align:center; 
	font-size:10px; 
	padding-top:170;
}
#content{
}

#col1{
	width:200px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom: 20px;
	background-color:#fdfaee;
}

#col2{
	width:320px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom: 20px;
}

#col2a{
	width:320px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom: 20px;
}


#col2c{
	width:520px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom: 20px;
}


#col3{
	width:210px;
	float:right;
	padding-left:10px;
	padding-top:10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#col4{
	width:550px;
	float:right;
	padding-left:10px;
	padding-top:10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.testamonial {font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:12px;
line-height:18px;
color:#C03;
}

h1 {font-size:18px;
color:#d20c61;
line-height:22px;
font-weight:normal;
padding-top:10px;
text-align:center;
}

h2 {font-size:14px;
line-height:16px;
font-weight:normal;
padding-top:10px;
padding-bottom:10px;
text-align:center;
color:#7f6b4a;
}


#footer{
	padding-top:20px;
	float:left;
	width:800px;
	height:250px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:9px;
	line-height:13px;
	color:#000;
	float:left;
	font-weight:normal;
}

#footer ul li{
	display:inline;
	text-align:center;
	margin:auto;
	width:auto;
	border-right: 1px solid #fff;	
}

#footer ul li a{
	display:inline;
	text-align:center;
	text-decoration:none;
	padding: 0px 10px;
	text-transform: uppercase;
}
#footer ul li a:hover{
	text-decoration:underline;
}
#footer span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:center;
	width:800px;
	display:block;
	padding: 15px 0px;
}


.clear{
	clear:both;
}


