.DollBigFont {
	color: purple;
	font-size: 24px;
	font-family: "Comic Sans MS", Chalkboard, "Brush Script MT", cursive;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2em;
	margin: 40px auto 20px 0px;
	text-align: center;
	padding: 0px;
	}

.tIndent {
	text-indent: 20px;
}

#DollBanner {
	background-color:white;
	padding: 20px 10px 5px 10px;
	clear: both;
}
#DollBanner h3 {
	font-family: "Comic Sans MS", Chalkboard, "Brush Script MT", cursive;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color:purple;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#DollMain {
	height: 620px;
	width: 880px;
	background-color: #996699;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#DollImage {
	height: 600px;
	width: 420px;
	position:absolute;
	left: 10px;
	top: 10px;
	overflow:hidden;
}
#DollStory {
	background-color: white;
	height:580px;
	width: 410px;
	position:absolute;
	left: 440px;
	top: 10px;
	padding: 10px;
}

#DollStory h3{
	color: purple;
	font-size: 24px;
	font-family: "Comic Sans MS", Chalkboard, "Brush Script MT", cursive;
	font-weight: bold;
	font-style: normal;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px;
	text-align: right;

}
#DollStory h4{
	color: purple;
	font-size: 14px;
	font-family: "Comic Sans MS", Chalkboard, "Brush Script MT", cursive;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	text-align: right;

}
#DollStory p{
	color: black;
	font-size: 14px;
	font-family: sans-serif;
	line-height: 1.2em;

}

#DollNav {
	background-color:white;

	width: 440px;
	height: auto;
	margin: 0px 0px 25px 0px;
	padding: 0px 10px 0px 0px;
	text-align: center;
	clear: both;
}
