@charset "utf-8";
/* CSS Document */

body
{
	background: #fcf5dd url(images/sagra_landing_background.jpg) center -25px repeat-x;
}

#festival{
        text-align: center;
        margin-bottom: 10px;
}

img{
	border: none;
}

#main_row
{
	margin-top: 132px;
}

.container
{
	float: left;
	text-align: center;
}

#bistro
{
	width: 269px;
}

#cooking
{
	width: 378px;
	margin: 0px 10px 0px 10px;
}

#cooking #festival_food
{
	
}

#catering
{
	width: 269px;	
}

p.landing_address
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 6px;
	line-height: 19px;
}

p.landing_address a
{
	text-decoration: none;
	color: #000;
}

p.landing_address a:hover
{
	text-decoration: underline;
}

