@charset "utf-8";
/* Princess.css */
/* CSS Document for Princess-Savanna.com layout and formatting */
/* CSS Document - modified and expanded from Dreamweaver examples */
/* by Ned Buratovich www.imagiNed-Web-Design.com March 2010 */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6B164E;
	background-color: #87CDFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-image: url(images/clouds.gif);
	background-repeat: repeat;
}
.thrColFixHdr #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/Castle_Backdrop-stretch.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 
.thrColFixHdr #header {
	/*	padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 400px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	padding-right: 4px;
	padding-left: 26px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding-right: 26px;
	padding-left: 8px;
	margin-top: 0px;
	padding-top: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 28px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 6px;
} 
.thrColFixHdr #footer {
	height: 292px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/Castle_Backdrop-stretch-footer.png);
	background-repeat: no-repeat;
	position: relative;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.centered {  /* for use with a fixed width object */
margin-left:auto;
margin-right:auto
}

.thrColFixHdr #container #mainContent p {
	margin-top: 0px;
	margin-bottom: 7px;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: 18pt;
	text-align: center;
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 15pt;
}
.thrColFixHdr #container #sidebar1 a {
	color: #6B164E;
	background-image: url(images/YellowHaze.png);
	padding: 3px;
}
.thrColFixHdr #container #sidebar1 a:hover {
	color: #FFFF33;
	background-image: url(images/PurpleHaze.png);
}
.thrColFixHdr #container #sidebar1 ul{
	margin-left: 0px;
	padding-left: 24px;
}
.thrColFixHdr #container #sidebar1 ul li{
list-style-image: url(images/heart_bullet.gif);	
margin-bottom: 8px;
}
.ref_mark {
	font-weight: bold;
	color: #FFFF00;
	font-size: 130%;
}
#apDiv_LeftSlot {
	position:absolute;
	left:205px;
	top:250px;
	width:auto;
	height:auto;
	z-index:1;
}
#apDiv_RightSlot {
	position:absolute;
	left:475px;
	top:250px;
	width:auto;
	height:auto;
	z-index:1;
}
#apDiv_Heart {
	position:absolute;
	left:614px;
	top:53px;
	width:auto;
	height:auto;
	z-index:3;
}
#apDiv_Bear {
	position:absolute;
	left:829px;
	top:-128px;
	width:147px;
	height:150px;
	z-index:1;
}

#apDiv_FooterContent {
	position:absolute;
	left:240px;
	top:54px;
	width:359px;
	height:156px;
	z-index:1;
}

#apDiv_SubFooter {
	position:absolute;
	left:15px;
	top:215px;
	width:908px;
	height:74px;
	z-index:1;
	color: #FFFF66;
	font-size: 90%;
}

