@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/pagebg.gif);
}

body {
	margin-left: 0px;
}

a:link {
	color: #7C2D23;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7C2D23;
}
a:hover {
	text-decoration: none;
	color: #A09151;
}
a:active {
	text-decoration: none;
	color: #7C2D23;
}





.headerbg {
	background-image: url(images/menubg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menubg {
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.homecontentbg {
	background-image: url(images/home_contentbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.addressbarbg {
	background-image: url(images/home_addressbar.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



.smallfootertext {
	color: #4E3A2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.redtext {
	color: #7C2D23;
	font-weight: bold;
}

.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.menusbg {
	background-image: url(images/foodmenubg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.colour {
	color: #E5DBBA;
}
