html {
	margin: 0;
	padding: 0;
	}

body {
  background: black;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	color: #ffffff; 
	margin: 0; 
	padding: 0;
	}

#main {
  position: relative;
  width: 700px;
  padding: 0;
  margin: 20px 0 0 30px;
  }

#page {
  width: 700px; 
  position: absolute;
  top: 120px; left: 0px;
  }

#navbox {
  float: left; width: 110px;
  padding: 0;
  margin: 60px 0 0 0;
  }

#header {
  background: url(header.gif) no-repeat top left;
  position: absolute;
  width: 700px;
  height: 120px;
  top: 0;
  left: 0px;
  border-bottom: 1px solid #ff0000;
  }

#footer {
  background: url(filmstrip.gif) repeat-x top left;
  width: 700px;
  height: 48px;
  padding: 2px 0 0 0;
  clear: both;
  text-align: center;
  }

#footer a, 
#footer a:link, 
#footer a:active,
#footer a:visited {
	color: #ff8080; 
	text-decoration: none;
	}
	
#footer a:hover {
	color: #ff0000; 
	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: garamond, times new roman, serif;
	font-size: 18px;
  font-style: italic;
	color: #ffffff;
	}

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

#nav li a, 
#nav li a:link, 
#nav li a:active,
#nav li a:visited {
	height: 22px;
  width: 110px;
	margin: 0;
	padding: 3px 0 3px 0;
	display: block;
	color: #ffffff; 
	text-decoration: none;
  text-align: center;
  /*
  border-left: 1px solid #202020;
  border-right: 1px solid #202020;
  border-bottom: 1px solid #202020;
  */
  background: url(navbar.gif);
  background-position: 0 0;
  }

#nav li.top a, 
#nav li.top a:link, 
#nav li.top a:active,
#nav li.top a:visited {
  /*
  border-top: 1px solid #202020;
  */
  }

#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 {
	color: #ff0000; 
	text-decoration: none;
  background: url(navbar.gif);
  background-position: -110px 0;
	}

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

#nav hr {
  display: none;
  }

#content {
  width: 555px;
  float: left;
  margin: 10px 0 0 0;
  padding: 0px 10px 10px 20px;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #ffffff;
  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: garamond, times new roman, serif;
	font-size: 22px;
	font-weight: normal;
  font-style: italic;
	color: #ff0000;
  margin: 10px 0 10px 5px;
  }

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

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

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

#content a, 
#content a:link, 
#content a:active,
#content a:visited {
  color: #ff8080;
	text-decoration: none;
  text-align: center;
  }
	
#content a:hover {
	text-decoration: none;
  color: #ff0000;
	}

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

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

#home p {
  text-align: left;
  }
