body {
	background: #fff url(http://www.tigertruck.com/images/body-bkg.gif) repeat-y;
	padding:0;
	margin:0;
	color: black;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 1em;
left: 0px;
width: 150px;
}

#menu dt {
	cursor: pointer;
	background: #c0c0c0 url(http://www.tigertruck.com/images/transpaw.gif) no-repeat 0 0;
    padding-left: 20px;
	margin-left: 5px;
	margin-bottom: 1em;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
#menu dt a {color: #000; text-decoration:none}
#menu dt a:hover {color: #fff;}

#menu dd {
position: absolute;
z-index: 100;
left: 150px;
margin-top: -1.4em;
width: 160px;
background: #e0e0e0;

}

#menu ul {
padding: 0;
}
#menu li {
text-align: left;
border-bottom: solid 1px gray;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #000000;

}
#menu li a {
color: #000;
text-decoration: none;
display: block;
padding: 4px;


}

#menu li a:hover {
text-decoration: none;
background: #c0c0c0;
color: #fff;
}


* html #menu li a {height: 1%;}

#content {margin: 1em 10% 1em 180px;}



select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}
#flash {
	float: right;
	margin: 0 0 0 1.5em;
	padding: 0;
	border: solid 1px #000;
	}
	
/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

h1 {
	font: normal 200% Georgia, "Times New Roman", Times, serif;
	color: #003366;
}

.imgL {
	float: left;
	margin: 0 1.5em 1em 0;
	}
.imgR {
	float: right;
	margin: 0 0 1em 1em;
	}
	
div.float {
  float: left;
  padding-right: 15px;
  margin-bottom: 1.5em;
  height: 200px;
  
  }
  
div.float p {
   text-align: center;
   font-size: 80%;
   }

div.spacer {
  clear: both;
  }	