body {     
background-color: black;     
font-family: Garamond, Times New Roman, Courier New;      
color: white;     
border:none;
}

h1,h2,h3,h4,h5 {
font-family:  Garamond, Times New Roman;
color: white;
	}
a          {
color: white;
font-weight:bold;
}

a:link     {
color: white;
}

a:visited  {
color: white;
}

a:hover    {
color: #68100a;
text decoration:underline; 
}

a:active   {
color: white;
}

a img {
border:none
}

#leftpic { 
         

position: absolute;
left:10px;        
top:5px;        
width:366px;         
height:555px;
	 
}

#quote {
position: absolute;
font-weight: bold; 
font-style:italic;
font-size:17pt;
color:cornsilk;
top: 620px;
width: 100%;
z-index: 4;
}

#main1 {
position: relative;
top:0px;
margin-left:auto;
margin-right:auto;
width:836px;
z-index:1;
}

#content { 
 
position: absolute;
top:225px;
left:138px;       
font-size:16;        
height:380px;
width:585px;        
overflow-x: visible;
overflow-y: auto;
z-index:2;
}


#copy {
position:absolute;
top:710px;
width:100%;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#video {
position: absolute;
top:250px;
left:132px;
width: 570px;
height: 365px;
z-index: 3;
}

#music {
position: absolute;
top:220px;
left:130px;
width: 570px;
height: 365px;
z-index: 3;
}

#homepic {
color: #B40404;
position: absolute;
top:200px;
left:132px;
width: 570px;
height: 372px;
z-index: 3;
}