/* CSS Document */

body
{
	text-align:center;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#CCDDF9;
}

#container
{
	margin:0 auto;
	text-align:left;
	background-image:url(../images/food.jpg);
	background-repeat:no-repeat;
	height:660px;
	width:858px;
	font-size:10px;
	/*border:1px solid #000;*/
}

#bakery_left
{
	background-image:url(../images/bakery_left_side.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:415px;
	float:left;
	margin-top:5px;
	/*border:1px solid #000;*/
}

#bakery_content
{
	float:left;
	margin-left:15px;
	/*border:1px solid #000;*/
	width:490px;
	height:410px;
	overflow:auto;
}

*html #bakery_content
{
	width:480px;
}

*html #bakery_left
{
	margin-top:10px;
}

#food_left
{
	background-image:url(../images/food_left.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:415px;
	float:left;
	margin-top:2px;
	/*border:1px solid #000;*/
}

#food_content
{
	float:left;
	margin-left:15px;
	width:480px;
	height:400px;
	overflow:auto;
	/* border:1px solid #000;*/
}

*html #food_left
{
	margin-top:5px;
}

#grocery_bottom
{
	background-image:url(../images/grocery_bottom.jpg);
	float:left;
	margin-left:10px;
	height:101px;
	width:630px;
}

#grocery_content
{
	float:left;
	margin-left:15px;
	width:630px;
	height:300px;
	overflow:auto;
	/*border:1px solid #000;*/
}

*html #grocery_content
{
	margin-left:5px;
	height:310px;
	width:620px;
}

*html #grocery_bottom
{
	margin-left:5px;
}

#deli_right
{
	background-image:url(../images/deli_right.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:415px;
	float:left;
	margin-top:2px;
	/*border:1px solid #000;*/
}

#deli_content
{
	float:left;
	margin-left:15px;
	width:480px;
	height:400px;
	overflow:auto;
	/*border:1px solid #000;*/
}

*html #deli_content
{
	width:470px;
}

*html #deli_right
{
	margin-top:5px;
	margin-left:10px;
}

#produce_top
{
	background-image:url(../images/produce_top.jpg);
	float:left;
	margin-left:10px;
	margin-top:5px;
	height:138px;
	width:630px;
}

#produce_content
{
	float:left;
	margin-left:15px;
	width:630px;
	height:250px;
	overflow:auto;
}

*html #produce_top
{
	margin-left:2px;
	width:620px;
}

*html #produce_content
{
	width:620px;
	margin-left:7px;
}

#meat_bottom
{
	background-image:url(../images/meat_bottom.jpg);
	float:left;
	margin-left:15px;
	height:101px;
	width:625px;
}

#meat_content
{
	float:left;
	margin-left:15px;
	width:630px;
	height:319px;
	overflow:auto;
}

*html #meat_content
{
	/*border:1px solid #000;*/
	margin-left:5px;
}

*html #meat_bottom
{
	margin-left:6px;
}

#seafood_top
{
	background-image:url(../images/seafood_top.jpg);
	float:left;
	margin-left:10px;
	margin-top:5px;
	height:101px;
	width:624px;
}

#seafood_content
{
	float:left;
	margin-left:15px;
	width:630px;
	height:310px;
	overflow:auto;
	/*border:1px solid #000;*/
}

*html #seafood_content
{
	margin-left:5px;
}
#organic_left
{
	background-image:url(../images/organic_left.jpg);
	background-repeat:no-repeat;
	width:135px;
	height:415px;
	float:left;
	margin-top:5px;
	/*border:1px solid #000;*/
}

#organic_content
{
	float:left;
	margin-left:15px;
	/*border:1px solid #000;*/
	width:490px;
	height:410px;
	overflow:auto;
}

