body        {
	background-color: #d4ccaa;
	font-family: "Trebuchet MS";
	}

#container  {
	margin: 0 auto;
	width: 900px;
	height: auto;
	border: 1px solid #999999;
	background-color: #f3f1e7;
	}
	
#header  {
	margin: 0;
	padding: 1px 0px 0px;
	background-image: url(../Jewel.png);
	width: 900px;
	height: 125px;
	margin-bottom: 1px;
	text-indent: 2em;
}

h1  {
	color: #f3f1e7;	
}

h2  {
	color: #f3f1e7;
	margin-bottom: 3px;
}

#ad {
	position:inherit;
	margin: 1px 45px 25px;
}
div#listmenu  {
	width: 100%;
	float: left;
	border-top: 1px solid #010401;
	border-bottom: 1px solid #e4c144;
	font-size: 1em;
	background-color: #010101;
	margin-top: 0px;
	margin-right: 9px;
	padding-top: 3px;
}

div#listmenu ul {
	float: left;
	margin: 0 0 3px;
	margin-left: 1px;
	
}
div#listmenu li  {
	float: left;
	list-style-type: none;
	background-color: #e4c144;
	border-right: 5px solid#e4c144;
	padding-left: 5px;
	padding-right: 5px;
	border: solid 1px #000;
}

div#listmenu a  {
	text-decoration: none;
	color: #000;
	padding: 3px;
}

div#listmenu a:hover  {
	color: #26b602;
}

div#listmenu li:first-child  {
	border-left: 1px;
}

div#listmenu li:hover  {
	background-color: #fff;
	
} 

#store {
	width:auto;
	height:auto;
	clear:both;
	margin: 0 auto;
}

#footer  {
	margin: 0 auto;
	width: 900px;
	background-color: #010101;
	color: #fff;
	text-indent: 1em;
	padding-bottom: 2px;
}