/* stylesheet.css */

body {
	font-size: 12pt;
      	font-family: "Helvetica","Arial", sans-serif;
      	color: black;
      	background: url(disc.gif);
      	background-attachment: fixed;
}

/* Make headings Times New Roman bold with generous line spacing */

h1 {
	font: 24pt "Cooper Black", "Times New Roman";
    	font-weight: bold;
    	line-height: 30pt;
}

h2 {
	font: 18pt "Cooper Black", "Times New Roman";
    	font-weight: bold;
    	line-height: 22pt;
}

h3 {
	font: 14pt "Cooper Black", "Times New Roman";
    	font-weight: bold;
    	line-height: 18pt;
}


/* Place box for potential sponsors on the page */

div.box {
	border: 1px solid;
       	background: #99ffff;
	border-width: thin;
        width: 65%;
}

/* Let's see if we can design a 2-part web page... */

#container
{
width: 95%;
margin: 3px auto;
line-height: 100%;
}

#top
{
padding: .5em;
border-bottom: 1px solid black;
text-align: center;
}

#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#content
{
margin-left: 200px;
padding: 1em;
max-width: 36em;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
text-align: center;
border-top: 1px solid black;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
