@charset "utf-8";
/* CSS Document */


img, div { behavior: url(iepngfix.htc) }


a:active, a:focus {
	outline: 0;
}

body{
	background: url(images/bg_body.jpg) no-repeat #533524 top center;
	margin: 0;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #3d2416;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 932px;
}

#header {
	width: 100%;
	text-align: left;
/*	background-color:#999999; */
	height: 83px;
	background: url(images/Art_Title.png) no-repeat top left;
	vertical-align: bottom;
}

#matte {
	padding: 8px;
	border: 25px solid #1e120c;
	background: url(images/bg_yellowtile.gif);
	width: 866px;
	position: relative;
	overflow: auto;
}

#content {
	width: 470px;
	min-height: 340px;
	padding: 50px 342px 50px 50px;
	border: 2px solid #1e120c;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	overflow: visible;
	
}

#necklace {
	width: 431px;
	height: 500px;
	z-index: 999;
	float: right;
	position: absolute;
	margin-left: 530px;
}

#nav {
	height: 23px;
	position: absolute;
	margin: 60px 0px 0px 0px;
	width: 560px;
	text-align: left;
	color: #f38f1d;
}

#footer{
	color: #3d2416;
	width: 932px;
	text-align: right;
	position: relative;
	height: 20px;
	font-size: 12px;
}

a:link, a:visited {
	color:#f38f1d;
	text-decoration: none;
}
a:hover, a:active {
	color:#ebc974;
	text-decoration: none;
}

h2 {
	font-size: 22px;
	color: #a3551a;
	padding: 0 0 15px 0;
	margin: 0;
}

p {
	padding: 0 0 5px 0;
	margin: 0;

}

a {
	color:#f38f1d;
}
