
a, a:link, a:visited {
color: #565160;
}

#fixed {
background-color: #DFE9D7;
width: 1000px;
margin: 0 auto;
border: 1px white solid;
}

#main {
padding: 5px;
}

#left {
vertical-align: top;
width: 300px;
}

#center {
width: 400px;
vertical-align: top;
}

#right {
width: 300px;
vertical-align: top;
}

#bio {
width: 380px;
height: 450px;
padding: 5px;
overflow: auto;
}

#facts {
width: 380px;
height: 300px;
padding: 5px;
overflow: auto;
}

#credits {
width: 260px;
height: 800px;
padding: 5px;
overflow: auto;
}

body {
background-image: url(bg.png);
background-repeat: repeat;
background-attachment: fixed; 
}

body  td{
font-family: arial;
font-size: 10pt;
line-height: 12pt;
}

.dropcap { 
float:left; 
font-size: 35pt; 
line-height: 20pt; 
font-family: verdana; 
font-weight: 500;
color: #BBBBBB;
}
 
hr {
height: 5px;
border: 1px dotted white;
width: 100%;
color: #856F8B;
background-color:#578630;
margin-bottom: 5pt;
}
.lines {border-radius: 50px;border: 1px dotted #578630;width: 75px;}
.title {
font-size: 26pt; 
line-height: 15pt; 
letter-spacing: -2px;
font-family: arial; 
font-weight: none;
text-transform: lowercase;
color: #1E9490;
display: block;
text-align: right;
text-shadow: #606060 1px 1px 2px;

}

.subtitle {
font-size: 13pt; 
font-family: arial;
text-transform: lowercase;
letter-spacing: -1px;
font-weight: bold;
color: #578630;
text-align: left;
display: block;
}

.small {
font-size: 8pt;
font-family: monospace;
color: #578630;
}

::-webkit-scrollbar {    
height: 12px;
width: 12px;
background: #DFE9D7;    
}

::-webkit-scrollbar-thumb {    
background: #578630;    
-webkit-border-radius: 1ex;    
}

::-webkit-scrollbar-corner {  background: #578630;}

-moz-scrollbar {    height: 12px;width: 8px;background: #578630;    }
-moz-scrollbar-thumb {    background: #edcc86;    -webkit-border-radius: 1ex;    
-moz-scrollbar-corner {    background: #DFE9D7;}



