

/*	all presentation instructions for everything unless overidden ...	*/

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

#header
{
background-image : url("/furn/head_ruth.jpg");
border-bottom : 1px solid #ffa560;
}
#navbar {
border-bottom : 2px solid #ffa560;
}

#content
{
padding : 30px 0px 40px 40px;
}

#footer
{
border-top : 2px solid #ffa560;
}

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


