/* CSS for supermarketdash - Simon Pollard for deckchair.co.uk 2008 */
/* Style for rules */
div#header {
	height: 140px;
	position: relative;
}
div#logo {
	height: 112px;
	width: 267px;
	background-image: url(../images/supermarketdash.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 309px;
	top: 15px;
}
div#rules {
	padding: 15px;
}
ul {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 15px;
}
