@import url(styleCommon.css);

body {
	background: #f8f3ea url(images/contentBorder.png) 0 0 repeat-y;
	}
	
td {
	vertical-align: top;
	}
	
#licorousLogo {
	display: none;
	width: 0;
	height: 0;
	}

#bannerImages {
	display: none;
	width: 0;
	height: 0;
	}

#content {
	padding: 5px 5px 5px 15px;
	line-height: 1.1em;
	font-size: 0.8125em;
	}

#menuContainer {
	height: auto;
	background: transparent;
	}

#menu {
	display: inline;
	white-space: normal;
	background: transparent;
	}

#menuList {
	padding: 5px 0 0 18px;
	}

#menu ul li {
	list-style: none;
	display: inline;
	white-space: nowrap;
	font-size: 0.8em;
	margin: 0 5px;
	padding: 4px 0;
	}

#menu li a {
	font-weight: normal;
	text-decoration: none;
	color: #663300;
	}

#menu li a:hover {
	color: #c36537;
	}

#currentMenuItem {
	background: url("images/dotSpaceSpace.gif") bottom repeat-x;
	color: #e2a14d;
	}

#footer {
	padding-top: 10px;
	font-size: 0.85em;
	text-align: right;
	}

#definition {
	margin: 0 1em;
	}

#definitionWord {
	color: #902500;
	font-size: 1.2em;
	}

#mapAddress {
	padding-top: 5px;
	text-align: right;
	}
	
#map {
	float: none;
	margin: 0;
	}
	
#directions {
	clear: both;
	}