html {
	height: 100%;
	text-align:center;
}

body {
	text-align:center;
	background:#eddd6e;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#666;
	padding:0px;
	margin:0px;
}

#maincol {
	width: 780px;
	text-align:center;	
	padding:0px;
	margin:0px;
}

#divtop {
	
}


#top_bar {
	height:25px;
	border-left:  4px solid #ba8617;
	border-right: 4px solid #ba8617;
	padding:0px;
	margin:0px;
}



a {
	color:#black;
	text-decoration:none;
	border-bottom:1px dotted;
}

a:hover {
	border-bottom:1px solid;
	color:navy;
}


a.maitem {
	color:#black;
	border-bottom:none;
}


#nmenubox {
  position:relative;
  top:5px;
  left: 10px;
  font-size: 12px;
  color: #666;
  text-align: left;
}
div.nmenuitem {
  margin-left: 3px;
  display: inline;
}

div.nmenuitem:hover {
  text-decoration: underline;
}

#menubox {
  float: left;
  width: 150px;
  border: 3px;
  margin-left: 10px;
  text-align: left;
}

div.menuitem {
  font-size:14px;
  font-weight: bold;
}

div.menuitem:hover {
  text-decoration: underline;
}


#main {
	text-align:center;
	background-color: white;
	border-left:  4px solid #ba8617;
	border-right: 4px solid #ba8617;
		padding-bottom:0px;
	margin-bottom:0px;
}


#textcol {
	margin-left: 160px;
	margin-right: 10px;
	text-align:justify;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}




#fmenubox {
  text-align: center;
  color: #8a2f1d;
  position:relative;
  top:12px;
  font-size: 12px; 
}

div.fmenuitem {
  margin-left: 13px;
  display: inline;
}

div.fmenuitem:hover {
  text-decoration: underline;
}


#fnote {
	padding-top: 30px;
  text-align: right;
  font-size: 10px;
}


#price_tab {
	border-style: none;
	border-color: #ba8617;
	border-collapse: collapse;
}

#price_tab td {
	text-align: center;
	padding: 3px;
	border: 2px solid #ba8617;
}

