.blue {
	color: #2e5eb0;
	font-weight: bold;
	font-style: italic;
}
a {
	color: #2e5eb0;
	cursor: pointer;
}
#content {
	background-image:url(pix/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: -40px 50px;
}

.shop {
	background-image: url(pix/heading2.jpg);
	display:block;
	width: 100px;
	height: 100px;
	background-position: 0 -50px;
}
.shop2 {
	background-image: url(pix/heading2.jpg);
	display:block;
	width: 100px;
	height: 100px;
	background-position: -680px -50px;
}
.img1 {
	background: #fff;
	padding: 2px 2px 2px 2px;
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #000;
	top: 130px;
	left: 150px;
}
* html .img1 {
	width: 100px;
	height: 100px;
	left: 150px;
}
.img2 {
	background: #fff;
	padding: 2px 2px 2px 2px;
	display: block;
	width: 100px;
	height: 100px;
	border: 1px solid #000;
	top: 250px;
	left: 620px;
}
* html .img2 {
	width: 100px;
	height: 100px;
	left: 630px;
}
.text1 {
	width: 450px;
	left: 270px;
	top: 128px;
}
* html .text1{
	width: 450px;
	top: 138px;
}

.text2 {
	width: 590px;
	left:150px;	
	top: 250px;
}
* html .text2 {
	width: 450px;
	top:260px;
}

.text3 {
	width: 600px;
	left: 150px;	
	top: 380px;
}
* html .text3 {
	width: 600px;
	top: 390px;
}
.text4 {
	width:auto;
	left: 200px;
}
* html .text4 {
	width: auto;
}
