html {
        margin: 0;
        padding: 0;
        }

body {
        font-family: "garamond", "times new roman", times, serif;
	font-size: 125%;
        color: #000000;
        background-color: #ffffff; 
        background-repeat: no-repeat;
        background-position: left top;
        background-attachment: fixed;
        }

a:link {
        color:#000000;
        }

a:hover {
        color: #009a63;
        }

a:visited {
        color: #009a63;
        }

#container { 
        color: #666655; 
        padding: 0 0 0 300px;  
        margin: 0; 
        }

#pageHeader h1 { 
        background: transparent url(http://www.nebula5.org/z//imgjaz/logo.jpg) no-repeat top left;
        margin-top: 45px;
        margin-right: 800px;
        margin-bottom: 45px;
        margin-left: 60px;
        display: block;
        width: 643px;
        height: 39px;
        float: left;
        clear: both;
        }

#pageHeader h1 span {
        display:none
        }

#divHeader h2 { 
        background: transparent url(http://www.nebula5.org/z/imgjaz/links.jpg) no-repeat top left;
        margin-top: 10px;
        margin-right: 800px;
        margin-bottom: 5px;
        margin-left: 60px;
        display: block;
        width: 147px;
        height: 26px;
        float: left;
        clear: both;
        }

#divHeader h2 span {
        display:none
        }

#mainText {	
        padding: 10px 0 0 0; 
        margin-bottom: 40px;
        }

#copyright {	
        text-align: center;
        font-style: italic;
        font-size: 14px;
        }

h1, h2 {
        text-align: center;
        }

p.logo {
        text-align: center;
        }


p.intro {
        font-weight: bold;
        font-style: italic;
        text-align: left;
        margin-left: 25px;
        }
        
       
#links {
        font-weight: normal;
        }
        
#links li {
        margin-top: 1px;
        }
        
#links li ul {
        font-weight: normal;
        font-style: italic;
        }
