body { margin: 2%; line-height: 1.2; background-attachment: fixed; background-image: url(Pics/stars.JPG);}

#body
{
float: left;
margin-bottom: 30px;
position: relative;
width: 80%;
height: 100%;
overflow: visible;
}

#footer
{
float: none;
margin-bottom: 30px;
width: 100%;
overflow: visible;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: none;
height: 3.0em;
margin: 0.1em;
}

#nav-menu li a
{
font-family: sans-serif;
font-size: 10pt;
background: url(Pics/button.GIF) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: none;
width: 9em;
display: block;
border: 5px ridge #dcdce9;
color: #0000FF;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
font-family: sans-serif;
font-size: 10pt;
background: url(Pics/button2.GIF) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: none;
width: 9em;
display: block;
border: 5px ridge #dcdce9;
color: #FFD700;
text-decoration: underline;
text-align: center;
}

#nav-menu li a:active
{
font-family: sans-serif;
font-size: 10pt;
background: url(Pics/button3.GIF) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: none;
width: 9em;
display: block;
border: 5px ridge #dcdce9;
color: #FFD700;
text-decoration: line-through;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none;
}
/* End hide */

#nav-menu
{
font-family: sans-serif;
font-size: 10pt;
float: left;
text-align: center;
width: 9em;
margin-bottom: 30px;
margin-right: 24px;
}



