body { 
     background-image: url(images/new-background.jpg);
     background-color: #000000;
     font-family: "Times New Roman";
     font-weight: bold;
     color: #663300;
     font-style: italic;
}

#container { margin-left: auto;
             margin-right: auto;
             width:100%;
}



#leftcolumn { 
    width: 15%;
    height: 80%;
    border: none;
    font-size: 100%;
    float: left;
}

#header { 
    width: 75%;
    height: 200px;
    border: none;
    float: left;
    font-size: 100%;
    padding: 10px;
}



#rightcolumn { 
    width: 75%;
    border: none;
    float: left;
    font-size: 100%;
    padding: 10px;
}

h1 {
     color: #663300;
     line-height: 175%;
     font-family: "Times New Roman";
}


h3 { 
     width: 300px;
     background-color: #663300;
     color: #ffffff;
     line-height: 175%;
     font-family: "Times New Roman";
     font-style: italic;
     font-weight: bold;
}

h4 {
     width: 200px;
     background-color: #996600;
     color: #ffffff;
     line-height: 175%;
     font-family: "Times New Roman";
     font-style: italic;
     font-weight: bold;
}


h5 {
     width: 250px;
     background-color: #996600;
     color: #ffffff;
     line-height: 175%;
     font-family: "Times New Roman";
     font-style: italic;
     font-weight: bold;
}

.options { 
     color: #330000;
     line-height: 175%;
     font-family: "Times New Roman";
     font-size: large;
     text-decoration: underline;
}


.times {
     color: #996600;
     line-height: 125%;
     font-family: "Times New Roman";
     font-size: medium;
}
            

h6 { 
     line-height: 175%;
     font-family: "Times New Roman";
     color: #663300;
     font-style: italic;
     font-weight: bold;
}
