body {
background-color: #7f3d00;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0px;
}

/* Basic style for the navigation column */

#left-column {
border: 3px #bf5c00 solid;
padding: 10px;
background-color: #ffb980;
position: absolute;
top: 0px;
left: 0px;
width: 15%;
z-index: 2;
}

/* Basic style for the links in the navigation column */

#left-column a:link {
font-weight: bold;
text-decoration: none;
color: #663100;
}

#left-column a:visited {
font-weight: bold;
text-decoration: none;
color: #663100;
}

#left-column a:hover {
font-weight: bold;
text-decoration: none;
color: white;
}

/* Basic style for the specials column */

#right-column {
border: 3px #bf5c00 solid;
padding: 10px;
background-color: #663100;
text-align: right;
position: absolute;
top: 100px;
right: 5%;
width: 15%;
z-index: 1;
}

/* Basic style for the links in the specials column */

#right-column a:link {
font-weight: bold;
color: white;
text-decoration: none;
}

#right-column a:visited {
font-weight: bold;
color: white;
text-decoration: none;
}

#right-column a:hover {
font-weight: bold;
color: #ffb980;
text-decoration: none;
}

/* The main title of the page. */

h1 {
font-size: 2em;
font-weight: bold;
color: #ffffff;
background-color: #ff7d00;
background-image: url(https://www.westciv.com/courses/course_info/css_level2/images/tangerine_fade.gif);
background-repeat: repeat-y;
background-position: right;
height: 100px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-left: 20%;
font-style: italic;
letter-spacing: 0.5em;
border-bottom: 600px #bf5c00 solid;
margin-bottom: -600px
position: relative;
z-index: 0;
}

/* The first (narrower) text box. */

#center {
background-color: #ffffff;
width: auto;
margin-left: 20%;
margin-right: 25%;
margin-bottom: 30px;
position: relative;
z-index: 4;
}

#center p {
padding-left: 1em;
padding-right: 1em;
}

/* The second (wider) text box. */

#center-wide {
background-color: #ffffff;
width: auto;
margin-left: 5%;
margin-right: 5%;
position: relative;
z-index: 3;
}

#center-wide p {
padding-left: 1em;
padding-right: 1em;
}

/* The main headings for each of the text boxes. */

h2 {
font-size: 1.5em;
font-style: italic;
font-weight: bold;
color: #ffffff;
background-color: #bf5c00;
text-align: right;
margin-top: 0px;
letter-spacing: 0.5em;
}