body {
  background:url(images/webdesign/bg1.png);
  color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0; /* (top, right, bottom, left) */
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#container {
  background-color: #fff;
	color:#000000;
  margin: 0 auto 0 auto; /* (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 800px;
}
#container #header {
	width:800px;
	background-color: #ffffff;
}
#container #menu-wrapper {
	width:800px;
	height:35px;
	background-color: #1A5C2C;
	position:relative;
}
#container #menudiv {
	position:absolute;
	top:7px;
	left: 12px;
}
/* top margin for address pic in left column */
#address {
	margin-top:125px;
}
#hours {
	clear:both;
}

/* 2 column layout */
#container #content-wrapper {
	zoom:1;   /* causes background image to repeat on ie6 */
	background:url(images/webdesign/two_cols.jpg) top left repeat-y;	
}
#container #content-wrapper #left-column-wrapper {
	float: left;
  width: 225px;  
	padding-top:12px;
	padding-bottom:10px;
}
#container #content-wrapper #left-column-text {
	color:#333333;
	margin-left:7px;
	margin-right:7px;
	padding:28px 8px 3px 8px;
}
#container #content-wrapper #right-column-wrapper {
	background-color:#FFFFFF;
	float:right;
	width: 525px;
	padding-top:30px;
	padding-bottom:10px;	
}
#container #content-wrapper #right-column-text {
	background-color: #FFFFFF;
	color:#333333;
	padding:28px 35px 15px 15px;  /* (top, right, bottom, left) */
}
/* 2 column layout end */

/* 1 column layout */
#content-wrapper-1col {
	background-color:#FFFFFF;
	color:#333333;
}
#single-column-text {
	background-color:#FFFFFF;
	color:#333333;
	margin-left:15px;
	margin-right:15px;
	padding:20px 20px 20px 20px;
}
/* 1 column layout end */

.copyright {
	font-size:11px;
	color:#F2EAA2;
}
.footer_links {
	font-size: 11px;
	line-height:18px;
	color:#FFFFFF;
	text-align:center;
	padding-top:20px;
}
.footer_links a:link {
	color: #FFF;
	text-decoration: none;
}
.footer_links a:visited {
	color: #FFF;;
	text-decoration: none;
}
.footer_links a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
.footer_links a:active {
	color: #FFFF99;
	text-decoration: none;
}