body {	
	margin: 15px;
	padding: 0;
	text-align: center;
	font: normal 11px/16px Trebuchet MS,Tahoma,Arial,sans-serif;
	background-color: #EDE2B8;
}
	
#container {
	position: relative;
	margin: 0px auto;
	width: 734px;
	color: #6C534A;
}

div.clear {
	clear: both;
}

div.left {
	float: left;
	width: 195px;
}

div.full {
	float: left;
	width: 390px;
}

div.spacer {
	height: 15px;
}
	
/* ----- Standard Items ----- */
a {
	color: #cc6600;
}
a:hover {
	color: #cc0000;
	text-decoration: none;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
}

hr {
	margin: 0;
	display: none;
}

div.hr {
	clear: both;
	height: 1px;
	border-bottom: dashed 1px #dddddd;
	padding: 0px;
	padding-top: 12px;
	margin: 12px 0px;
}

ul {
	margin: 0px;
	padding: 5px 0px 10px 0px;
}

li {
	list-style-type: none;
	background-image: url(../../images/Icon_Bullet_Main.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	margin: 0px;
	margin-bottom: 3px;
	padding: 0px 12px;
	
}

/* ----- Basic Layout ----- */
#outerbox {
	margin: 0px auto;
	width: 734px;
	border: solid 1px #DAC49B;
}

#mainbox {
	margin: 2px;
	border: solid 3px #DAC49B;
	background: #ffffff url(../../images/BG_Main.jpg) repeat-y center;
	padding: 1px;
}

#header {
	width: 722px;
	height: 170px;
	background-image: url(../../images/BG_Hdr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainareaDF {
	width: 722px;
	height: 293px;
	background-image: url(../../images/BG_MainFtrDF.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#mainareaCAT {
	width: 722px;
	height: auto;
	background-image: url(../../images/BG_MainFtrCAT.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer {
	border-top: solid 1px #ffffff;
	width: 722px;
	height: 264px;
	background-image: url(../../images/BG_Ftr.jpg);
	background-repeat: no-repeat;
}

/* ----- Positioned Icons ----- */
#logo {
	position: absolute;
	top: -6px;
	left: 255px;
}

#newsletter {
	position: absolute;
	top: 112px;
	right: 38px;
}

#sandwiches {
	position: absolute;
	top: 438px; /*438 */
	left: 14px;
}

#home {
	position: absolute;
	top: 140px;
	left: 21px;
}

/* ----- Header ----- */
#bakery {
	 float: left; 
	 text-align: left; 
	 padding: 0px 18px;
}	

#month {
	 float: right; 
	 text-align: right; 
	 padding: 0px 18px;
}

/* ----- Main Area ----- */
#nav {
	float: left; 
	text-align: left; 
	width: 285px;
	background-image: url(../../images/BG_NavBot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.color {
	width: 209px; 
	margin-left: 17px; 
	background-color: #F9F3DC; 
	text-align: center;
	padding: 6px 0px 7px 0px;
}

div.white {
	width: 210px; 
	margin-left: 16px; 
	text-align: center;
	padding: 6px 0px 7px 0px;
}

#content {
	float: left; 
	text-align: left; 
	width: 395px;
	min-height: 450px;
}

*html #content {
	height: 450px;
}

/* ----- Footer ----- */
#ftrpadding {
	padding: 44px 0px 0px 20px;
}

div.ftritem {
	float: left; 
	width: 225px; 
	text-align: center;
}

div.ftrdiv {
	float: left;
} 

#copyright {
	color: #CAB080;
	padding-top: 8px;
}

/* ----- Home ----- */
#homeselect {
	background-image: url(../../images/Home_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 734px;
	height: 500px;
	margin-top: -10px;
}

div.homebutton {
	background-image: url(../../images/Home_Button.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 250px;
	padding: 5px 0px 10px 0px;
	float: left;
}

a.homebutton {
	background-image: url(../../images/Home_Button.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 250px;
	padding: 5px 0px 10px 0px;
	float: left;
	color: #6C534A;
	text-decoration: none;
}

a:hover.homebutton {
	background-image: url(../../images/Home_Button_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #6C534A;
}

