@charset "ISO-8859-1";
	
	#main {
	background:#fff;
	float:left;
	width:650px;
	}
	
	/*yellow header graphic*/
	#header {
	background:#FF9800 url(img/h1Resources.gif) no-repeat;
	margin-top: 3px;
	}
	

	/*gradient background on right sidebar*/
		#wrap {
	background:#FD6600 url(img/bgds/bgdResources.png) repeat-x;
	margin:0 auto;
	width:885px;
	}
	
	 
    	body,
	html {
	margin:0;
	padding:0;
	}
p {
	
	color: #635f5e;
}
a, a:visited {
	color: #491519;
	text-decoration: underline;
}


a:hover {
	text-decoration: underline;
}   /* mouse over link */
