h1{
  color= #1f4983;
}

body {
  margin: 10px;
  padding: 0px;
  text-align: center; 
  background: #dddddd;
}

#wrapper {
 width: 780;
 margin-top: 10px;
 margin: 0 auto;
 text-align: left;
 background: #ffffff;
 border: solid 1px #cacaca;
}

#header {
display: block;
  background: #eeeeee;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 760px;
  height: 120px;
  border: solid 1px #dddddd;
}

#header a{
  display: block;
  background: #eeeeee;
  width: 600px;
  margin-left: 20px;
  margin-top: 65px;
  text-decoration: none;
  color: #1f4983;
}
#leftcol {
  background: #f00;
  float: left;
  width: 160px;
  margin-left: 10px;
}

ul#nav {
 margin: 0;
 padding: 0;
 list-style: none outside;
 text-align: center; 
}

ul#nav li {
 display: block;
 margin: 0;
 padding: 0;
 background: #f8f8f8;
 color: black;
}

#nav li a {
 display: block;
 padding: 5px 0 5px 0;
 border-left: solid 1px #dddddd;
 border-right: solid 1px #dddddd;
 border-bottom: solid 1px #dddddd;
 text-decoration: none;
 color: black; 
}

#nav li a:hover {
 background: #eeeeee;
 color: black; }

#content {
  background: #f8f8f8;
  float: left;
  width: 570px;
  margin-left: 9px;
  margin-bottom: 10px;
  border: solid 1px #dddddd;
  padding: 10px 10px 10px 10px;
}

#item{
  background: #eeeeee;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 100%;
  border: solid 1px #cacaca;
  text-align: center;
}

#item img{
  margin-bottom: 20px;
  margin-top: 10px;
}

#itemtitle{
  //border: solid 1px #dddddd;
  font-family: arial;
  font-size: 12;
  height: 50px;
  margin-bottom:10px; 
  margin-top: 5px;
}

#itemtitle a{
  margin-bottom: 5px;
  margin-top: 5px;
}

#itemtitle img{
  //border: solid 1px #dddddd;
}

#itemprice{
  //border: solid 1px #dddddd;
  margin-bottom: 10px;
  margin-top: 5px;

}

#text{
  width: 550px;
  float: left;
  margin-left: 5px;
}

#footer {
  background: #dddddd;
  clear: both;
  padding-top: 0;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 760px;
 border: solid 1px #cacaca;
}

#menuitem{
 margin: 0;
 padding: 5px 0 5px 0;
 list-style: none outside;
 text-align: center; 
 background: #eeeeee;
 border: solid 1px #dddddd;
}