body{
margin:0;
padding:0;
line-height: 1.5em;
font: 75% Arial, Helvetica, sans-serif;

}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/

}

#topsection{
/*background: #cccccc;
height: 70px; /*Height of top section*/*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin-left: 500px; /*Set left margin to LeftColumnWidth*/
}
# magnetics{
 position:relative;
 /*left: 10px;*/
 
}
#magnetics_but input{
	border:1px solid #000000;
	background: white;
	font-size:100%;
	/*font-weight: bold;*/
	width:85px;
}
#magnetics_but  input:hover{
	background: black;
	color:white;
}
#magnetics_but  a:link {
	color: black;
	text-decoration: none;
    }
#magnetics_but  a:hover {
	color: red;
	text-decoration: none;
    }
#magnetics_but  a:visited {
	color: black; 
	text-decoration: none;
}
# material{
 position:relative;
 left: 10px;
 
}
#material_but input{
	border:1px solid #000000;
	background: white;
	font-size:100%;
	/*font-weight: bold;*/
	width:85px;
}
#material_but  input:hover{
	background: black;
	color:white;
}
#material_but  a:link {
	color: black;
	text-decoration: none;
    }
#material_but  a:hover {
	color: red;
	text-decoration: none;
    }
#material_but  a:visited {
	color: black; 
	text-decoration: none;
}
# substrate{
 position:relative;
 left: 10px;
 
}
#substrate_but input{
	border:1px solid #000000;
	background: white;
	font-size:100%;
	/*font-weight: bold;*/
	width:85px;
}
#substrate_but  input:hover{
	background: black;
	color:white;
}
#substrate_but  a:link {
	color: black;
	text-decoration: none;
    }
#subtrate_but  a:hover {
	color: red;
	text-decoration: none;
    }
#substrate_but  a:visited {
	color: black; 
	text-decoration: none;
}
# thickness{
 position:relative;
 left: 10px;
 
}
# coating_rate{
 position:relative;
 /*left: 10px;*/
 
}
# std_mags{
 position:relative;
 left: 10px;
 
}
# ffe_mags{
 position:relative;
 left: 10px;
 
}

# hy_mags{
 position:relative;
 left: 10px;
 
}
# r_mags{
 position:relative;
 left: 10px;
 
}

#leftcolumn{
float: left;
width: 500px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
background: white;
}

#footer{
clear: left;
width: 100%;
background:#cccccc;
color: black;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 5px;
}