@charset "utf-8";
body { 
    background-color: #000000; 
    background-image: url(../images/leather.jpg); 
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
}

/* locating the various sections in window */
div.head {
    position: relative; 
    top: 30px;
    height: 110px; 
    text-align: center;
}

div.cont { 
    position: relative;
    top: 55px;
    height: 25px;
    text-align: center;
    }    

div.main {
    position: relative;
    top: 80px;
    width: 100%;
    height: 100%;
    margin-bottom: 60px;
} 

div.navigation {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
    
div.list {
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 5px;
   }

ul {
   padding: 5px;
   margin-left: 20em;
   list-style-type: disc;
   width: 30em; 
}

li {
   text-align: left;
}

/* settings for para headings */
h1 {
   color: green;
   background: transparent;
   text-align: center;
   font-family: "Times New Roman", Times, serif;
   }


h3 { 
    color: blue; 
    background: transparent; 
    text-align: center; 
    font-family: Verdana, Arial, helvetica, sans-serif;
}
h4 { 
    color: green; 
    background: transparent; 
    text-align: left; 
    margin-left: 15%; 
    font-family: Verdana, Arial, helvetica, sans-serif;
}

/* settings for paragraphs */
p { 
    text-align: justify;
    margin-left: 15%; 
    margin-right: 15%;
}
p.pic { 
    text-align: left; 
}
p.copy { 
    color: black; 
    background: transparent; 
    margin-left: 15%; 
    text-align: left; 
    font-family: "Times New Roman", Times, serif; 
    font-size: smaller; 
    font-style: italic; 
}
p.addr {
	background: transparent;
	text-align: center;
}
/* settings for links */
a:link { 
    color: #FF0000; 
    background: transparent; 
    text-decoration: none; 
}
a:visited { 
    color: #00FF00; 
    background: transparent; 
    text-decoration: none; 
}
a:active { 
    color: #0000FF; 
    background: transparent; 
    text-decoration: none; 
}

/* settings for tables */
table {
    border-collapse: collapse; 
    border: 1px solid; 
    border-spacing: 0; 
    width: 65%; 
    margin-left: auto; 
    margin-right: auto; 
}
th { 
    padding: 4px 6px; 
    border: 1px solid; 
}
td { text-align: left; 
    padding: 4px 6px; 
    border: 1px solid; 
}

/* settings for picture gallery */
span.pictitle { 
    color: blue; 
    background: transparent; 
    font-family: Verdana, Arial, helvetica, sans-serif; 
    font-size: 20px; 
}
img.left { 
    float: left; 
    border-width: 0; 
    margin-right: 10px; 
}
img.right { 
    float: right; 
    border-width: 0; 
    margin-left: 10px; 
}

/* misc settings */

