html {background: #fff;}

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Verdana,Arial, serif;
  color: #444;  
  width: 620px;
  }

#wrapper{
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
  }

p{
    line-height: 1.5;
  }

#item_imgs img{
  border: 2px solid #cecece;
  margin: 10px;
  }

/* --------------        head -- */
.head {
	float: left;
	overflow: hidden;
	height: 180px;
	width:600px;
}

.head h1 {
	float: right;
	display: inline;
	width: 210px;
	height: 160px;

	background: url('../img/logo.gif') no-repeat left;
}

.head h1 a {
	width: 210px;
	height: 160px;
	display: block;
}
.head h1 a span {
	display: none;
}

h2{
  margin: 20px 0;
  font-size: 14px;
	color: #b55d06;
	width: 600px;
  }

h3{
  font-size:16px;
  float: left;
  margin: 40px 0 0 0; 
  }
  
#cf{
  float: left;
  }

p.added{
  float:left;
  overflow: hidden;
  color: #B55D06;
  padding: 5px 0;
  width: 600px;
  font-size: 11px;
  }
  
.item_c{
  float: left;
  clear: left;
  display: inline;
  width: 600px;
  }

#item_imgs{
  float: left;
  clear: left;
  width: 600px;
  } 

.print{
        float: left;
        clear: left;
        width: 600px;
        margin: 20px 0;
        }

.print a{
        color: #B55D06;
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0 10px 0 0;
        }

.print a:hover{ color:#5F5E35;}

.footer{
 padding: 40px 0 0 0;
  width: 95%;
  clear: both;
  float: left;
  overflow: hidden;
  font-size: 11px;
  }

.footer p{color: #5F5E35;}