@charset "utf-8";
@import url("menu.css");
#background {
	background-attachment: fixed;
	background-image: url(images/bkgd-stucco.jpg);
	background-repeat: repeat;
	background-position: center center;
	letter-spacing: normal;
	text-align: left;
	text-indent: 5;
	vertical-align: top;
	word-spacing: normal;
	white-space: nowrap;
	margin: 2px;
	padding: 2px;
	height: auto;
	width: 980px;
	border: 10px solid #600;
	list-style-type: circle;
	overflow: visible;
	position: relative;
	top: auto;
	-webkit-transition: all 3s ease-in 1s;
	-moz-transition: all 3s ease-in 1s;
	-ms-transition: all 3s ease-in 1s;
	-o-transition: all 3s ease-in 1s;
	transition: all 3s ease-in 1s;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #600;
	font-style: normal;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	color: #600;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(images/bkgd-stucco.jpg);
	background-repeat: repeat;
	background-position: center center;
	letter-spacing: normal;
	text-align: left;
	text-indent: 5;
	vertical-align: top;
	word-spacing: normal;
	white-space: nowrap;
	padding: 2px;
	width: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 10px solid #600;
	position: relative;
	-webkit-transition: all 3s ease-in 1s;
	-moz-transition: all 3s ease-in 1s;
	-ms-transition: all 3s ease-in 1s;
	-o-transition: all 3s ease-in 1s;
	transition: all 3s ease-in 1s;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: normal;
	background-attachment: fixed;
	background-image: url(images/bkgd-stucco.jpg);
	background-repeat: repeat;
	background-position: center center;
	text-align: left;
	white-space: nowrap;
	border: 10px double #600;
	-webkit-transition: all 3s ease-out 1s;
	-moz-transition: all 3s ease-out 1s;
	-ms-transition: all 3s ease-out 1s;
	-o-transition: all 3s ease-out 1s;
	transition: all 3s ease-out 1s;
	color: #600;
}
#h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	color: #600;
	background-image: none;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	background-color: #FF0;
	font-weight: bold;
}
.font {
	font-size: xx-large;
	color: #600;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #630;
	background-attachment: fixed;
	background-color: #FF0;
	background-repeat: repeat;
	background-position: center center;
	border: medium groove #630;
}
.brownfont {
	color: #660033;
}
