@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#444a4c;}


p { color:#000; margin-left:12px; margin-right:12px; text-align:left;
}

h1 { color:#444a4c; margin-left:6px; margin-right:6px; line-height:1%;
}

h2, h3, h4{ color:#444a4c; margin-left:6px; margin-right:6px; line-height:100%;
}




#all{ width:900px; margin-left:auto; margin-right:auto; padding:0; margin-top:6px;
}

#header{width:900px; margin:0; padding:0; background-color:#444a4c;
}

#right { float:right; width:900px; background-image:url(images/sheet_metal_bg.jpg); 
}

#footer { width:900px; margin:0; padding: 0; clear: both; background-color:#000000; height:76px; 
}

#bg{ background-image:url(images/b_bg.png); background-repeat:repeat; width:900px; height:20px; margin-left:auto; margin-right:auto; margin-top:22px; border:#000000, medium;
}

a:link {
	text-decoration:underline;
	color: #ce242b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ce242b;
}
a:hover {
	text-decoration: underline;
	color: #444a4c;
}
a:active {
	text-decoration: underline;
	color: #ce242b;
}

 .nav a:link{display:block; float:left; width:180px; height:20px; background-image:url(images/spacer.png); color:#444a4c; font-weight:bold; text-decoration:none; margin-top:2px;
}
 .nav a:visited{display:block; float:left; width:180px; height:20px; background-image:url(images/spacer.png); color:#444a4c; font-weight:bold; text-decoration:none; margin-top:2px;
}
 .nav a:hover{ background-image:url(images/rollover.gif); color:#000; text-decoration:none;
}

.navc{ display:block; float:left; width:180px; height:20px; background-image:url(images/rollover.gif); color:#000; font-weight:bold; margin-top:2px;
}