/* Big thank you to http://elliotjaystocks.com for the code posted on Alistapart */
			body { background:#CFCBC4 url(../images/site-wide/background.jpg) top center no-repeat fixed; text-align:center; padding:0px  } /* The body's background image aligns to the top and center of the screen and stays fixed when the page is scrolled */
			div.content { background:url(../images/site-wide/repeater.gif); text-align:left; margin:0px auto; padding: 0px; width:800px; border:1px solid #000 } /* The 1x1 PNG repeats across the entire div. Its width is 900 - (2 x 20) = 860 */
			h1, p, a { color:#fff; font-family: Verdana, Arial, Helvetica, sans-serif }
			h1 { font-size:18px }
			p {
	font-size:12px;
	line-height:18px;
	color: #666666;
}
			a {
	text-decoration:underline;
	color: #666666;
}
			.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 11px;
}
       		.orange {color: #FF6600}
        	body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
			.footer_div {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	padding: 10px;
	background-image: url(../images/site-wide/transparent.png);
	background-repeat: repeat;
	width: 780px;
	margin-top: 20px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
