body {
	background-color : #FDF690;
	margin : 0px;
	text-align : center;
}

body, p, td, th, li {
	font-family : Myriad Pro, Myriad, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	line-height : 20px;
	text-align : justify;
}

*[align="left"] {
	text-align : left;
}

*[align="center"] {
	text-align : center;
}

*[align="right"] {
	text-align : right;
}

blockquote {
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 10px 0px;
	font-style : italic;
}

blockquote .attribution {
	text-align : right;
	font-weight : bold;
	font-style : normal;
}

blockquote + blockquote {
	border-top : 1px #CCCCCC solid;
}

#OuterLayout {
	margin : 15px auto 10px auto;
	width : 995px;
	height : 696px;
	background-color : #FFFFFF;
	text-align : left;
}

#BorderShadowTopLeft,
#BorderShadowTopRight,
#BorderShadowBottomLeft,
#BorderShadowBottomRight {
	width : 9px;
	height : 9px;
}

#BorderShadowTop {
	background-image : url("layout/borderShadow.top.gif");
	background-repeat : repeat-x;
}

#BorderShadowBottom {
	background-image : url("layout/borderShadow.bottom.gif");
	background-repeat : repeat-x;
}

#BorderShadowLeft {
	background-image : url("layout/borderShadow.left.gif");
	background-repeat : repeat-y;
}

#BorderShadowRight {
	background-image : url("layout/borderShadow.right.gif");
	background-repeat : repeat-y;
}

#InnerLayout {
	margin : 12px 14px 12px 15px;
	width : 948px;
	height : 655px;
}

#TopBar {
	height : 162px;
}

#NavBar {
	padding-top : 13px;
	height : 52px;
}

#IndexLinks {
	padding-top : 12px;
	height : 157px;
}

#IndexLinks .spacer {
	width : 14px;
}

#Content {
	padding : 12px 0px;
	vertical-align : top;
}

#InnerContent {
	position : relative;
	margin : 20px 55px;
}

#NLSignupLabel {
	font-size : 18px;
	font-weight : bold;
	text-align : center;
	padding-bottom : 5px;
}

.nlSignupTextInput {
	background-color : #FFFFFF;
	border : 1px #C8C9CB solid;
	width : 157px;
	height : 18px;
	padding : 4px 0px;
	font-size : 13px;
}

#AddressBar {
	font-size : 14px;
	font-weight : bold;
	text-align : center;
}

#AddressBar a:link,
#AddressBar a:active,
#AddressBar a:visited {
	color : #000000;
	text-decoration : none;
}

#AddressBar a:hover {
	color : #D71D23;
}

#CartStatus {
	position : absolute;
	right : 0px;
	top : -30px;
}

#CartStatus a:link,
#CartStatus a:active,
#CartStatus a:visited {
	color : #000000;
	font-weight : bold;
	text-decoration : none;
}

#CartStatus a:hover {
	color : #D71D23;
}
