@charset "UTF-8";
html { overflow-y: scroll; 
       -webkit-text-size-adjust:none;
}
body  {
	font: 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #f0eae0;
	margin: 30px 0px 0px 0px; /* 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: #827B73;
}
.thrColFixHdr #container { 
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #DDDDDD; 
	height: 186px;
	background-image:url('images/layout/hdr80_2.png'); 
} 

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 10px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/layout/l_edge.png) repeat-y left top;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar1 p {
	margin: 0px;
	padding: 0px 0px;
	height:458px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 10px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:  url(images/layout/r_edge.png) repeat-y right top;  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	
}
.thrColFixHdr #sidebar2 p {
	margin: 0px;
	padding: 0px 0px;
	height:458px;
}

.thrColFixHdr #mainContent { 
	margin: 0 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:439px;
	
} 

.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 75px;
	background-image:url('images/layout/ftr80.png'); 
} 
.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;
}
#apDiv1 {
	position: relative;
	width:284px;
	height:458px;
	z-index:1;
	left: 486px;
	top: 0px;
}
#apDiv2 {
	position: relative;
	width:800px;
	height:99px;
	z-index:2;
	left: -20px;
	top: -269px;
}
#apDiv3 {
	position: relative;
	width:200px;
	height:46px;
	z-index:3;
	left: 128px;
	top: 90px;
}
#apDiv4 {
	position: relative;
	width:499px;
	height:22px;
	z-index:3;
	left: 113px;
	top: 112px;
}
#apDiv4a {
	position: relative;
	width:499px;
	height:22px;
	z-index:3;
	left: 157px;
	top: 112px;
}

<!--
#apDiv5 {
	position:relative;
	width:377px;
	height:57px;
	z-index:4;
	left: 222px;
	top: -44px;
}
#apDiv6 {
	position:relative;
	width:377px;
	height:57px;
	z-index:4;
	left: 222px;
	top: -22px;
}
#apDiv7 {
	position:relative;
	width:110px;
	height:172px;
	z-index:5;
	left: 682px;
	top: -176px;
}

#apDiv8 {
	position:relative;
	width:48px;
	height:48px;
	z-index:6;
	left: 10px;
	top: -163px;
}
#apDiv9 {
	position:relative;
	width:48px;
	height:48px;
	z-index:6;
	left: 10px;
	top: 9px;
}
#notwh {
	position:relative;
	width:48px;
	height:48px;
	z-index:7;
	left: 726px;
	top: -38px;
}
#nofbh {
	position:relative;
	width:48px;
	height:48px;
	z-index:7;
	left: 670px;
	top: -86px;
}
#stave {
	position: relative;
	width:800px;
	height:44px;
	z-index:30;
	left: 10px;
	top: 70px;
	filter:alpha(opacity=18);
	-moz-opacity:0.18;
	-khtml-opacity: 0.18;
	opacity: 0.18;
}
#stave2 {
	position: relative;
	width:800px;
	height:44px;
	z-index:30;
	left: 10px;
	top: 92px;
	filter:alpha(opacity=18);
	-moz-opacity:0.18;
	-khtml-opacity: 0.18;
	opacity: 0.18;
}

#apad {
	position:relative;
	height:20px;
	z-index:31;
}
/*______________________ * * * Page variations * * *_______________________________*/

/*________________________________ Profile About __________________________________*/
.abt_side_len {height:560px; }
/*________________________________ Profile Prod __________________________________*/
.pro_side_len {height:740px; }
/*________________________________ Profile Comp __________________________________*/
.com_side_len {height:590px; }
/*________________________________ Profile Biog __________________________________*/
.bio_side_len {height:1080px; }
/*________________________________ Profile Discog __________________________________*/
.dis_side_len {height:5372px; }
/*________________________________ Profile Awards __________________________________*/
.awa_side_len {height:643px; }

/*________________________________ Media Music __________________________________*/

.mus_side_len {height:518px; }
/*________________________________ Profile Movies __________________________________*/
.mov_side_len {height:2146px; }

/*________________________________ Media Photos __________________________________*/
.pho_side_len {height:1020px; }
/*________________________________ Media Interviews __________________________________*/
.int_side_len {height:518px; }
/*________________________________ Media Reviews __________________________________*/
.rev_side_len {height:570px; }

/*________________________________ FAQ __________________________________*/
.faq_side_len {height:558px; }
/*________________________________ Contact __________________________________*/
.con_side_len {height:558px; }
/*________________________________ More __________________________________*/
.mor_side_len {height:688px; }
