body {
    background-color: #000000;
    color: #999999;
    text-align: center;
}

#intro {
   margin-top: 220px;
   text-align: center;
}
   
#panel {
    width: 740px;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
    
#header {
    width: 700px;
}
    
h1 {
    color: #ffffff;
    padding-left: 20px;
}
    
#column1 {
    background-color: #990000;
    width: 380px;
    height: 380px;
    margin-left: 20px;
    padding: 10px;
    float: left;   
}
   
#column2 {
    background-color: #CC3300;
    width: 260px;
    height: 380px;
    margin-left: 440px;
    padding: 10px;
}
    
.title {
    font-size: 1em;
    font-weight: bold;
}
    
ul {
    padding-left: 20px;   
}
    
li {
    list-style-type: square;   
    padding-bottom: 10px; 
}
    
#column1 b {
    color: #FF9900    
}
    
    
a {
    color: #999999;
}


td {
    font-size: 16px;
}

.left_align {
    text-align: left;
}

.center_align {
    text-align: center;
}

.right_align {
    text-align: right;
}

#construction {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}

#navigation {
    margin-top: 40px;
}

#gallery {
    text-align: center;
}

.small {
    font-size: 11px;
}

#bio {
    text-align: left;
}