body {
	text-align: center;
	min-width: 773px;
	background-color: #c98810;
	margin-top: 0;
	min-height: 100%;
}

#wrapper {
	margin:0 auto;
	width:774px;
	text-align: left;
	background-color: #FFFFFF;

}
#wrapper_landing {
	margin:0 auto;
	width:774px;
	text-align: left;
	background-color: #FFFFFF;
	min-height: 100%
}
#header {
	width: 774px;
	height: 115px;
	background: url("images/home_top_bar.jpg") no-repeat;
	}
.logo {
  position: relative;
  left: 25px;
  top: 25px;
  }
#navcontainer {
width: 774px;
height: 35px;
color: #FFF;
}
#navcontainer ul {
background: url("images/home_nav_back.jpg") no-repeat;
margin: 0px;
min-height: 35px;
padding: 10px;
vertical-align: middle;
list-style-type: none;
text-align: center;
font-family: Arial, sans-serif;
font-weight: normal;
font-size: 12px;
}

#navcontainer ul li { 
display: inline; 

}

#navcontainer ul li a
{
text-decoration: none;
padding: .25em 1.95em;
color: #fff;

}

#navcontainer ul li a:hover
{
color: #FFFFFF;
text-decoration: underline;

}
#leftpanel
{
float: left;
width: 35px;
height: 373px;
background: url("images/home_left_bar.jpg");
}
#rightpanel
{
float: right;
width: 35px;
height: 373px;
background: url("images/home_right_bar.jpg");
}
#leftpanel_landing
{
float: left;
width: 35px;
min-height: 100%;
background: #732a00 url("images/home_left_bar.jpg") repeat-x;
}
#rightpanel_landing
{
float: right;
width: 35px;
min-height: 100%;
background: #732a00 url("images/home_right_bar.jpg") repeat-x;
}

#content
{
float: left;
background: url("images/home_middle_image.jpg");
width:704px;
height: 373px;
text-align: right;
padding: 0px 0px;
}
#content_landing
{
background: #FFFFFF url("images/landing_bg.jpg");
width:774px;
min-height: 100%;
text-align: left;
padding:0px;
margin: 0px;
}
#contentText
{
margin-top: 10px;
width: 300px;
height: 350px;
float: right;
overflow: auto;
padding: 3px 12px 3px 3px;

}
#bottompanel
{
float: left;
height:22px;
width: 774px;
background: url("images/home_bottom_bar.jpg") no-repeat;
}


#blackbar
{
float: left;
background: url("images/home_specials_bar.jpg") no-repeat;
width:774px;
height: 101px;
}

.this_month_specials
{
float: left;
position: relative;
top: 10px;
left: 10px;
}
.online_bakery
{
position: relative;
top 10px;
left: 600px;
}
.blackbarTable
{
border: 0px;
width: 750px;
height: 100px;
}
#footer {
background-color: #c98810;
text-align: left;
}
#content_landing_type
{
width: 694px;
margin-left: 40px;
margin-right: 40px;
margin-top: 0px;
margin-bottom: 0px;
}

#shopping_cart {
position: relative;
top: 0px;
right: 50px;
width: 180px;
height: 30px;
float: right;
clear:left; 
background: url("images/black_shopping_cart.png") top center !important;
/* respectful browsers (e.g. Firefox/Opera/Safari) ONLY take notice of this line*/
background: none; 
/* disrespectful browsers clear the background graphic, in this case allowing the alpha filter to work in IE5.5 and 6 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src='images/black_shopping_cart.png'); /* the MS alpha filter */ 
}

