/****RESET CSS******/
html, body, div, span, object, h1, h2, h3, h4, p, blockquote, a, em, font, img, strong, sub, sup, tt, var, ol, ul, li, form, label, table, caption, tbody, tr, th, td, cite, .MsoNormal{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1{
	font:27px Arial, Helvetica, sans-serif;
	font-weight:bold;	
}
h1 a{
	font:27px Arial, Helvetica, sans-serif;
	font-weight:bold;	
	color:#000000;
}

h2{
	font:27px Arial, Helvetica, sans-serif;
	color:#ed1c24;
	font-weight:bold;
	font-style:italic;
}
h2 a{
	font:27px Arial, Helvetica, sans-serif;
	color:#ed1c24;
	font-weight:bold;
	font-style:italic;	
}
h2 a:hover{
	text-decoration:none;
}

/*GLOBAL ELEMENTS***********/
html, body {
	background:#b5ac8a;
	min-width: 887px;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding: 0;
}

/*END GLOBAL ELEMENTS**********/

/*DIVS****/
#container {
	width: 837px;
	padding:27px 24px 0 24px;
	border:3px solid #ed1c24;
	background:#ffffff;
}
#logo{
	width: 837px;
	text-align:center;
}
#header{
	float:right;
}
#date{
	text-align:center;
	margin-bottom:35px;
	margin-top: 10px;
}
#banner{
	text-align:center;
	margin:42px 0 31px 0;

}
#specials{
	text-align:center;
	margin-bottom:65px;
}
#savemore{
	text-align:center;
	margin-bottom:56px;
}
.addedmargin{
	margin-left:70px;
}
