@charset "utf-8";
/* CSS Document */

/* set the image to be used for a white box with a coloured background */
.whitebox_in_right_nav, .whitebox_in_right_nav_2,.whitebox_in_right_nav_body, .whitebox_in_right_nav_head, .whitebox_in_right_nav_head h2, .whitebox_in_right_nav_head h3 { 
	background: transparent url(../../images/colour_schemes/archive_house/whitebox_colour_background.png) no-repeat bottom right;
	overflow:hidden;
	margin: 0px;
	padding:0px;
} 

/* set the image to use and establish the lower-right position */ 
 .colourbox, .colourbox_thin, .colourbox_body, .colourbox_head, .colourbox_head h2, .colourbox_head h3 { 
	background: transparent url(../../images/colour_schemes/archive_house/colourbox.png) no-repeat bottom right;
	overflow:hidden;
} 



/* set the image to use and establish the lower-right position */ 
 .colourboxContent, .colourboxContent_thin, .colourboxContent_full, .colourboxContent_body, .colourboxContent_body, .colourboxContent_head, .colourboxContent_head h2, .colourboxContent_head h3 { 
	background: transparent url(../../images/colour_schemes/archive_house/colourbox_in_content.png) no-repeat bottom right;
	overflow:hidden;
} 

/* set the colour of the background used for the header and footer */ 
#title, #footernav{
	background:url(../../images/colour_schemes/archive_house/colour.png) repeat;
}