html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	background-color: #4A4E51;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

#outerWrapper {
	border: solid 1px #000;
	margin: 20px auto 10px auto;
	width: 900px;
	text-align: left;
	background: #FFFFFF;
}
#header  {
	height: 118px;
	background: #000000
	width: 900px;
}
#navBar {
	margin: 10px 30px 20px;
	height: 14px;
	width: 950px;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
}
#navBar img {
	height: 13px;
	width: 13px;
	position: relative;
	top: 2px;
	margin-right: 1px;
	margin-left: 1px;
}
#navBar a {
	position: relative;
	top: 0px;
}

#contentWrapper {
	background: url(images/piano1.jpg) no-repeat right bottom;
	position: relative;
	left: 30px;
	top: 0px;
	width: 870px;
}


#content {
	width: 570px;
	float: left;
}
#rightColumn {
	width: 240px;
	float: left;
	margin-left: 30px;
}
#rightColumn #contactInfo {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	background: #CC7605;
	padding-top: 28px;
	padding-bottom: 28px;
	border-top: 2px solid #000000;
	border-right: 10px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 10px solid #000000;
}
#rightColumn  #quote {
	color: #996600;
	margin: 22px 10px;
	font: bold 14px/22px Georgia, "Times New Roman", Times, serif;
}
#rightColumn #safetyBlock {
	height: 240px;
	width: 240px;
}


#contactInfo a, #contactInfo a:link, #contactInfo a:visited, #contactInfo a:hover, #contactInfo a:active, #contactInfo a:focus {
	color: #FFFFFF;
}

#content h1 {
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 8px;
}
#content h2 {
	color: #996600;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
#content h3 {
	color: #C57101;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
#content h4 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#content   p  {
	margin: 0px 0px 16px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #4A4E51;
}
#content ul {
	margin-top: 0px;
	color: #996600;
}
#content li {

}


#content  .bold {
	font-weight: bold;
	color: #000000;
}
#content .blackText {
	color: #000000;
}

a, a:link, a:visited {
  color: #0000CC;
  text-decoration: none;
}

a:hover, a:focus {
	color: #C57101;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.clearFloat {
	clear: both;
	display: block;
	height: 0px;
}
#footer  {
	background-color: #000000;
	background-image: url(images/footerbar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 92px;
	width: 900px;
}
#footerText {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	width: 840px;
	left: 30px;
	top: 42px;
}
#brightDesign, #brightDesign a, #brightDesign a:link, #brightDesign a:visited, #brightDesign a:active, #brightDesign a:hover, #brightDesign a:focus  {
	cfont-size: 11px;
	font-weight: bold;
	color: #999999;
	width: 900px;
	font-size: 11px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
}

