/* basic elements */

body {
	color: #801B21;
	background: url('images/body_bcg.jpg') center repeat;
	font-family: Verdana;
	font-size: 10px;
}

img {

	border: none;
}

a {
	color: #801B21;
	text-decoration: underline;
}

/* background images */

#common_bcg {
	position: absolute;
	width: 1008;
	height: 675;
}

#unique_bcg {
	position: absolute;
	top: 149;
	left: 186;
	width: 592;
	height: 363;
}

/* scrollable div - overall */

#fullContentCont{
	position: absolute;
	top: 2;
	left: 5;
	height: 359;
	width: 530;
	clip: rect(0px 530px 359px 0px);
	overflow: hidden;
	visibility: hidden;
}

#fullContent{
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 530;
}

/* scrollable div - left */

#contentIndexCont {
	position: absolute;
	top: 2;
	left: 5;
	height: 241;
	width: 120;
	clip: rect(0px 120px 241px 0px);
	overflow: hidden;
	visibility: hidden;
}

#contentIndex {
	font-weight: 500;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 120;
}

/* scrollable div - right */

#contentTextCont {
	position: absolute;
	top: 2;
	left: 140;
	height: 359;
	width: 395;
	clip: rect(0px 395px 359px 0px);
	overflow: hidden;
	visibility: hidden;
}

#contentText {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 395;
}

/* content formatting */

.contentTitle {
	font-weight: bold;
	font-size: 16px;
}

/* overlay images */

#dolls {
	position: absolute;
	top: 410;
	left: 180;
	width: 165;
	height:	126;
}

#dolls_text{
	position: absolute;
	left: 325;
	top: 529;
	visibility: hidden;
}

#wheel {
	position: absolute;
	left: 688;
	top: 432;
	width: 236;
	height: 239;
}

#wheel_text{
	position: absolute;
	top: 529;
	left: 578;
	visibility: hidden;
}

#bird{
	position: absolute;
	top: 0;
	left: 697;
}

#bird_text{
	position: absolute;
	top: 54;
	left: 848;
	visibility: hidden;
}

#hook{
	position: absolute;
	top: 314;
	left: 890;
}

#hook_text{
	position: absolute;
	top: 366;
	left: 886;
	visibility: hidden;
}

#key{
	position: absolute;
	top: 285;
	left: 788;
}

#key_text{
	position: absolute;
	top: 202;
	left: 843;
	visibility: hidden;
}

#bell{
	position: absolute;
	top: 265;
	left: 64;
}

#bell_text{
	position: absolute;
	top: 270;
	left: 58;
	visibility: hidden;
}

/* scrolling images - left */

#indexUp {
	position: absolute;
	left: 294;
	top: 394;
	width: 21;
	height: 19;
}

#indexDown {
	position: absolute;
	left: 294;
	top: 416;
	width: 21;
	height: 19;
}

/* scrolling images - right */

#contentUp {
	position: absolute;
	left: 754;
	top: 394;
	width: 21;
	height: 19;
}

#contentDown {
	position: absolute;
	left: 754;
	top: 416;
	width: 21;
	height: 19;
}

/* guestbook */


