
/*	all presentation instructions for everything unless overidden ...	
	- change bg color,
	- change image,
	- mod content panel
	- change position of title
*/


/*		Major Screen divs	*/
#container {
background-color	:	#f0f0f0;
/*
background-color	:	#94c4d3;
*/
}

#header
{
background-image : url("/furn/head_paul.jpg");
border-bottom	:1px solid	#94c4d3;
}
#navbar {
border-bottom	:2px solid	#94c4d3;
}
#content
{
padding : 30px 0px 40px 40px;
}
#footer
{
border-top	:2px solid	#94c4d3;
}

.pageTitle {
position : relative;
top : 5px;
}


