/* GENERIC STYLES */
body
{
	font: .7em Verdana, Arial, Helvetica, sans-serif;	
	padding: 0px;	
	margin: 30px;
	background: #FFF;
}
h2
{
	font-size: 1em;
	text-transform: uppercase;
}
h3
{
	font-size: 1em;
}
h4
{
	font-size: 1em;
	font-style: italic;
}
p
{
	line-height: 1.5em;
}
a
{
	text-decoration: none;
	color: #000;
}

/* HIDE LAYERS */
div#header, div#nav, div#nav_redundant, div#symbol, div#contact, div#ticker, div#w3c, div#edge_photo, div#left_photo, div#ProcessedSteel, div#MetalFraming, div#PressureCylinders, div#JointVentures, div#Steelpac
{
	visibility: hidden;	
	position: absolute;
	top: 0px;
	left: 0px;
}

