/*The top 2 style rules - body and #Frame - are extremely important for centering a block-level element on the page. The rules fix an IE bug that incorrectly treats block level elements as inline elements. */

body {
text-align: center;
background: #000;
}

a img {
border: 0px;
}

#Frame {
width: 486px;
text-align: left;
margin: auto;
}

#Header {
position: absolute;
color: #000;
width: 486px;
height: auto;
top: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

#Main {
position: absolute;
border-bottom: 21px solid black;
background: #ccc;
color: #000;
width: 486px;
height: 1700px;
top: 21px;
}

#BrucePortrait {
position: absolute;
background: #fff;
color: #000;
width: 486px;
height: 261px;
top: 0px;
left: 0px;
border-bottom: 21px solid black;
}

#TitleBlock {
position: absolute;
background: #aaa;
color: #000;
width: 283px;
height: 146px;
top: 0px;
}

#TributeTitle {
position: absolute;
width: 253px;
top: 17px;
left: 10px;
text-align: right;
}

.TributeTitleText {
font-family: Verdana, Arial, sans-serif;
font-size: 36px;
font-weight: normal;
color: #fff;
}

.TributeTitleSubText {
font-family: Times, serif;
font-size: 21px;
font-style: italic;
color: #fff;
}


#ToBruceFans {
position: absolute;
color: #000;
top: 290px;
left: 40px;
width: auto;
}

#ToBruceFansSub {
position: absolute;
color: #000;
top: 340px;
left: 40px;
width: 410px;
}

#BodyCopy {
position: absolute;
color: #000;
top: 440px;
left: 40px;
width: 410px;
height: 1500px;
}

.Headline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}

.SubHeadline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
}

.BodyText {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;

}

.Gray10{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}

.LightGray10{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ccc;
}

.Black12B{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
font-weight: bold;
}

.Blue16B{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #0000ff;
font-weight: bold;
}