
/* set up nice hover over menu items */
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 3px;
}

#nav-menu li a
{
/*background: url(background.gif) #fff bottom left repeat-x;*/
height: 2em;
line-height: 2em;
float: left;
width: 5em;
display: block;
border: 0.1em solid #bcbce9;
background-color:white;
color: #0d2474;
text-decoration: none;
text-align: center;
font-weight: bold;
}

#nav-menu li a:hover
{
/* background: url(background.gif) #fff bottom left repeat-x;*/
height: 2em;
line-height: 2em;
float: left;
width: 5em;
display: block;
border: 0.1em solid #000000;
color: white;
background-color:blue;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
position:absolute;
position:fixed;
z-index:3;
top : 60px;
left : 40px;
width : 760px;
}

/* set fixed background image */
body
{
background: url("http://sadmog.morrisminor.com/images/sadmog_body.jpg") no-repeat fixed; 
position:absolute;
top:0px;
left:0px;
z-index:0;
}

#content
{
position:absolute;
top:120px;
left:15px;
width:780px;
z-index:1;
}

#floatingcontent
{
position:absolute;
top:120px;
left:15px;
width:780px;
z-index:4;
}

#headimage
{
position: absolute;
position:fixed;
z-index:2;
top:0px;
left:0px;
width:800px;
height:60px;
}


