
.basic #overall { 
    position: relative;
    width: 780px;
    height: 100%;
    margin: 0 auto;
    border: 1px solid black;
    bottom: 15px;
    top: 15px;
}

.align_right {
    text-align: right;
}

.footer {
    position: absolute;
    bottom: 5px;
}

.basic #header {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight: normal;    
    background: #b8d6c1;
    background-image: url(images/background.jpg);
    color: #ffffff;
    font-size: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    height: 50px;
    border-bottom: 1px solid black;
} 

.basic #headerBottomLeft {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.basic #headerBottomRight {
    font-weight: normal;    
    font-size: 12px;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.basic #content {
    padding-top: 30px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
}
.basic #content img {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.basic #content a {
    color: #914caa;    
    text-decoration: none;
}
.basic #content a:hover {
    color: #c668e8;    
    text-decoration: none;
}

.photo-right {
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}

.photo-left {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}

.photo {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}

.photo A {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}

.navbar {
    position: relative;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    font-weight: normal;    
    font-size: 16px;
    background: #ffffff;
    font-variant: normal;
}

.navbar a {
   border: 0px solid black;
}

.navbar a:hover {
    color: #c668e8;
}
    
.navbarCurrent a {
    color: #c668e8;
}