/* Because of Fixed Graphic Background - most floating divs replaced by AP Divs */


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: #EACF35;
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/starsglow1.gif);
}
.thrColFixHdr #container {
	width: 950px; /* 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-color: #000000;
	position: relative;
	height: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#apDivMenuBar {
	position:absolute;
	left:-18px;
	top:81px;
	width:990px;
	height:36px;
	z-index:100;
}


#apDivHeadline {
	position:absolute;
	left:0px;
	top:118px;
	width:950px;
	height:50px;
	z-index:1;
}

.thrColFixHdr #header {
	height: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	/*	padding-left: 20px; */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #sidebar1 {
	position: absolute;
	left: 0px;
	top: 175px;
	width: 175px;
	height: 562px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 44px;
}
.thrColFixHdr #sidebar2 {
	position: absolute;
	left: 734px;
	top: 175px;
	width: 170px;
	height: 562px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 48px;
	padding-left: 6px;
}
.thrColFixHdr #mainContent {
	position: absolute;
	left: 222px;
	top: 175px;
	height: 575px;
	width: 486px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	z-index: 1;
} 
.thrColFixHdr #footer {
	position: absolute;
	left: 0px;
	top: 754px;
	height: 197px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 930px;
} 

.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;
}
.hanging_indent {
text-indent: -50px;
padding-left: 50px;
} 


.frame_button {
	background-image: url(../images/images_home/button_frame.png);
	background-repeat: no-repeat;
	height: 169px;
	width: 141px;
	position: relative;
	z-index: 20;
	left: 14px;
}

a.frame_button_pic {
	height: 131px;
	width: 106px;
	left: 18px;
	top: 19px;
	border-style: none;
	text-align: center;
	color: #EACF35;
	font-weight: bold;
	font-size: 17px;
	display: block;
	position: absolute;
	z-index: 21;
}
a.frame_button_pic:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.thrColFixHdr #container #sidebar1 #cats_characters a.frame_button_pic {
	background-image: url(../images/images_home/cat_chars_button.jpg);
}
.thrColFixHdr #container #sidebar1 #cats_characters a.frame_button_pic:hover {
	background-image: url(../images/images_home/cat_chars_hover.gif);
}
.thrColFixHdr #container #sidebar1 #face_paint a.frame_button_pic {
	background-image: url(../images/images_home/face_paint_button.jpg);
}
.thrColFixHdr #container #sidebar1 #face_paint a.frame_button_pic:hover {
	background-image: url(../images/images_home/face_paint_hover.gif);
}
.thrColFixHdr #container #sidebar2 #other_entertainers a.frame_button_pic {
	background-image: url(../images/images_home/other_ent_button.jpg);
}
.thrColFixHdr #container #sidebar2 #other_entertainers a.frame_button_pic:hover {
	background-image: url(../images/images_home/other_ent_hover.gif);
}
.thrColFixHdr #container #sidebar2 #bands_music a.frame_button_pic {
	background-image: url(../images/images_home/bands_music_button.jpg);
}
.thrColFixHdr #container #sidebar2 #bands_music a.frame_button_pic:hover {
	background-image: url(../images/images_home/bands_music_hover.gif);
}


.Ent_SS_frame {
	background-image: url(../images/SS_frame_transp.png);
	background-repeat: no-repeat;
	height: 430px;
	width: 423px;
	position: absolute;
	left: 40px;
	top: 90px;
}
.SS_frame {
	background-image: url(../images/SS_frame_transp.png);
	background-repeat: no-repeat;
	height: 378px;
	width: 423px;
	position: absolute;
	left: 40px;
	top: 105px;
}
.SS_frame_slides {
	height: 253px;
	width: 295px;
	left: 62px;
	top: 62px;
	position: relative;
}

.thrColFixHdr #container #mainContent img {
	border: 5px double #D3AE4D;
}
.thrColFixHdr #container img.linkpic {
	border: 5px double #D3AE4D;
}

.thrColFixHdr #container #mainContent h1 {
	text-align: center;
}
.thrColFixHdr #container #header h1, h2, h3 {
	text-align: center;
}
.thrColFixHdr #container #sidebar1 img {
	border: 2px solid #D3AE4D;
}
.thrColFixHdr #container #sidebar2 img {
	border: 2px solid #D3AE4D;
}
.thrColFixHdr #container #mainContent #center_frame {
	position: relative;
	background-image: url(../images/enlargement_frame.jpg);
	background-repeat: no-repeat;
	height: 491px;
	width: 496px;
	left: -6px;
	z-index:8;
}

#center_frame_pic {
	position:absolute;
	left:36px;
	top:33px;
	width:426px;
	height:422px;
	z-index:9;
}

#center_frame_pic_vid {
	position:absolute;
	left:0px;
	top:39px;
	width:426px;
	height:422px;
	z-index:9;
}

.thrColFixHdr #container #mainContent #center_frame img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #mainContent #caption_text {
	text-align: center;
}
.thrColFixHdr #container #mainContent a {
	color: #EACF35;
}
.thrColFixHdr #container #mainContent a:hover {
	color: #FFFFFF;
	background-color: #A90000;
}
.thrColFixHdr #container div.linktxt a {
	color: #EACF35;
}
.thrColFixHdr #container div.linktxt a:hover {
	color: #FFFFFF;
	background-color: #A90000;
}
.thrColFixHdr #container #footer a {
	color: #EACF35;
}
.thrColFixHdr #container #footer a:hover {
	color: #FFFFFF;
	background-color: #A90000;
}

#sub_footer {
	position:absolute;
	left:0px;
	top:935px;
	width: 930px;
	height:34px;
	z-index:5;
	padding-right: 20px;
	padding-left: 20px;
}

.thrColFixHdr #container #sub_footer a {
	color: #EACF35;
}
.thrColFixHdr #container #sub_footer a:hover {
	color: #FFFFFF;
	background-color: #A90000;
}

#apDivContact {
	position:absolute;
	left:750px;
	top:673px;
	width:150px;
	height:75px;
	z-index:200;
	text-align: center;
	background-image: url(../images/Gold-Envelope-Contact.jpg);
}
.thrColFixHdr #container #apDivContact a {
	color: #EACF35;
	font-weight: bold;
}
.thrColFixHdr #container #apDivContact a:hover {
	color: #FFFFFF;
}

