/* --------------------------------------------------------------
						   Langham Nursery
						   Website by NAP3/Andy Stubbs
						   Date: 19.10.06
--------------------------------------------------------------- */

/* colours
orange: #F39334
blue: #4773B4
dark blue rollover: #17396C
*/

/* ----- global styles ----- */
* { 
	margin: 0; 
	padding: 0; 
	}
	
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F39334;
	}
	
p { 
	font-size: 0.7em;
	line-height: 1.3;
	color: #000000;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	color: #000000;
	}
	
a:link, a:active, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
a:hover { 
	color: #FF0000;
	}

img {
	border: 0;
	}

hr {
	display: none;
	}
	
/* ----- end global ----- */

#outer-wrapper {
	background: #FFFFFF url(../images/bg_header.gif) 0 0 repeat-x;
	position: relative;
	width: 100%;
	height: 421px
	}

#inner-wrapper {
	position: relative;
	width: 790px;
	margin: 0 auto;
	}

#header {
	position: relative;
	height: 44px;
	width: 790px;
	}
	
#header img {
	position: absolute;
	left: 10px;
	top: 44px;
	}
	
#header p {
	color: #FFFFFF;
	font-weight: bold;
	padding: 11px 0 0 10px;
	}
	
#header a:link, #header a:active, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header a:hover { 
	color: #17396C;
	}

#content {
	position: relative;
	margin: 88px 0 0 0;
	width: 790px;
	}



	
	