html,body {
	margin:0;
	font-family: arial, helvetica, sans-serif;
}
body {
	background-color: white;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
}

a:link { color:#00C;}
a:visited {color: #009;}
a:hover {color: #00E;}

#header {
	width:100%
	height: 120px;
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
}

#headerright {
	background-image: url(images/headerbgright.png);
	background-repeat: no-repeat;
}

#header  .contact {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom:5px;
}

a.button,a.buttonred {
	font: bold 13px Arial, Helvetica, Sans-serif;
	text-decoration: none;
	padding-left: 30px;
	padding-top: 9px;
	color: blue;
	display: block;
	width: 137px;
	height: 30px;
	background-image:url(images/button1.png);
	margin-left:5px;
}
a.buttonred {
	background-image:url(images/button3.png);
}


a.button:hover {
	background-image:url(images/button2.png);
	color: white;

}

a.buttonred:hover {
	background-image:url(images/button4.png);
	color: white;

}

#left {
}

#right {
	padding-left: 20px;
}

h1,h2 {
	font: bold 20px arial, helvetica;
	color: #369;
}

h2 {
	font-size: 16px;
}
p, td {
	font-size: 14px;
	line-height: 20px;
}
hr {
	color: #19418b;
	background-color: #1948ab;
	height: 2px;
	size: 2px;
}

#offers {
	clear:both;
	margin-top:30px;
}

ul#offerlist {
	list-style:none;
	margin:auto;
	width:80%
}
ul#offerlist li {
	border: 4px solid red;
	padding:10px;
	background-color: #ddd;
	margin-bottom:10px;
	background-image:url('images/offer.png');
        background-repeat: no-repeat;
        background-position: top right;

}
ul#offerlist li.banner {
	background-image:none;
}