body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #de0084;
	padding: 0;
	margin: 0;
}

*	{
	margin: 0;
	padding: 0;
}

div#container {
	background-image: url(artwork/shadow.gif);
	background-repeat: repeat-y;
	/*
	border: white solid 1px;
	*/
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

div#logo {
	width: 281px;
	height: 149px;
	position: absolute;
	top: 0px;
	left: 0px;
}

div#mirror {
	width: 464px;
	height: 573px;
	position: absolute;
	top: 109px;
	left: 13px;
}

div#bagsonhooks {
	width: 150px;
	height: 206px;
	position: absolute;
	top: 490px;
	left: 363px;
}

div#heartbangle {
	width: 100px;
	height: 198px;
	position: absolute;
	top: 250px;
	right: -19px;
}

div#tomsshoes {
	width: 29px;
	height: 435px;
	position: absolute;
	top: 65px;
	left: 470px;
}

div#hbracelet {
	width: 100px;
	height: 231px;
	position: absolute;
	top: 660px;
	left: 35px;
}

div#navheader {
	background-color: #de0084;
	/*
	border: blue solid 1px;
	*/
	width: 750px;
	height: 40px;
	color: white;
	text-align: right;
	padding-right: 50px;
}

div#contentcontainer {
	background-color: #ffffff;
	background-image: url(artwork/shadowcontent.gif);
	background-repeat: repeat-y;
	border: #000000 solid 1px;
	margin-left: auto;
	margin-right: auto;
	width: 716px;
}

div#content {
	background-color: #f4b6d5;
	border: #000000 solid 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 684px;
}

div#rightcolumn a img	{
	border: none;
}


div#rightcolumn {
/*
	border: #ff00ff solid 1px;
	*/
	width: 230px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

div#leftcolumn {
/*
	border: #ff00ff solid 1px;
	*/
	width: 420px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

div#specialscontainer {
/*
	border: #00ff00 solid 1px;
	*/
	background-image: url(artwork/shadowspecials.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 630px;
	margin-bottom: 0;
	width: 420px;
	text-align: center;
	padding: 0;
}

div#specials {
	background-color: #ffffff;
	border: #de0084 solid 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 370px;
	text-align: center;
	padding: 20px 5px 20px 5px;
}

div#contentfooter {
/*
	border: blue solid 1px;
	*/
	width: 100%;
	clear: both;
}

div#footer {
/*
	border: blue solid 1px;
	*/
	background-color: #de0084;
	width: 100%;
	color: white;
}
