/* @override http://www.homestead-restaurant.com/test/CSS/styles.css */

a {	
	color: green;	
}
body,td,th {	
	color: black;
	margin: 0;
	text-align: center;
	font: .9em/1.6em Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2em;
}
h2 {
	color: green;
	font-size: 1.2em;
}

ul {
	position: relative;
}
li {
	font-size: .8em;
	line-height: 1.4em;
}
table {}
table.center {
	margin-left:auto; 
	margin-right:auto;
}
a:hover {	
	text-decoration: underline
}
table.floater {
	width: 100%;
	border-style: none;
}
.floater td{
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	vertical-align: middle;
	padding-bottom: 10px;
	line-height: 2em;
}
.wrapleft {
	float: left;
	margin-right: 20px;
}
.photoborder {
	border: 1px solid green;
	padding: 1px;
}
table#page {
	background: url(../images/tile.jpg) scroll center top;
}
table#homepage {
	background: url(../images/tile.jpg) scroll center top;
}
td#leftshadow {
	background: url(../images/header-shadowL.jpg)}
td#rightshadow {
	background: url(../images/header-shadowR.jpg) -20px 0}
table#fullcolumn {
	margin-right: auto;
	margin-left: auto;
}
#top {
	background: url(../images/header-woodBG-top.jpg) no-repeat 0 top;
	height: 100%;
	padding-top: 20px;
}
td#mid {
	background: url(../images/header-woodBG-mid.jpg) repeat-y 0 top;
	height: 100%;
}
.bottom {
	background: white url(../images/header-woodBG-bottom.jpg) no-repeat 0 bottom;
	height: 100%;
}
.bodytext {
	width: 600px;
	text-align: left;
	height: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#footlinks {
	margin-bottom: 20px;
}

td#foot {
	background-image: url(../images/header-woodBG-bottom.jpg);
	width: 760px;
	height: 100px;
}