

body {
	background-color: #fffbf7;
	color: #90673e;

}


#subWrapper {
	background-image:  url("../images/halls/tile.gif");
		
}
#pageHeader{
	background-image:  url("../images/halls/banner_home.jpg");

	}


#footer {
	background-image:  url("../images/halls/footer.gif");

}



a:link, a:visited {
	color: #90673e;
	text-decoration: underline;
	font-weight: bold;	
}

a:hover {
	color: #90673e;
	text-decoration: none;
	font-weight: bold;		
}