body {
background-image: url("images/background_shadow.jpg");
background-position: center;
background-repeat: repeat-y;
background-color: #bfb8a6;

}
.content {
width: 600;
float: left;
font-family: Arial, Helvetica, sans-serif;
margin-left: 25px;
font-size: 14px;
}

.new_price {
	color: red;
	
}

.content_shop {
width: 950;
float: left;
font-family: Arial, Helvetica, sans-serif;
margin-left: 25px;
margin-right: 25px;
font-size: 14px;
}

.image {
float: right;
width: 300;
}

.about a {
width: 77;
height: 63;
background-image: url("images/about_03.jpg");
display: block;
}

.about a:hover {
background-image: url("images/about2.jpg");
}

.shop a {
width: 85;
height: 63;
background-image: url("images/about_04.jpg");
display: block;
}

.shop a:hover {
background-image: url("images/shop2.jpg");
}

.cust a {
width: 122;
height: 63;
background-image: url("images/about_05.jpg");
display: block;
}

.cust a:hover {
background-image: url("images/cust2.jpg");
}

.item {
float: left;
width: 300px;
Height: 380px;
border: 1px #bfb8a6 solid ;
margin-top: 10px;
margin-left: 10px;
}
.item2 {
float: left;
width: 200px;
Height: 315px;
border: 0px #bfb8a6 solid ;
margin-top: 10px;
margin-left: 25px;
}
.item B {
font-family: arial, Helvetica, sans-serif;
font-size: 12px;
display: block;
font-weight: normal;
margin-bottom: 10px;
margin-bottom: 20px;
}
.item I {
font-family: arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}
.item img {
margin-top: 10px;
}

.terms {
margin-top: 20px;
margin-left: 50px;
}
.terms A {
font-family: arial, Helvetica, sans-serif;
display: block;
font-size: 9px; 
color: black;
margin-top: 5px;
text-decoration: none;
margin-bottom: 5px;
}







