
body {

  margin: 0px;
/*	background-image: url(background_brick1.jpg);  */
	background-image: url(brickbg.gif);
	background-repeat: repeate;
	background-attachment:fixed;
}

	
.style5 {font-family: "Palatino Linotype"}


#Layer1 {
	position:absolute;
    width:750px;
	height:100px;
	z-index:1;
	left: 252px;
	top: 15px;
}
#Layer2 {
	position:absolute;
    width:750px;
	height:10px;
	z-index:2;
	left: 253px;
	top: 15px;

}
#Layer3 {
	position:absolute;
    width:750px;
	height:231px;
	z-index:3;
	left: 252px;
	top: 192px;
	padding:10px;
	background-image:url(brickwall.jpg);

}
#Layer4 {
	position:absolute;
    width:750px;
	height:559px;
	z-index:4;
	left: 254px;
	top: 220px;
	background:#FFFFCC;
	padding:10px;
}

#Layer8 {
	position:absolute;
    width:750px;
	height:22px;
	z-index:5;
	left: 254px;
	top: 844px;
	padding:10px;
}



#wrap {
    background:#99c;
    margin:0 auto;
    width:750px;
	border-color:#006600;
	border-width:thick;
    }
#Layer5 {
	position:absolute;
	width:770px;
	height:27px;
	z-index:6;
	left: 254px;
	top: 193px;
}
#Layer6 {
	position:absolute;
	width:771px;
	height:36px;
	z-index:7;
	left: 254px;
	top: 799px;
}
#Layer7 {
	position:absolute;
	width:770px;
	height:54px;
	z-index:8;
	left: 252px;
	top: 192px;
}


#content{
	padding:10px;
	}

#leftCol{
	float:left;
	width:300px;
	}
	
#rightCol{
	float:right;
	width:300px;
	}

.itemname{
	color:#006600;
	font-size:16px;
	font-weight:bold;
	}
	
.itemprice{
	font-weight:bold;
	}
	
#bottom{
	position:absolute;
	left: 384px;
	top: 1976px;
	width: 586px;
}

a{
	font-family:"Palatino Linotype";
	font-style:italic;
	color:#009900;
	font-size:16px;
	}

#body {
	width: 800px;
	margin: 0 auto;
	}