#logo {

Position: absolute;

top: 18px;

left: 32px;

width: 150px;

height: 90px;

background-image: url(/images/logo.jpg);

background-repeat: no-repeat;



}


#bar {
	Position: absolute;
	top: 57px;
	left: 178px;
	width: 800px;
	height: 10px;
	background: #FF0000;
	

}


#quote {

Position: absolute;

z-index: 6;
top: 78px;

left: 470px;

width: 400px;

height:110px;

background-image: url(/images/quote.jpg);

background-repeat: no-repeat;



}





#gray {

Position: absolute;
z-index: 1;
top: 108px;

left: 100px;

width: 75px;

height:1400px;

background: #F7f7f7;

}


#title {
	font-size: 20pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	font-style: oblique;
	Position: absolute;
	z-index: 5;
	top: 110px;
	left: 181px;
	width: 300px;
	height: 100px;
 }
#menu {

font-size: 10pt;
 font-family: Tahoma, Geneva, sans-serif;
 color: #969696;
 text-align: left;
 font-weight: 600;


Position: absolute;
z-index: 6;
top: 160px;

left: 26px;

width: 92px;

height: 190px;


 }
 

#content {
	font-family: Georgia, serif;
	font-weight: 400;
	Position: absolute;
	z-index: 7;
	top: 212px;
	left: 156px;
	width: 750px;
	height: 1100px;


 }
 
 #past {
position: absolute;
top: 350px;
left: 26px;
width: 92px;
font-size: 10pt;
 font-family: Tahoma, Geneva, sans-serif;
 color: #969696;
 text-align: left;
 font-weight: 600;

z-index: 6;
	margin: 0;
	padding: 0;
	height: 1em; }

#past li {
	list-style: none;
	float: left; }

#past li a {
	 color: #969696;
	text-decoration: none; }
    
    #past li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	}
    
    #past li:hover ul {
	display: block;
	color: #969696;
	position: absolute;
	margin: 0;
	padding: 0; }
    
#past li:hover li {
	float: none; }

#past li:hover li a {
	
	text-decoration: none;
	color: #969696; }

#past li li a:hover {
text-decoration: underline;
	color: #000; }

