body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #666666;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a {
	color: #CC0000;
	text-decoration: none;
	padding: 5px;
	display: block;
}

.bordertop {
	background-image: url(photos/border_tile.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.borderbottom {
	background-image: url(photos/border_bottom.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.cornertopleft {
	background-image: url(photos/cornertopleft.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.cornerbottomleft {
	background-image: url(photos/cornerbottomleft.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.cornerbottomright {
	background-image: url(photos/cornerbottomright.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.cornertopright {
	background-image: url(photos/cornertopright.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.borderleft {
	background-image: url(photos/left_tile.jpg);
	background-repeat: repeat-y;
	width: 25px;
	height: auto;
}
.borderright {
	background-image: url(photos/right_tile.jpg);
	background-repeat: repeat-y;
	width: 25px;
	height: auto;
}
.vineleaf {
	float: right;
	position: relative;
	top: -2px;
	right: -15px;
	border: 0px;

}.banner {
	text-align: center;
	background: #FFFFFF;
}

.tdImages {
	margin: 15px;
	padding: 5px;
	border: 1px dotted #999999;
}

.navbar {
	background: #FFCC66;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 30px;
}

a.menu:hover {
	background: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	margin: 0px;
}
