@charset "utf-8";
body {
    margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, img a {
	border:none;
}
a, a:visited, a:link {
	color:#356EA5;	
}
p {
	margin: 10px 0 10px 0;
}
h1 {
	color:#F00;
	font-size:24px;
	margin-top:0px;

}
h2 {
	color:#F00;
	font-size:18px;
}
h3 {
	color:#356EA5;
	font-size:14px;
}
.wrapper {
	width:786px;
	margin:auto;
	background:url(images/bg.gif) repeat-y;
}
.header {
	height:87px;
	overflow:hidden;
}
.gads {
	background:url(images/supermarketcomtop.gif) no-repeat;
	width:728px;
	height:83px;
	padding:15px 29px 29px 29px;
}
.page {
	background-image:url(images/rim_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0 16px 16px 16px;
}
.footer {
	width:786px;
	padding-top:16px;
	text-align:center;
	margin:auto;
}
.ht {
	padding:0 16px 16px 16px;
}
.alignright {
	float: right;
	width:300px;
	text-align:right;
	}

.alignleft {
	float: left;
		width:300px;
		text-align:left;
	}
	.navigation {
		margin-bottom:15px;
		margin-top:15px;
	}
	.clr {
		height:1px;
		overflow:hidden;
		clear:both;
	}

