/* CSS Document */
      

body{
background-color:#807c78;
}

.titles{
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#B8B2AC;
}

.imagePadding {
margin-top: 10px;
}

#tastyContent1{
width: 100%;
height: 100%;
}

 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 40px;
	left: 40px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 10%;
   left: 0px;
   width: 100%;
   margin-top: 0px;
   text-align: left;
   min-width: 900px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 900px;
	height: 520px;
	margin: 0px auto;
	}
img.img1 {
	border : 5px solid #FFFFFF;
	padding : 0px;
	margin-right : 80px;
}