/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset { margin: 0; padding: 0; font: 100%/120% Verdana, Arial, Helvetica, sans-serif; }

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; }

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote { margin-left: 1.25em; }

/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { border: none; }

/* Form field text-scaling */
input, select, textarea { font-size: 100%; }

body { background: #efefef; color: #777; font: 12px/18px Verdana, Arial, Helvetica, sans-serif; text-align: center; }

a img { margin-bottom: -1px; vertical-align: sub; border: #fff; }


a:link, a:visited { border-bottom: 1px dotted #999; color: #981b1e; text-decoration: none; } 

a:hover { border-bottom: 1px dotted #981c1f; color: #595241; text-decoration: none; }

h1 { overflow: hidden; text-indent: -100em; }

h2 {
	color:#900;
}


#container { background: #efefef; height: 1180px; margin: 1em auto; position:relative; text-align:left; width:908px; }

#top_corners { float: left; width:908px; }

#header { float:left; width:908px; background-image: url(flyer_header.jpg); height: 276px;}

#flyerRows { background: #fff url(bg_middle.gif); float: left; width:908px; }

#bread { display: block; float: right; position: relative; width: 654px; }

#bottom_corners { clear: both; float: left; width:908px; }

#footer  { clear: both; display: block; float: left; position: relative; width: 908px; }

div.flyer_intro { display: block; left: 0px; line-height: .25em; position: absolute; top: 255px; text-align: center; width: 908px; }

div.page_number { float: left; height: 20px; position: relative;  padding: 0 16px; top: -.5em; text-align: center; width: 195px; }

div.flyer_thumb { float: left; height: 115px; padding: 16px; position: relative; width: 195px; }

p.bread { color: #999; font-size: .875em; line-height: .25em; padding-right: 2em; text-align: right; }


p.flyer_intro { color:#777; }

p.footer { color: #999; font-size: .875em; padding-left: 2em; text-align: left; }

.clear { position:relative; clear:both; }