

body {
  width: 800px;
  background-color: white;
  font-size: large;
  font-weight: normal;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  color: black;
  text-align: left;

}

h1 {
  font-size: large;
  font-weight: bold;
  font-style: normal;
  font-family: Arial,Helvetica,sans-serif;
  background-color: black;
  color: white;
  text-align: left;
}

h2 {
  background-color: #666666;
  color: white;
}

#hometext
{
  
  font-size: normal;
  font-weight: normal;
  font-style: normal;
  padding-left:2em;
}


#producttitle
{
  font-size: 1.5em;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #26473c;
}


#screenshot
{
  margin:0 0.4em;  
  text-align: center;
}

#copyright
{
    text-align: center;
}

#allbit {
background-color:#ffffff;
}


#topbit {
width: 800px;
height: 116px;
margin:0;
background: url(titletop.jpg) no-repeat left top;
background-color:#ffffff;
font-size:2em;
color:#ffffff;
text-align: left;
padding-top: 12px;
padding-left: 24px;


}

#menu {
width: 800px;
height: 48px;
margin: 0;
background: url(menu.jpg) no-repeat left top;
background-color:#ffffff;
font-size:1em;
color:#ffffff
}


.menu {
font-size:1em;
list-style-type:none;
margin:0;
padding:0;
}

.menu a {
color:#ffffff;
margin:0 0.4em;
text-decoration:none;
}

.menu a:hover {
color:#ff0000;
text-decoration:none;
}

.menu li {
height: 27px;
display:inline;
float:left;
margin:0;
padding:0.6em 10px;

}




