html, body
{
   height: 100%;
   margin: 0;
   padding: 0;
}
div#container
{
   min-height: 100%;
}
div#padding { padding: 0 0 100px 0; }
 
div#footer
{
   margin: -65px 0 0 0;
   /* ... other styles ... */
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
background: url(/images/background.gif) #fff bottom left repeat-x;
height: 18px;
line-height: 18px;
float: left;
width: 80px;
display: block;
border: 0.1em solid #dcdce9;
color: #000000;
text-decoration: none;
text-align: center;
}


#nav-menu li a:hover
{
color: #000055;
text-decoration: underline;
}


/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:630px
}