@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/METALBLACK2.jpg);
}


#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/nutsbolts.gif);
	background-repeat: repeat-y;
	height: 1500px;
}
#main {
	float: right;
	width: 797px;
}
#header {
	height: 101px;
	clear: both;
	margin-bottom: 15px;
	margin-top: 10px;
}
#nav {
	height: 42px;
	clear: both;
}
#left {
	float: left;
	width: 140px;
	margin-left: 5px;
}
#content {
	float: right;
	width: 640px;
}
#footer {
	height: 60px;
	clear: both;
}
.white {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: lighter;
}
.red {
	color: #FF0000;
}
body,td,th {
	font-size: medium;
}
p {
	font-size: large;
}
