/* CSS Document */

body {
  font: 100%/1.6 Georgia, Arial, sans-serif;
  background:#F0E8D0;
  margin: 0;
  padding: 0;
}

#wrapper {
  background-color: #fff;
  padding: 0px;
  margin:0px;
}

/* Centering Technique
================================== */

body { 
  text-align: center; 
  min-width: 800px;
}

#wrapper { 
  width: 800px; 
  margin: 0 auto; 
  text-align: left;
  background: #FFFFFF  repeat-y left top url(../../nav/wrapper-bground.gif);
} 
#header {
/*	position:absolute;
	width:800px;*/
	height:131px;
	z-index:1;
}
#nav {

	width:180px;
	z-index:2;
	top: 150px;
 	background-color: #770E37;
	font-size:14px;
	font-weight:700;
	height:100%;
}
#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	}
#nav li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}
#nav ul a {
	display: block;
	width: 180px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background: #770E37 url(../../nav/navbground.jpg) no-repeat left bottom;
	text-indent: 20px;
}
#nav a:hover, .selected a {
background-position: right bottom;
color:#770E37;
}
#footer {
width:800px;
font-family:Georgia, "Times New Roman", Times, serif;
background:#ffffff;
border-top:1px solid #760E37;
color:#000000;
font-size:11px;
line-height:20px;
font-weight:bold;
clear:both;
}
.footer {
font-weight:bold;
}
#footer p {
padding:10px;
}
a.footer:link,a.footer:visited, a.footer:active {
text-decoration:none;
color:#3C061C;
}
a.footer:hover {
font-family:"Times New Roman", Times, serif;
color:#B3887B;
font-size:14px;
text-decoration:inherit;
}
#content {
	/*border-bottom: 1px solid #7F1400;*/
	border-top: 1px solid #7F1400;
	float:right;
	width:600px;
	border-collapse:collapse;

}
.footer2 {
text-align:right;
}
#about #nav .about a,
#categories #nav .categories a,
#specials #nav .specials a,
#orderenq #nav .orderenq a,
#contact #nav .contact a {
	background-position:right bottom;
	color:#770E37;
	cursor:default;
}
h1 {
font-size:22px;
color:#760E37;
text-align:right;
margin-right:60px;margin-top:20px;
line-height:30px;
font-weight:none;
font-style:italic;
letter-spacing:3px;
}
h2 {
margin-left:20px;
line-height:20px;
font-weight:bold;
font-style:italic;
text-align:justify;
letter-spacing:1px;
font-size:16px;
}
h3 {
margin:10px;
line-height:20px;
font-weight:bold;
font-style:italic;
text-align:justify;
letter-spacing:1px;
font-size:14px;
}
a.ectlink {
	color:#770E37;
}