body{
    font-family: "Adobe Caslon Pro", "Georgia" , "Trebuchet MS" , "Garamond" ,"Times New Roman" ;
    font-size: 36px;
    color: #666666;
    background: #000000;
	background-repeat:no-repeat;
	border:none;
	margin:0px;
    text-align:center;
	width:100%;
	max-width: 100px;
	text-transform:lowercase ;
}
body#about{
	width:96%;
	max-width:96%;
	text-align: center ;
}
a:link {
    text-decoration: none;
    color: #666666;
}
a:visited {
    text-decoration: none;
    color: #666666;
}
a:hover {
    text-decoration: none;
    color: #A60C06;
	cursor:pointer ;
}
a:active {
    text-decoration: none;
}
span.red {
	color: #A60C06;
	font-style: italic;
}
a:hover img{
	filter:alpha(opacity=100);
	opacity:1 ;
}
a img{
	filter:alpha(opacity=60);
	opacity:.6 ;
}
#red{
	color: #A60C06 ;
}
#home_top{
	text-align:center;
	cursor:pointer;
}
#thumb{
	width:800px;
	position: relative;
	left:50%;
	margin-left:-400px;
	text-align:center;
}
 
table{ 
	background-repeat: no-repeat ;	
}
div.bottom{
	width:96%;
	position: absolute;
	bottom: 100px;
	text-align:center;
}	
#about{
	font-size:24px;
	margin:2%;
	text-align:justify;
	text-transform:lowercase;
}
#copy{
	font-size:9px;
}