html {
	margin: 0;
	padding: 0;
	}

body {
  background:  url(bg.gif) repeat fixed;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	color: #000000; 
	margin: 0; 
	padding: 0;
	}

#main {
  position: relative;
  width: 700px;
  padding: 0;
  margin: 10px auto;
  }

#page {
  width: 700px; 
  position: absolute;
  top: 124px; left: 0px;
  background: url(bg_page.gif) repeat-y;
  }

#navbox {
  position: absolute;
  padding: 0;
  width: 500px;
  height: 25px;
  top: 3px;
  left: 100px;
  border-bottom: 1px solid #c0c0f0;
  text-align: center;
  }

#header {
  background: url(header.gif) no-repeat top left;
  position: absolute;
  width: 700px;
  height: 124px;
  top: 0;
  left: 0;
  /* border: 1px solid #000000; */
  }

#footer {
  background: url(footer.gif) repeat-x top left;
  width: 700px;
  height: 28px;
  padding: 6px 0 0 0;
  clear: both;
  text-align: center;
  /* border-top: 1px solid #000000; */
  }

#footer a, 
#footer a:link, 
#footer a:active,
#footer a:visited {
	color: #0000ff; 
	text-decoration: none;
	}
	
#footer a:hover {
	color: #008080; 
	text-decoration: none;
	}

#footer img {
  padding: 0 0 0 10px;
  border: none;
  height: 100%;
  vertical-align: middle;
  }

#nav ul {
	list-style: none;
	padding: 0;
  margin: 0;
	font-family: georgia, times new roman, times, serif;
	font-size: 15px;
  font-style: italic;
	color: #000000;
	}

#nav li {
	margin: 0;
  padding: 0;
	display: inline;
	}

#nav li a, 
#nav li a:link, 
#nav li a:active,
#nav li a:visited {
  margin: 0;
	padding: 3px 9px 2px 9px;
	display: inline;
	color: #0000ff; 
	text-decoration: none;
  text-align: center;
  border-left: 1px solid #c0c0f0;
  }

#nav li.top a, 
#nav li.top a:link, 
#nav li.top a:active,
#nav li.top a:visited {
  border-left: none;
  }

#nav li.cart a, 
#nav li.cart a:link, 
#nav li.cart a:active,
#nav li.cart a:visited {
  background: url(navbar.gif);
  background-position: -220px 0;
  }

#nav li a:hover {
  background: #006090;
	color: #ffffff; 
	text-decoration: none;
	}

#nav li.cart a:hover {
	color: #00ff00; 
	text-decoration: none;
  background: url(navbar.gif);
  background-position: -330px 0;
	}

#nav hr {
  display: none;
  }

#content {
  width: 660px;
  margin: 00px 0 0 0;
  padding: 50px 20px 10px 20px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #000000;
  display: block;
  min-height: 450px;
  /* next two lines are IE hacks to make min-height work */
  height:auto !important;
  height:450px;
  }

#content p {
  text-align: left;
  }

#content h1 {
	font-family: georgia, times new roman, times, serif;
	font-size: 22px;
	font-weight: normal;
  font-style: normal;
	color: #000000;
  margin: 10px 0 10px 5px;
  }

#content h2 {
	font-family: georgia, times new roman, times, serif;
	font-size: 18px;
	font-weight: normal;
  font-style: normal;
	color: #000000;
  margin: 10px 0 10px 5px;
  }

#content h3 {
	font-family: georgia, times new roman, times, serif;
	font-size: 14px;
	font-weight: normal;
  font-style: normal;
	color: #000000;
  margin: 10px 0 10px 5px;
  }

#content p.center {
  text-align: center;
  }

#content a, 
#content a:link, 
#content a:active,
#content a:visited {
  color: #0000ff;
	text-decoration: none;
  text-align: center;
  }
	
#content a:hover {
	text-decoration: underline;
  color: #008080;
	}

#content img.home {
  border: 1px solid #000000;
  margin: 0 15px 15px 0;
  display: block;
  float: left;
  }

#content img.bio {
  float: left;
  border: 1px solid #000000;
  margin: 0 15px 0 5px;
  }

#home p {
  text-align: left;
  }

#specials {
border: 1px solid red;
  position: relative;
  background: url(specials.gif) no-repeat;
  width: 480px;
  height: 600px;
  margin: 20px auto 0px auto;
  padding: 120px 0 0px 0;
	font-family: technical, comic sans ms, verdana, sans-serif;
	font-size: 13px;
	color: #00ffff;
  display: block;
  min-height: 480px;
  /* next two lines are IE hacks to make min-height work */
  height:auto !important;
  height:480px;

  }

#specials h1 {
	font-family: comic sans ms, verdana, sans-serif;
	font-size: 24px;
  font-weight: normal;
  font-style: italic;
	color: #0080ff;
  line-height: 0em;
  margin: 0 30px 20px 30px;
  }

#specials p {
	font-family: comic sans ms, verdana, sans-serif;
	font-size: 18px;
  font-weight: normal;
  font-style: italic;
	color: #00ff80;
  line-height: 1em;
  margin: 0px 30px 20px 50px;
  }

#specials em {
	font-family: comic sans ms, verdana, sans-serif;
	font-size: 24px;
  font-weight: normal;
  font-style: italic;
	color: #0080ff;
  line-height: 2em;
  margin: 0 30px 20px -20px;
  }
