body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
#wrap {
/* max width was 1200 nick changed to 3200 for better expansion */
	max-width: 3200px;
	background:   url(images/twocol-bg.gif) repeat-y 70% 0;
	}
#header {
	margin: 0;
	padding: 10px 20px;
	background: #369 url(images/forklift-excavator-tick.jpg) no-repeat bottom right;
	
	}
#header h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 300%;
	color: #fff;
	}
#header h1.mission {
	
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 150%;
	color: #FFCB2D;
	}
 #header ul {
	margin: 0;
	padding: 0;
	color: #fff;
	}
	
#content {
	float: left;
	width: 70%;
	}
#content div {
	padding: 0 40px 0 20px;
	}
#sidebar {
	float: right;
	width: 30%;
	}
#sidebar div {
	padding: 20px;
	}

	
	/* tab menu stuff */
#nav {

  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  background: #FFCB2D url(images/nav_bg.gif) repeat-x bottom left;
  }
  #nav ul {

  width:90%;
  margin: 0 46px;
    }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 95%;
    }
#nav a {
  float: left;
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  color: #333;
  text-decoration: none;
  border: 1px solid #9B8748;
  border-bottom: none;
  background: #F9E9A9 url(images/off_bg.gif) repeat-x top left;
  }
#nav a:hover, body#home #t-home a, body#training #t-training a, body#licence #t-licence a, body#links #t-links a, body#contact #t-contact a, body#firstaid #t-firstaid a, body#bobcat #t-bobcat a, body#cherry #t-cherry a {
  color: #333;
  padding-bottom: 5px;
  border-color: #727377;
  background: #fff url(images/on_bg.gif) repeat-x top left;
  }
.clear{
clear:both;
}


/* end tab menu stuff */

/* Indestructible box */

.container {
  float: left;
  margin: 20px 0;
  padding: 0;
  color: #666;
  background: url(images/rounded-right.gif) top right no-repeat;
  } 
.desc {
  margin: 0;
  padding: 9px 9px 0 9px;
  background: url(images/rounded-left.gif) top left no-repeat;
  }
.link {
  margin: 0;
  padding: 0 0 0 9px;
  background: url(images/rounded-left.gif) bottom left no-repeat;
  }
.link em {
  display: block;
  padding: 0 9px 9px 0;
  font-style: normal;
  background: url(images/rounded-right.gif) bottom right no-repeat;
  }
.container a {
  font-size: 130%;
  color: #e70;
  }
/* end Indestructible box */

/* footer stuff */
#footer {
	clear: both;
	padding: 5px 5px;
	background: #cc9;
	}
	
#footer p {
	font-size: 80%;
	line-height: 80%;
	}
	
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #336699;
}

/* Hacks for non standard browsers */

/* Hide from IE5/Mac \*/
* html #footer { height:1%; }
/* End Hide from IE5/Mac  */
