/* GLOBAL */

body#landing {
	background-color: #e8e4d9;
	background-image: url("images/tobyscoffeebar.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, sans-serif; line-height: 1.5em; color: #4d452f;
}



#landing div {
	margin: 585px 0px 0px 15px;
	padding: 0px 0px 0px 0px;

}





#landing a:link {  color: #bc4200; text-decoration: none}
#landing a:visited {  color: #bc4200; text-decoration: none}
#landing a:hover {  color: #ffffff;background-color: #bc4200; text-decoration: none}







