/*
©2008-2009 Jostens, Inc.
All Rights Reserved.
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color:#fff;
	background: #fff;
	margin: 0px;
	text-align: center;
	font-family: Arial, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
STRONG {
	font-weight: bold;
}
EM {
	font-style: italic;
}

/* Layout Elements */
#wrapper {
	margin:0px auto;
	width:999px;
	text-align: left;
}
#tray {
	height:233px;
}
#left, #main, #right, #rncLogo, #bodyCopy, #actionItems {float:left;}
#left {
	width:27px;
	height:233px;
}
#main {
	width:945px;
}
#right {
	width:27px;
	height:233px;
}
#rncLogo {
	width:245px;
	height:210px;
}
#bodyCopy {
	width:430px;
	font-size:.8em;
	padding-top: 15px;
	line-height: 14px;
	}
#bodyCopy P {
	padding:5px 0px 5px 0px;
}
#bodyCopy SPAN {
	font-size: 1.25em;
}
.bullet {font-weight: bold; line-height: 30px;}
#actionItems {
	text-align: center;
	padding-left:30px;
	margin: 20px 0px 0px 10px;
	border-left: 1px solid #fff;
}
#actionItems P {
	font-weight: bold;
	font-size:.8em;
}
.lowPrices {
	padding: 32px 0px 32px 0px;
}
.returningUser {
	font-size:.75em;
	color:#fff;
	padding-top:10px;
	text-decoration:none;
}
.returningUser A:link {font-size:.75em; color: #fff; text-decoration:underline;}
.returningUser A:visited {font-size:.75em; color: #fff; text-decoration:underline;}
.returningUser A:active {font-size:.75em; color: #fff; text-decoration:none;}
.returningUser A:hover {font-size:.75em;color: #fff; text-decoration:none;}
#affiliates {
	text-align: center;
}
#affiliates P {
	color:#666;
	font-size:.7em;
	font-style:italic;
}
.photographer {
	float: left;
	width: 600px;
	margin-left:15px;
	font-size: .75em;
	color: #000;
	text-align: left;
}
.photographer DIV {
	text-align: center;
	width:240px;
}
#footer-content {
	width:975px;
	border-top: 1px solid #16356e;
	margin: 0px auto;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	font-size: .75em;
	color: #666;
}
#footer A:link {text-decoration: underline;}
#footer A:visited {text-decoration: underline;}
#footer A:active {text-decoration: none;}
#footer A:hover {text-decoration: none;}
