body {
	/*
	Set background image
	
	background: white url(/dev/img/parch_01.gif);
    background-repeat: repeat
	*/
	
	background-color: #FFF8C1;
	
}

table {
	padding: 0;
	margin: 0;
	
	
}

td.site {
	padding: 10px;
	font-family: serif,  sans-serif;
	font-size: 18px;
}

table.main {
	width: 780px;
}

div.menubar {
	/*
	 * Menu area on main page
	 */
     top: 100px;
     border: 0;
 	 margin: 0;
     width: 100%;
     padding: 0;
     background-color: #eee;
     text-align: center;
     border-top: solid 1px #ccc;
     border-bottom: solid 1px #ccc;

}

#MenuSection {

	font-style: italic;
	font-family: serif,  sans-serif;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	padding: 15px;
	
}



#MenuItem {
	font-weight: bold;
	font-family: serif,  sans-serif;
	text-align: center;
	padding: 5px;
	font-size: 15px;
}
b {
	font-weight: bolder;
	font-size: 20px;
}

#menuList {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}



#menuList li {
  display: inline;
  padding: 0;
  margin: 0;
  text-align: right;
}

#menuList a {
	
  	text-decoration: none;
  	border-bottom: none;
  	padding: 5px 10px;
}

#ListItem:hover{ 
	background-color: #ddd;
	/*font-weight: bold;*/ 
}
#menudata {
	
}

#pepper{
	margin-left: 50px;
	width:200px;
}

table.slogan {
	font-size:35px;
	margin-left: 50px;
	margin-right: 30px;
	font-family: serif,  sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	
}


#phone {
	margin-top: 20px;
	text-justify:newspaper;
}

#ListItem:visited, #ListItem:link {
	font-weight: bold;
}

/*
a:hover {
        text-decoration: none;
        color: #004090;
        border-bottom: dotted 1px #004090;
		
}
*/
a img, a:link, a:hover { border: none; }

a:link {
        text-decoration: none;
        color: #0072ff;
        border-bottom: groove 1px #0072ff;
}

a:visited {
        text-decoration: none;
        color: navy;
        border-bottom: groove 1px navy;
}




/*
#menuList a {
  float: right;
  display: block;

  margin: 0;
  padding: 5px 20px;
  border-bottom: none;
}
*/