body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	background-color:#000;
	margin-top:0px;
	background-image:url(steel/background.jpg);
	background-repeat:repeat-x;
}
#container {
	background-color:#fff;
	width:760px;
	margin-top:0px;
	margin-right: auto;
	margin-left:auto;
	color:#000000;
	background-image:url(steel/surlogo.jpg);
	background-repeat:no-repeat;
}

#nav a:link, #nav a:visited
{
margin-left:20px;
margin-top:75px;
margin-bottom:10px;
float: left;
color: #000;
text-decoration: none;
font-size:80%;
font-weight:bold;
}
#nav a:hover {
text-decoration:underline;
color:#000;
}

.content {
line-height:150%;
font-size:90%;
border-bottom:1px solid #ccc;
margin:20px 15px;
display:block;
clear:both;
}
.rightblock {
float:right;
margin:0 0px 15px 15px;
}
.leftblock {
float:left;
margin:0 15px 15px 0;
}


a:link, a:visited{color:#f00; }

a:link#current,a:visited#current, a:hover
{
color: #000;
text-decoration: none;
}

h1, h2, h3 {
margin:0;
}
p { 
margin-top:4px;
}
#footer { 
line-height:150%;
margin:20px auto;
display:block;
clear:both;
font-size:80%; 
color:#888; 
text-align:center;
}
#footer a { margin-right:5px; text-decoration:none; color:#888;}
#footer a:hover { color:#000; }

#productnav a:link, #productnav a:visited
{
margin-left:20px;
margin-top:20px;
float: left;
color: #fff;
text-decoration: none;
font-weight:bold;
}
#productnav a:hover {
text-decoration:underline;
color:#FF0000;
}

