/*
   CIS 363_B
   Class Project
   Author: Herbert Russell
   Date: March 15, 2013  

   Filename:         style.css
   Supporting Files: 

*/
body {background-color: black; color: white; background-image: url(page_background.jpg)}
a {text-decoration:none; color: rgb(128, 128, 64); font-size: 16}
#glossaryList{text-align: left; margin-top:0}
#glossaryList a {text-decoration:none; color: white; font-size: 20}
#glossaryList a:hover {background-color: rgb(128, 128, 64)}
#glossaryList li {display: inline; margin: 0 0 0 0; padding: 0 5 0 5}
#glossary {margin: 0 0 0 0; height: 10px}
#title {position: absolute; top: 0; left: 0; width: 100%; border-bottom: 4px solid rgb(128, 128, 64); background-color: black;height: 130px}
#left {position: absolute; left: 10px; top: 10px width: 100; height: 100}
#right {position: absolute; right: 10px; top: 10px width: 100; height: 100}
#title h1  {line-height: .08; color:rgb(128, 128, 64); text-align: center; font-size: 72; font-family: script}
#navagation {text-align: center; position:absolute; top:70; left:250}
#nav_list a {text-decoration:none; color: white; font-size: 25}
#nav_list a:hover {background-color: rgb(128, 128, 64)}
#nav_list li {display: inline; margin: 0 0 0 0; padding: 0 5 0 5}
#content {position: absolute; left 0px; top: 70px; width: 95%} 
#content p {text-indent: 2em; font-size: 30; margin-bottom:0}
#content b {color: rgb(128, 128, 64)}
#content h2 {text-align: center; font-size: 72; color: rgb(128, 128, 64)}
#content h3 {text-align:left; font-size:56; color:rgb(128, 128, 64); font-weight:bold; line-height:.3}
#content dt {font-size: 30; color: rgb(128, 128, 64); font-weight: bold}
#content dd {color: white; font-size: 20}
#footer {position:fixed;bottom:0; left: 0; width: 100%; border-top: 4px solid rgb(128, 128, 64); background-color: black;  height:15px}
#footer p {text-align: center; font-size: 10; color: rgb(128, 128, 64); line-height:.05}
label {color:rgb(128, 128, 64); text-align:left}
#feedbackForm {clear:center; width:850px; border:20px inset rgb(128, 128, 64); background-color:black}