/* * * * * * * * * * * * */
/* SHOWROOM CSS          */
/* * * * * * * * * * * * */
#history{
	float:left;
	margin:48px 0 0 114px;
	width:533px;
	}
	#history h1{
		margin:0;
		padding:0;
		color:#DD7D0C;
		font-size:1.2em;
		font-weight:normal;
		}
	#history h2{
		margin:16px 0 0 0;
		padding:0;
		color:#544749;
		font-size:1em;
		font-weight:bold;
		}			
	#history p{
		margin:0;
		padding:0 0 20px 0;
		color:#493B3F;
		font-size:1em;
		}
	#history p.highlight{
		font-weight:bold;
		color:#2699C3;
		}
	#history a.highlight{
		font-weight:bold;
		color:#2699C3;
		text-decoration:none;
		}
		#history a.highlight:hover{
			text-decoration:underline;
			}
#history_nav{
	float:left;
	margin:70px 0 0 0;
	padding:0 0 0 0;
	}
	#history_nav ul{
		list-style-type:none;
		margin:0;
		padding:0;
		}
	#history_nav li{
		}
	#history_nav a{
		color:#DD7D0C;
		text-decoration:none;
		font-size:0.9em;
		}
		#history_nav a:hover{
			text-decoration:underline;
			}
#history_img{
	float:left;
	margin:70px 0 0 36px;
	}
	
#content_spacer{
	margin:10px 0 0 0;
	}
	#content_spacer img{
		vertical-align:bottom;
		}