<STYLE TYPE="text/css">

body {
  font-family: courier, georgia, serif; 
  font-size: 10px; 
  color: #000; 
  font-weight: normal; 
  }

#all {
  width: 925px;
  height: 700px;
  }

#menu {
  float: left;
  width: 154;
  padding: 1em;
  margin: 0em;
  }  

#menu li {
  padding-bottom: 1em;
  margin: 0em;
  line-height: 1em;
  }


#top-menu {
  float: left;
  padding: 1em 0em 1em 0em;
  margin: 0;
  height: 96px;
  width: 700px;
  }

#top-menu li {
  float: left;
  padding-right: 1em;
  }

#thumbs {
  font-weight: bold;
  float: left;
  padding-top: 0em;
  padding-bottom: .5em;
  }

#thumbs li {
  float: left;
  padding-right: 1em;
  padding-bottom: 1em;
  }

#thumbs img {
  border: black 3px solid;
  }

#spacer {
  width: 400px;
  height: 100px;
  }

#artwork {
  width: 650px;
  height: 515px;
  text-align: center;
  }

#artwork img {
  padding-top: 0em;
  }


#content {
  float: right;
  font-family: courier, georgia, serif;
  font-size: 13px; 
  padding: .5em 0em 2em .5em;
  color: #000; 
  font-weight: normal; 
  position: relative;  
  line-height: 1.25em; 
  float: left;
  width: 650px;
  height: 500px;
  }

#content ul {
  line-height: 1.5em;
  }

#nav-back {
  float: left;
  }

#nav-forward {
  float: right;
  }


#movie {
  width: 650px;
  height: 385px;
  padding-top: 2em;
  text-align: center;
  font-weight: bold;
  }
  
 
#qt {
  background-image:url(../images/round.gif);
  background-repeat: no-repeat;
  width: 400px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  }


#contact {
  width: 600px;
  height: 400px;
  text-align: center;
  }

h1 {font-size: 225%; color: #000; }
h2 {font-size: 150%; color: #000; }
h3 {font-size: 130%; color: #000; }
h4 {font-size: 101%; color: #000; }

ul {list-style-type: none; padding: 0em; line-height: 4em; }

a 		{color: #333; font-weight: normal; text-decoration: none; }
a:link		{color: #333; font-weight: normal; }
a:visited 	{color: #999; font-weight: normal; }
a:hover 	{color: #333; font-weight: bold; }
a img {
  border: none;
  }


</STYLE>