
/* Standard Headliners style sheet. */

	body {
		font: 10pt Arial, Helvetica, Geneva, Swiss, sans-serif;
		margin: 0;
		padding: 0;
		background-color: #4f5743;
	}
	.lhNav {
		position: absolute;
		top: 93px;
		left: 0;
		width: 144px;
		padding-top: 1em;
		text-align: center;
		font-weight: bold;
		font-style: italic;
		color: white;
	}
	.topNav {
		width: 760px;
		margin-left: 144px;
		text-align: center;
		background: #2a2e23;
	}
	.mainContent {
		width: 760px;
		margin-left: 144px;
	}
	.footer {
		width: 884px;
		height: 40px;
		margin: 40px 10px 0px 10px;
		border-top: solid 4px gray;
	}
	.lhNav a {
		display: block;
		color: white;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		padding: 0.3em 0.2em 0.3em 0.2em;
		margin: 8px;
		border: solid 1px #4f5743;
	}
	.topNav a {
		display: block;
		color: white;
		text-decoration: none;
		padding: 0.3em 0em 0.3em 0em;
		background: #2a2e23;
	}
	.lhNav a:hover {
		border: solid 1px #858564;
	}
	.topNav a:hover {
		background: #858564;
		color: white;
	}
	.lhNav br, .topNav br {
		display: none;
	}
	.topNavLHLinks {
		width: 50%;
		float: left;
	}
	.topNavRHLinks {
		width: 50%;
		float: right;
	}
	.welcome, .gifts {
		width: 50%;
		float: left;
	}
	.products, .index {
		width: 50%;
		float: right;
	}
	.extra1, .extra2, a.links {
		display: none;
	}
	.lhNavLinks div {
		color: black;
		font-style: normal;
		font-weight: normal;
		padding: 0.3em 0.2em 0.3em 0.2em;
		margin: 8px;
		border: solid 1px #4f5743;
		background: #f4e386;
	}
	div.gifts, div.products, div.welcome, div.index {
		color: black;
		padding: 0.3em 0em 0.3em 0em;
		background: #f4e386;
	}

