/* orange: E08600
   dark red: 9E0000
   cream: FFF7CC */
@import url(reset.css);
body {
	background-color: #E08600;
	text-align: center;
	margin: 0 auto;
	font: 130%/130% Georgia, serif;
}

a:link, a:visited {
	color: #9E0000;
	font-weight: bold;
}

b, strong {
	font-weight: bold;
}
i, em {
	font-weight: italic;
}
OL   {
	list-style-type: decimal;
}


p, p.noindent {
	text-indent: inherit;
}

p+p {
/*    text-indent: 2em;*/
	margin-top: 0.7em;
}

sup {
	vertical-align: super;
	font-size: 50%;
	font-weight: bolder;
	line-height: 50%;
}

.smaller {
	font-size: 80%;
}

.bodybox { 
	text-align: left;
	width: 840px;
	margin: 0 auto;
	position: relative;
}
#hdr {
	height: 322px;
	padding-top: 14px;
	background-color: white;
	background-image: url(../images/orange-gradient.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#blurb {
	position: relative;
	top: -40px;
	text-align: left;
	margin: 0 auto;
	width: 800px;
/*    width: 600px;*/
/*    padding-right: 200px;*/
}

.amp {
	font-family: Baskerville, Georgia, serif;
	font-style: italic;
}

ol#steps {
	font-size: 150%;
	line-height: 110%;
}
ol#steps .smaller {
	font-size: 67%;
}

/*ol#steps>li>strong { font-size: 150%; }*/

li {
	margin: 0.7em 0;
}


#celebrates_ifr {
	width: 458px;
	height: 234px;
	background-image: url(../images/tapedeck-celebrates-ndl.png);
	background-repeat: no-repeat;
	position: absolute;
}
#celebrates_ifr>span { display: none; }

/*#tape {*/
/*    position: absolute;*/
/*    left: 0px;*/
/*}*/
/*#sticker {*/
/*    position: absolute;*/
/*    left: 220px;*/
/*    top: 180px;*/
/*}*/
/*#celebrates_ifr {*/
/*    top: 60px;*/
/*    right: 0px;*/
/*}*/
#tape {
	position: absolute;
	right: 0px;
}
#sticker {
	position: absolute;
/*    right: 240px;*/
/*    top: 170px;*/
	right: 300px;
	top: 10px;
}
#celebrates_ifr {
	top: 40px;
	left: 0px;
}
