  body { 
	background: #f2f1ef;
	font-family: sans-serif;
	margins: 10px;
	text-align: center;
	font-size: 14px;
  }
  #header {
	width: 800px;
	height: 99px;
	background: #c5bdb0;
	background-image: url(header.jpg);
	text-align: center;
  }
  #wrapper {
	width: 800px;
	background: #ffffff url(none.jpg) no-repeat bottom left;
	text-align: center;
  }
  #menu {
	margin: 10px;
  	width: 180px;
	float: left;
  }
  .menu_button {
	spacing: 2px;
	margins: 0px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
  	width: 180px;
  }
  .menu_button a {
	text-decoration: none;
	color: #2a2826;
  }
  .menu_button a:hover {
	text-decoration: underline;
	color: #000000;
  }
.menu_button tr td 
{
	background:#eee9df;
}
.menu_button tr:hover td:hover {
	background:#c5bdb0;
}
  #main {
	text-size: 14px;
	background: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 200px;
	width: 580px;
	text-align: left;
  }
  #footer {
	background: #cdc3b2 url(footer.jpg) no-repeat bottom center;
	padding-top: 0px;
	width: 800px;
	height: 51px;
	text-align: right;
  }
  .footer_menu a {
	color: #000000;
	font: 12px;
	text-decoration: none;
  }
  .footer_menu a:hover {
	color: #57554b;
	text-decoration: none;
  }
  .copyright {
	font-family: verdana;
	margin-top: 5px;
	
	color: #2a2826;
	font-size: 10px;
	text-decoration: none;
  }
  #footer_menu {
	margin-top: 0px;
	color: #2a2826;
	font-size: 11px;
	text-decoration: none;
  }
  hr {
	color: #c5bdb0;
	height: 1px;
	margin-left: 10px;
	margin-right: 10px;
  }
