body {
	margin: 0;
	padding: 0;
	background-image: url(images/food_logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
p {
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}
form {
	margin: 0;
	padding: 0;
}
#content {
	margin: 50px 260px 0px 240px;
	padding-top: 100px;
	background-image: url(images/foog_lover.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#content h1 {
	text-align: right;
	font: 150% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	border-bottom: 1px SOLID #aaaaaa;
}
#content h2 {
	text-align: left;
	font: 150% Georgia, "Times New Roman", Times, serif;
	color: #901602;
	border-bottom: 1px dotted #aaaaaa;
	background: #FFFF66;
}

#content h4 { 
  font-family: Helvetica, Verdana, Arial, sans-serif; 
  font-size: 18px;
	font-weight: bold;
	color: #FF3300;
	background: #FFFF66;
			
}

#side1 {
	position: absolute;
	width: 200px;
	top: 30px;
	left: 10px;
	padding: 200px 10px 10px 10px;
}
#side2 {
	position: absolute;
	width: 220px;
	top: 30px;
	right: 10px;
	left: 30px;
	text-align: right;
	padding: 220px 10px 10px 10px;
		background-image: url(images/flowers.jpg);
			background-position: top right;
	background-repeat: no-repeat;


}
#side2 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding-bottom: 4px;
}
.adbox {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	padding: 2px 4px 2px 6px;
	margin: 0 0 10px 0;
	border: 1px dotted #B1B1B1;
	background-color: #F4F4F4;
}
#side1 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin: 0;
	padding-bottom: 4px;
}
#side1 .txt {
	width: 184px;
	background-color: #FCF5F5;
	border: 1px inset #901602;
}
#side1 ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 184px;
}
#side1 li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #E7AFAF;
}
#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #901602;
	background-color: transparent;
}
#side1 a:hover {
	color: #621313;
}

hr {
	
	
	border: none 0; 
border-top: 1px dashed #352D1C;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/


}

img {
	border-width: 1px;
	border-style: transparent;

	margin: 10px 10px 10px 0;
	float:left;
	
}