/* This CSS is the style sheet for the entire site. */
BODY{
	font-family: arial;
	margin: 0;
	background-image: url(images/bg.jpg);
	font-family: arial
}
.title{
	font-family: times new roman;
	font-size: 1.5em;
	color: #990000;
}
.e120{
	font-size: 1.2em;
}
.e100{
	font-size: 1em;
	color: #333333;
}
.e90{
	font-size: .9em;
}
.e80{
	font-size: .8em;
}
.e75{
	font-size: .75em;
}
.e70{
	font-size: .7em;
}
.footer{
	font-size: .7em;
}
img {
	border-color: black;
}
.main {
	background-image: url(images/main-bg.jpg);
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 0 10 140;
	font-size: .7em;
	text-align: center
}
table.table80 td {
	font-size: .8em;
	vertical-align: top;
}
a:link, a:visited {
	color: #a30;
	text-decoration: none;
}
a:active, a:hover {
	color: blue;
	text-decoration: underline;
}
#navlist {
	margin: 0;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}
#navlist li {
	list-style-type: none;
	margin: 0;
	font-size: .85em;
}
#navlist a:link, #navlist a:visited {
	text-decoration: none;
	background-color: #DCD6BE;
	color: #333;
	display: block;
	padding: 2px 6px;
	border: 1px solid #FFFFFF;
	border-top: 0;
}
#navlist a:hover, #navlist a:active, #navlist a:focus {
	background-color: #A69D74;
	color: #FFFFFF;
}
#navlist a {height: 1em;}

/* These are for the valentines tables to surround edges with hearts */
table.heart-v {
	background-image: url(images/heart.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
table.heart-v tr {
	background-image: url(images/heart.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
table.heart-h {
	background-image: url(images/heart.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
table.heart-h tr {
	background-image: url(images/heart.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
/* These are for the holiday tables to surround edges with holly */
table.holly-v {
	background-image: url(images/holly-vert.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: white;
}
table.holly-v tr {
	background-image: url(images/holly-vert.gif);
	background-position: left;
	background-repeat: repeat-y;
}
table.holly-h {
	background-image: url(images/holly-horiz.gif);
	background-position: top;
	background-repeat: repeat-x;
}
table.holly-h tr {
	background-image: url(images/holly-horiz.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
