@charset "utf-8";



/* PAGE HEADER (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#pageheader {
	background: #FFF url(../images/aboutpagehead.jpg) no-repeat;
}





/* BODY WRAPPER
-------------------------------------------------------------------*/
#body {
	position: absolute;
	top: 194px;
	left: 0;
	width: 912px;
	height: 2264px;
	background: #FFF;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}



/* LEFT NAVIGATION (PAGE SPECIFIC)
-------------------------------------------------------------------*/
#leftnavwrap {
	height: 2264px;
	background: #666 url(../images/leftnav.jpg) no-repeat;
}

#leftnav {
	height: 200px;
}

#history a:link, #history a:visited {
	color: #666;
	background-color: #FFF;
}



/* CONTENT WRAPPER
-------------------------------------------------------------------*/
#content { 
 	position: absolute;
	top: 50px;
	left: 220px;
	width: 662px;
	background: transparent;
}

#content h2 {
	margin: 20px 0 0 0;
}


#content p {
	line-height: 16px;	
}


/* INTRO TEXT
-------------------------------------------------------------------*/
#historyintro { 
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
 	font-size: 16px;
	color: #4D4D4D;
	margin: 12px 0 0 0;
}



/* IMAGES
-------------------------------------------------------------------*/
#cars, #building, #boiler, #pahor, #newbuilding {
	padding: 12px 0 0 15px;
	text-align: center;
}

#pahor{
	width: 220px;
}

.caption {
	font-size: 10px;
	padding: 8px 0 0 0;
}




/* FOOTER AND GOODBYE
-------------------------------------------------------------------*/
#footer {
	position: absolute;
	top: 2458px;
	left: 0;
}

#goodbye {
	position: absolute;
	top: 2508px;
	left: 0;
}