/* *********************************************************
	(c) Copyright Firestar Interactive Design Hawaii, LLC
	Stylesheet for Treasure by Mann, LLC website
********************************************************** */

html {
	margin: 0px;
	padding: 0px;
}
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
a {
	color: #bad685;
}
img {
	border: 0px;
}

.snow {	
		background-color: #EDF0F3;
}

.menu {

	background: #EDF0F3 url(template-gfx/menu-bg4.jpg) no-repeat center top;
	text-align: center;
	vertical-align: bottom;
}
a.menu-link {
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	
	padding-left: 12px;
	padding-right: 4px;
}
a.menu-link:hover {
	text-decoration: underline;
}



.store-menu {
	
	background: url(template-gfx/menu-bg3.jpg) no-repeat center top;
	text-align: center;
	vertical-align: top;
	
	margin-left: 2px;
	padding-top: 2px;
}
a.store-menu-link {
	color: #d9d9d9;
	font-weight: plain;
	font-size: 10px;
	text-decoration: none;
	
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 5px;
}
a.store-menu-link:hover {
	text-decoration: underline;
}

.content {
	color: white !important;
	background-color: #384F11 !important;
	font-size: 12px;
}



.footer {
	font-size: 12px;
}

.footer-text {
	color: #333333;
}
.footer-links {
	color: #627421;
	font-weight: normal;
	text-decoration: none;
	line-height: 30px;
}
.footer-links:hover {
	text-decoration: underline;
}

a.author-link {
	color: #333333;
	text-decoration: none;
}
a.author-link:hover {
	text-decoration: underline;
}
