html {
	margin: 0;
	padding: 0;
	}
body { 
	background-image: url(backwm.jpg);
      background-repeat: no-repeat;
      background-attachment:fixed;
      background-position: 320 0;
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}

#topd { 
	background: url(backtile.png) repeat; 
	}

#midd {
	position: relative;
	bottom: 0px;
	left: 360px;
	z-index: 5;
	color: black;
	}

#bottomd {
	background: #93d559 ;
	position: fixed;
	bottom: 0px;
	left: 360px;
	z-index: 5;
	color: white;
	}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
}

#nav-menu li a
{
background: url(buttonback.png) no-repeat;
height: 30px;
line-height: 30px;
width: 240px;
display: block;
color: white;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover {
background-image: url(buttonbackhover.png);
text-decoration: none;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width: 320px;
} 
