body {
	background-image: url('images/square.jpg');
	color: black;
	font-size: 15px;
	font-family: Tahoma,arial,helvetica;
}
p {
	text-align: center;
}
.title {
	font-weight: bold;
}
h1 {
	text-align: center;
}
#main {
	background-color: rgb(235,223,189);
	border-collapse: collapse;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
td {
	vertical-align: top;
}
#banner {
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	height: 220px;
}	
.sidebar { /* sidebar green background */
	background-color: rgb(0,64,45);
	width: 175px;
}
.bg_content { /* off white weave background */
	  background-image: url('images/bground_sq.gif');
}
#nav ul {
	width: 130px;
	margin: 20px;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
#nav li a {
	display: block;
	text-decoration: none;
	color: rgb(235,223,189);
	padding: 5px; 
	border: 1px solid rgb(235,223,189);
	border-bottom: 0;
}
#nav li a:hover  {
	display: block;
	color: #006a25;
	text-decoration: none;
}
a.links:link, a.links:visited {
	color: rgb(0,64,45);
	text-decoration: none;
}
a.links:hover {
	color: #006a25;
	text-decoration: underline;
}
#hours {
	color: rgb(235,223,189);
	font-size: 12px;
	text-align: center;
	padding:5px;
}
#contact {
	color: rgb(235,223,189);
	font-size: 12px;
	padding: 5px;
}
#content {
	vertical-align: top;
	padding-top: 25px;
	margin: 0;
}
table.sub { /* for catalog & portfolio pages */
	text-align: center;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
img {
	float: right;
	padding-left: 10px;
	margin: 0;
}
img.banner {
	padding: 0;
	margin: 0;
}
img.thumb {
	width: 90px;
	height: 60px;
	margin: 5px;
	border: 0;
	float: none;
}
img.blowup {
	width: 320px;
	height: 214px;
	margin: 10px;
	border: 0;
	float: none;
}
img.logo {
	float: none;
	padding: 5px;
}
img.specials {
	float: none;
}
.specials_txt {
	margin-top: 30px;
	border-top: 2px solid rgb(0,64,45);
	border-bottom: 2px solid rgb(0,64,45);
	margin-bottom: 50px;
}
#footer {
	font-size: 10px;
}
