@import url(styleCommon.css);

body {
	background: #efc284 url(images/horizontalBackgroundSquares.png) 0 0 repeat-x;
	}
	
td {
	vertical-align: top;
	}

#mainContainer {
	position: absolute;
	width: 585px;
	height: 100%;
	top: 130px;
	left: 248px;
	background: url(images/contentBackground.png) 0 0 repeat-y;	/* 100% height stretches to the bottom of the browser even when the browser height is larger than the content */
	}
 
#contentContainer {
	position: relative;
	background: url(images/contentBackground.png) 0 0 repeat-y;	/* covers the content when the browser height is small, which causes mainContainer height to be small */
	}

#licorousLogo {
	position: absolute;
	width: 210px;
	height: 210px;
	left: -125px;
	top: -106px;
	z-index: 5;
	}

#bannerImages {
	padding: 0 10px;
	width: 565px;
	height: 239px; 
	}

#content {
	padding: 30px 50px 10px 50px;
	line-height: 1.6em;
	font-size: 0.8125em;
	}

#menuContainer {
	height: 130px;
	}

#menu {
	display: inline;
	white-space: nowrap;
	line-height: 225px;
	}

#menuList {
	position: relative;
	left: 327px;
	}

#menu ul li {
	list-style: none;
	display: inline;
	white-space: nowrap;
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 0 10px;
	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") repeat-x;
	color: #e2a14d;
	}

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

#definition {
	margin: 0 2em;
	}

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

#mapAddress {
	padding-top: 5px;
	text-align: right;
	}
	
#map {
	position: relative;
	float: right;
	margin: 15px 0 20px 20px;
	}
	
#directions {
	clear: both;
	}
	
#beard {
	position: relative;
	float: right;
	margin: 20px 0 10px 30px;
	width: 120px;
	line-height: 1em;
	text-align: center;
	font-size: 0.85em;
	border: 1px solid #c36537;
	padding: 5px;
	z-index: 5;
	}

#aboutad {
	position: relative;
	float: right;
	margin: 10px 0 10px 20px;
	width: 150px;
	line-height: 1em;
	text-align: center;
	font-size: 0.85em;
	border: 1px solid #c36537;
	padding: 5px;
	z-index: 5;
	}

.pressLink {
	font-weight: normal;
	}
	
.inlineImage {
	z-index: 6;
	}