body {
	width: 750px;
	margin: 0 auto;
	background:#E5E5E5;
	text-align: center;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

div#wrapper {
	background:url(images/mechmetalsnavbglong.jpg) repeat-y;
}

	.links, .links a, .links a img {
		margin:0;
		padding:0;
		border:0;
		list-style:none;
	}
	
	li.mainlink a {
		width: 750px;
		height: 135px;
		display:block;
		text-indent:-9999px;
	}
	
		ul#header li.mainlink a {
			background:url(fwimages/mechmetalsheader.jpg);
		}
		
		ul#footer li.mainlink a {
			background:url(fwimages/mechmetalsfooter.jpg);
		}
		
		ul#lefthandnav.links {
			float:left;
			width:100px;
			height: 100%;
		}
		
			ul#lefthandnav.links li {
				float:left;
			}
		
		ul#footer {
			clear: both;
			overflow: hidden;
			height:135px;
		}
		
		ul#footer.links li ul.links {
			position:relative;
			bottom: 125px;
			font-size:7pt;
			width:57%;
			margin: 0 auto;
		}
		
			ul#footer.links li ul.links li {
				display: inline;
			}
	
	li.email a {
		width: 81px;
		height: 41px;
		background:url(fwimages/mechmetalsemail_dn.jpg);
		display:block;
		text-indent:-9999px;
	}
	
		li.email a:hover {
			background:url(fwimages/mechmetalsemail_up.jpg);
		}
		
		ul#header li.email {
			top: 70px;
			margin-left: -190px;
			position:absolute;
			display:inline;
		}
		
		ul#footer li.email {
			bottom: 100px;
			position:relative;
			float:left;
			left:485px;
		}
	
	li.quote a {                                  
		width: 81px;
		height: 41px;
		background:url(fwimages/mechmetalsquote_dn.jpg);
		display:block;
		text-indent:-9999px;
	}
	
		li.quote a:hover {
			background:url(fwimages/mechmetalsquote_up.jpg);
		}
		
		ul#header li.quote {
			top: 70px;
			margin-left: 210px;
			position:absolute;
			display:inline;
		}
		
		ul#footer li.quote {
			bottom: 100px;
			position:relative;
			float:left;
			left:495px;
		}
	
	li.espanol a {
		width: 81px;
		height: 41px;
		background:url(fwimages/mechmetalsespanol_dn.jpg);
		display:block;
		text-indent:-9999px;
	}
	
		li.espanol a:hover {
			background:url(fwimages/mechmetalsespanol_up.jpg);
		}
		
		ul#footer li.espanol {
			bottom: 150px;
			position:relative;
			float:left;
			left:610px;
		}
		
		div#content {
			width:630px;
			float:right;
			margin:10px;
		}

