/*

  Andy Brown TWM 16/12/03
  IMAGINE project 

  Assumes the correct box model:
  width = width + left border + right border +left padding + right padding

  For more information on the hacks and fixes in this stylesheet please visit
  http://glish.com/css/
  
*/

/* IE 6 background colour flush fix */
h1, h2, h3, h4, h5, h6, p {
	position: relative;
} 

/* set up some font sizes */
h1 {
	font-size: 150%;
	margin: 0px;
	margin-bottom: 5px;
}

h2 {
	font-size: 120%;
	margin: 20px 0px 5px 0px;
}

h3 {
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}

p {
	padding: 5px;
	margin: 5px;
}

img {
	border: none;
}

body {
	background: #FF7c00;
	color: white;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

