/*CSS - http://www.thenewworldbakery.com/
http://www.thenewworldbakery.com/
http://www.thenewworldbakery.com/main.css */

html, body {
  color: #000000;
  background-color: #eda62e;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, san-serif;
  font-size: .9em;
}

div, p, h1, h2, h3, h4, h5, h6, img, ul, ol, li {
   margin: 0;
   padding: 0;
}
	


/* Set the default link colors */
a:link {
	color: #000;
	background-color: transparent;
	text-decoration:none;
	}
a:visited {
	color: #000;
	background-color: transparent;
	text-decoration:none;
	}
a:hover {
	color: #000;
	background-color: transparent;
	text-decoration:underline;
	}
a:active {
	color: #000;
	background-color: transparent;
	text-decoration:none;
	}



a.special:link {
	color: #444;
	background-color: transparent;
	text-decoration:none;
	}
a.special:visited {
	color: #444;
	background-color: transparent;
	text-decoration:none;
	}
a.special:hover {
	color: #000;
	background-color: transparent;
	text-decoration:none;
	}
a.special:active {
	color: #444;
	background-color: transparent;
	text-decoration:none;
	}	
	
a.customers:link {
	color: #9E6F17;
	background-color: transparent;
	text-decoration:none;
	}
a.customers:visited {
	color: #775312;
	background-color: transparent;
	text-decoration:none;
	}
a.customers:hover {
	color: #C68A1D;
	background-color: transparent;
	text-decoration:underline;
	}
a.customers:active {
	color: #C68A1D;
	background-color: transparent;
	text-decoration:none;
	}	
	
	

#container
{
width: 900px;
height: 675px;
background: url(background.jpg);
background-repeat: no-repeat;
background-position: top center;
margin: 10px auto;
background-color: transparent;
color: #333;
line-height: 130%;
}


#header
{
height: 180px;
padding: 7px;
background-color: #transparent;
border-bottom: #eda62e 6px solid;
}

.headerimg 
{
float: left;
border: none;
}

.headerimg2
{
float: right;
border: none;
width: 221px;
height: 70px;
}

.headertext
{
font-size: .9em;
font-weight: bold;
line-height: 1.2em;
margin-top: 150px;
margin-right: 10px;
text-align: right;}


#leftnav
{
clear: both;
float: left;
margin: 0 0 0 0;
padding: 1em;
text-align: left;
}

#leftnav p {
padding: 15px 0 0 0;
}

#arrow
{
color: #444;
}

#leftnav1-links 
{
line-height: 1.7;
font-weight: bold;
}


#content
{
float: right;
width: 660px;
height: 442px;
background: url(textbox.jpg);
background-repeat: no-repeat;
background-position: right;
margin-right: 10px;
margin-top: 10px;
}

#content p {
  padding: 10px 20px 10px 10px;
  font-weight: bold;
}

#content ul {
padding-left: 25px;
font-weight: bold;
}

.address {
float: right;
margin-right: 50px;
}

.food {
float: left;
}

.breadimg {
  clear: both;
  width: 300px;
  height: 199px;
  margin: 10px;
  float: left;
  border: 1px solid #444;
}


#footer
{
clear: both;
font-size: 80%;
margin: 0 0 0 230px;
color: #666;
background-color: transparent;
}

#footer a:link {
	color: #888;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}
#footer a:visited {
	color: #888;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}
#footer a:hover {
	color: #666;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	}
#footer a:active {
	color: #666;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}

