p.left {
	width: 400px;
	height: 400px;
}

div.right {
	margin-bottom: 0px;
	/*height: 380px;*/
	min-height: 380px;
}

h2.primary {
	margin-bottom: 0px;
}

h3 {
	margin: 0px;
	border: 0px;
	padding: 0px;
	height: 50px;
}

body.furniture h3 	{ background-image: url(../images/h3_furniture.gif); }
body.lighting h3 	{ background-image: url(../images/h3_lighting.gif); }
body.storage h3		{ background-image: url(../images/h3_storage.gif);	}
body.consumer h3	{ background-image: url(../images/h3_consumer.gif);	}
body.medical h3		{ background-image: url(../images/h3_medical.gif);	}
body.technology h3	{ background-image: url(../images/h3_technology.gif); }
body.other h3		{ background-image: url(../images/h3_other.gif);}

body.fig2 h3		{ background-image: url(../images/h3_fig20.gif);}

.project_title		{font-weight: bold;}

.small				{font-size: 0.7em;
						text-align: left;
						line-height: 1.2em;}
						
p.normal_height	{line-height: normal;}

/*****************************************************************************/
/** CAPTIONS:  Change this element's display from "none" in order			**/
/** 		   to enable captions on the image switcher.					**/

span#display_caption {
	display: none;
}

/*****************************************************************************/
/** The thumbnail bar.														**/

#thumbnails {
	width: 80px;
	margin: 0px 0px 0px 5px;
	float: left;
}

#thumbnails p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}



#thumbnails img {
	display: block;
	margin: 0px;
	border: 0;
	padding: 0px;
}



#thumbnails p.caption {
	display: none;
}


/*****************************************************************************/
/** Archive Navigation Buttons												**/

div.buttons {

	float: right;
	width: 400px;
	text-align: right;
}

#buttonwrapper {
	float: right;
}

div.buttons a {
	display: block;
	float: left;
	height: 20px;
}

div.buttons a:link, div.buttons a:visited {	
	background-position: 0px 0px;
}

div.buttons a:hover, div.buttons a:active {
	background-position: 0px -20px;
}

div.buttons a#prev {
	width: 59px;
	background-image: url(../images/b_prev.gif);
}

div.buttons a#main {
	margin: 0px 1px 0px 1px;
	width: 41px;
	background-image: url(../images/b_main.gif);
}

div.buttons a#next {
	width: 54px;
	background-image: url(../images/b_next.gif);
}


