
body, p, li, ul, ol, div, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #D0D0D0;
	font-size: 0.8em;
}

a {
	color: #419CD6;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: underline !important;
}




/* SHELL */

div#page {
	width: 990px;
	margin: auto;
	background: #fff url(../shell/page_bg.gif) repeat-x 0 100%;
}



/* TOP BANNER */

div#page h1#page_title {
	display: block;
	position: relative;
	overflow: hidden;
	width: 990px;
	height: 136px;
	margin: 0;
	background: url(../shell/page_header_right.jpg) no-repeat 100% 0;
}

div#page h1#page_title span, div#page h1#page_title a {
	display: block;
	width: 541px;
	height: 136px;
	overflow: hidden;
}

div#page h1#page_title a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../shell/page_header_left.gif) no-repeat 0 0;
}





/* FOOTER */

div#page #content, div#page #footer {
	width: 890px;
	margin: auto;
}

div#page #footer {
	padding-top: 30px;
	height: 100px;
}

div#page #footer .copyright {
	border-bottom: 1px solid #000;
	margin-bottom: 14px;
	padding-bottom: 2px;
	font-size: 85%;
	color: #666;
}



/* FOOTER LOGOS */

div#page #footer .open_for_business, div#page #footer .open_for_business span {
	display: block;
	width: 97px;
	height: 39px;
	margin: 0;
	overflow: hidden;
}

div#page #footer .open_for_business {
	display: inline;
	float: right;
	margin-left: 42px;
	
	position: relative;
}

div#page #footer .open_for_business span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../shell/footer_amex.gif) no-repeat 0 0;
}


div#page #footer .the_new_york_times, div#page #footer .the_new_york_times span {
	display: block;
	width: 104px;
	height: 14px;
	margin: 0;
	overflow: hidden;
}

div#page #footer .the_new_york_times {
	display: inline;
	float: right;
	margin-top: 10px;
	
	position: relative;
}

div#page #footer .the_new_york_times span {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../shell/footer_nyt.gif) no-repeat 0 0;
}














