body {
	background-image:url(images_template/background.gif);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#ece9d8;
}

#header {
	width:800px;
	margin:0 auto 0 auto;
	padding-bottom:12px;
	background-image:url(images_template/line_with_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#ffffff;
}

#header_image {
	width:460px;
	height:90px;
	padding:20px 10px 10px 330px;
	text-align:right;
	background-color:#ffffff;
	background-image:url(images_template/header.gif);
	background-position:top left;
	background-repeat:no-repeat;

	font-size:x-small;
}

#header_image .links {
	font-size:small;
}


#wrapper {
	width:800px;
	margin:0 auto 0 auto;
	padding:20px 0 60px 0;
	background-color:#ffffff;

	background-image:url(images/background_handshake.jpg);
	background-repeat:no-repeat;
	background-position:bottom;

}





/* CUSTOMISATIONS - apply as body id */

#files #wrapper {
	background-image:url(images/background_files.jpg);
}

#home #wrapper {
	background-image:url(images/background_home.jpg);
}

#spiritlevel #wrapper {
	background-image:url(images/background_spiritlevel.jpg);
}

#compass #wrapper {
	background-image:url(images/background_compass.jpg);
}

#scales #wrapper {
	background-image:url(images/background_scales.jpg);
}

#contact #wrapper {
	background-image:url(images/background_contact.jpg);
}







#wrapper_bottom {
	width:800px;
	height:12px;
	clear:left;
	margin:0 auto 0 auto;
	background-image:url(images_template/line_with_shadow.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}


#main {
	width:560px;
	margin:0 0 0 229px;
	padding:0 0 20px 0;
	list-style-type:square;
}


/*   NAVIGATION   */

#nav {
	width:180px;
	padding-left:8px;
	float:left;
	margin-bottom:20px;
}

#nav ul {
	color:#ffffff;
	margin:0 0 20px 0;
	padding:0;
	font-size:xx-small;
	line-height:140%;
}

#nav ul li {
	width:100%;
	list-style-type:none;
	text-align:right;
	margin:0 0 1px 0;
}

#nav .selected {
	/* font-weight:bold; */
}

#nav ul li a:link,#nav ul li a:active,#nav ul li a:visited {
	width:166px; 
	padding:30px 4px 2px 10px;
	display:block;
	background-color:#dadde6;     /* #dadde6; */
	text-decoration:none;
	color:#606278;                /* #909298; */
}

#nav ul li a:hover {
	width:166px;
	padding:30px 4px 2px 10px;
	display:block;
	background-color:#f5d8d6;     /* #f5d8d6; */
	text-decoration:none;
	color:#806f6e;                /* #a28f8e; */
}

/*   NAV SUBMENU   */

#nav ul li ul {
	color:#ffffff;
	margin:0;
	padding:0;
	font-size:small;
	line-height:120%;
}

#nav ul li ul li {
	width:100%;
	list-style-type:none;
	text-align:left;
	margin: 1px 0 0 0;
}

#nav ul li ul li a:link,#nav ul li ul li a:active,#nav ul li ul li a:visited {
	width:146px; 
	padding:2px 4px 2px 30px;
	display: block;
	background-color:#eef4f1;
	font-style:italic;
	text-decoration:none;
	color:#666666;
}

#nav ul li ul li a:hover {
	width:146px;
	padding:2px 4px 2px 30px;
	display: block;
	background-color:#00447c;
	font-style:italic;
	text-decoration:none;
	color:#ffffff;
}



/* SLOGAN AREA */

#nav_sloganarea {
	width:180px;
	padding:4px 0 4px 0;
	margin:0 0 20px 0;
	background-color:#d9e1d9;
	text-align:right;
}

#nav_sloganarea p {
	margin:0 4px 8px 4px;
	font-size:x-small;
	color:#666666;
	line-height:180%;
}

#nav_sloganarea .highlight {
	font-size:xx-small;
	color:#c8241a;
}

/* QUICK FORM */

#nav_quickform {
	width:180px;
	padding:4px 0 4px 0;
	margin:0 0 20px 0;
	background-color:#dadde6;
	text-align:right;
}

#nav_quickform p {
	margin:0 4px 6px 4px;
	font-size:x-small;
	color:#666666;
	line-height:180%;
}

#nav_quickform input {
	width:96px;
	height:12px
	font-size:14px;
}






/* MAILLIST STUFF */


#nav_maillist {
	width:180px;
	background-color:#e5ecf2; /* e6f5fc; */
	padding:0 0 8px 0;
	margin:0;
	font-size:x-small;
}

#nav_maillist p {
	padding-left:8px;
	margin-top:2px;
	margin-bottom:6px;
}


/*   FOOTER   */


#footer {
	width:800px;
	margin:0 auto 0 auto;
	padding:0;
	text-align:center;
	background-color:#ffffff;
	color:#e0e0e0;
}


#footer_nav {
	font-size:small;
	margin:.5em;
}

#footer_legal {
	font-size:x-small;
	margin:.5em;
}

#footer ul {
	margin:4px 0 6px 0;
}

#footer li {
	list-style-type:none;
	margin:1em;
	display:inline;
}

#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#3f567f;
}

#footer a:hover {
	text-decoration:none;
	color:#c8241a;

}



/*  BACK TO TOP */

#top_of_page {
	width:590px;
	margin:0 0 0 200px;
	padding:0;
	text-align:center;
	font-size:x-small;
}



/*   LINKS   */

a:link, a:active, a:visited {
	color:#3f567f;
	text-decoration:none;
}

a:hover {
	color:#c8241a;
	text-decoration:underline;
}



/*   TURN OFF NOT PRINTING ITEMS   */

#header_print {
	display:none;
}

#footer_print {
	display:none;
}