body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #c9b462;
	margin: 0px auto 0px;
	padding: 0px;
font-family:Arial;
font-size:12px;
color:#554b53;
}
a{
color:#2346bc;
text-decoration:none;
}
h1{
font-size:150%;
color:#195918;

}
h2{
font-size:120%;
color:#195918;

}
img{
border:none;
}
#pageholder {
	background-image: url(images/meerkats.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height:800px;
	padding: 0px;
	margin:0px;
}
#header{
margin: 0px auto 0px;
width:600px;
margin-bottom:20px;
}
#homelink{
position:absolute;

}
#scrollingproducts{
margin: 0px auto 0px;
width:845px;
height:192px;
background-image: url(images/scrollingproducts.png);
background-repeat: no-repeat;

margin-bottom:20px;
overflow:auto;
}
#productlist{
	margin:0px;
	padding:0px;
	width:2400px;
	list-style-type: none;
}
#maincontent{
margin: 0px auto 0px;
width:555px;
height:246px;
background-image: url(images/maincontent.png);
background-repeat: no-repeat;
padding:10px;
padding-right:280px;

}
#maincontent img{
	margin-left:25px;
	border: 1px solid grey;
	padding:3px;
	height:170px
}	
	
.aproduct{
width:272px;
height: 166px;
background-image: url(images/productbg.png);
background-repeat: no-repeat;
float:left;
margin-top:6px;
margin-left:7px;
padding-top:3px;
text-align:center;
vertical-align:baseline;
font-weight:bold;
text-transform:uppercase;
}
.aproduct img{
	height:142px;
}
#footer{
margin: 0px auto 0px;
width:800px;
font-size:90%;
text-align:center;
margin-top:20px;
}
.alignright{
	float:right;
	
}
