@charset "utf-8";
/* CSS D0ocument */

body
{
background-color: '#000000';
background-image:url(wave.png) ;
body-color: '#000000';
color:  '#000000';
	
}
#main
{
	/*temp*/
	border-bottom:none;
	width: 810px;
	margin: 0 0 0 10px;
	background-color: #FFCF30;/*was ffffff*/
	height: 1200px;
	
}

#sub-main
{
	/*temp*/
	border: solid black 1px;
	border-bottom:none;
	width: 810px;
	margin: 0 0 0 10px;
	background-color: #FFC030;/*was ffffff*/
	
}


.top-content
{
	color: #000000;
	font-size: 16px;
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	/*font-style: italic;*/
	font-weight: bold;
	padding: 15px 125px 25px 130px;

	background-color: '#FFCF30'
}

.content-div-bar
{
	height: 1px;
	margin: -10px 118px 0px 130px;
	background-color: #FFCF30;
}
#top-banner
{
	margin-top:0;
	background-color: #FFCF30;
	background-image: url(images/bg-top-wheat.png)
}

#top-banner p
{
	margin-top: 0;
}

#top-right-banner
{
	float:right;
	width: 485px;
	margin: 40px 0 auto;
	
}

#banner-tagline
{
     float:right;
	 width: 450px;
	 text-align:center;
	 margin: 0 auto; padding: 0;
	 color: #000000;
	 font-size: 14pt;
	 padding-right: 5px;
	 
}

#navmenu ul 
{
	float: right;
	width: 485px;
	font-size: 11pt;
	margin: 25px 5px 0 auto; padding: 0; 
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	list-style-type: none; list-style-image: none; 
}
	
#navmenu li
	{
	display: inline;  
	}

#navmenu ul li a 
{
	
	text-decoration:none;  
	margin: 0;
	color:#875A00;
	font-weight: bolder;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-right: 10px; 
	padding-left: 10px; 
	line-height: 3em; /*Add line height to get height to show in IE. Had to be 3em to get bottom border to show */
	border-style: solid;
	border-width: 1px; 
	border-color: #FFCC33;
    background-color: '#FFCF30'
	}
	
#navmenu ul li a:hover {
	color:#000080;
	font-weight: bolder;	

    background-color: '#FFCF30'	
	}

#navmenu ul li a#currentPg:link {	
	color:#000080;
	font-weight: bolder;
	background: #FFFF22;	
	}
	
	#navmenu ul li a#currentPg:active {	
	color:#000080;
	font-weight: bolder;
	background: #FFFF22;	
	}
	
	#navmenu ul li a#currentPg:hover {	
	color:#000080;
	font-weight: bolder;
	background: #FFFF22;	
	}
	
	#navmenu ul li a#currentPg:visited {	
	color:#000080;
	font-weight: bolder;
	background: #FFFF22;	
	}
	
	.bakery-menu
	{
		font-size: 8pt;
		padding: 5px;
		width: 161px; 
		height: 550px;
		background-color: white;
	}
	#A1.bakery-menu
	{
		position: relative;
		top: 25px;
		left: 130px;
	}
	
	#B1.bakery-menu
	{
		position: relative;
		top: -135px;
		left: 325px;
		
	}
	
	#C1.bakery-menu
	{
		position: relative;
		top: -295px;
		left: 520px;
	}
	
	#A2.bakery-menu
	{
		position: relative;
		top: -273px;
		left: 130px;
	}
	
	#B2.bakery-menu
	{
		padding: 0;
		position: relative;
		top: -433px;
		left: 325px;
	}
	
	#C2.bakery-menu
	{
		position: relative;
		top: -583px;
		left: 520px;
	}
	
	#A3.bakery-menu
	{
		position: relative;
		top: -561px;
		left: 130px;
	}
	
	#B3.bakery-menu
	{
		position: relative;
		top: -721px;
		left: 325px;
	}
	
	#C3.bakery-menu
	{
		position: relative;
		top: -881px;
		left: 520px;
	}
	
	.bakery-menu-header
	{
		color: #000000;
		font-family: "Book Antiqua", Times New Roman, Times, serif;
		font-size: 14pt;
		font-style: italic;
		font-weight: bold;
		padding-bottom: 3px;
		margin-bottom: 5px;
		border-bottom: solid #996600 1px;
	}
	
	.sm-bakery-menu-header
	{
		font-size: 10pt;
	}

	.bakery-menu-items
	{
		color: #000000;
		font-family: "Book Antiqua", Times New Roman, Times, serif;
		/*font-family: Arial, Helvetica, sans-serif;*/
		font-size: 8.5pt;
		font-weight: bold;
		font-style: italic;		
	}


#footer-main
{
	margin: 0;
	text-align: center;
	padding: 5px 0 5px 0;
	
    background-color: '#000000'
	border: 1px solid black;
	border-top:1px solid #764223;
	color: white;
	font-family: "Book Antiqua", Times New Roman, Times, serif;
	height: 50px;
	/*position:relative;*/
/*	top: -840px;*/
	width: 810px;
	margin: 0 0 0 10px;
}


