body {
	background: #6f6f6f url(../images/tile.gif) repeat fixed;
	font-family: arial;
	}
	
* {
	padding:0;
	margin: 0;
	}
	
p {
	color: #000;
	padding: 10px 0 10px 0;
	font-size:16px;
	}
	
a {
	color: #0397d6;
	}
	
h1 {
	font-size: 24px;
	color: #333;
	}
	
ul {
	margin: 0;
	padding: 10px 10px 10px 30px;
}
li {
	padding: 1px 0px 1px 5px;
}
	
.photo {
	padding: 10px;
	border: 1px solid #000;
	margin: 5px;
	float:right;
	}
	
.center {
	text-align: center;
	}
	
#truck {
	position: absolute;
	margin-top: -83px;
	}
	
/*Containers*/

#wrapper {
	width: 900px;
	margin: 10px auto;
	border: 2px solid #660000;
	padding: 0;
	}
	
#header {
	width: 900px;
	height: 231px;
	background: #707070;
	padding: 0;
	margin: 0;
	}
	
#logo {
	width: 900px;
	height: 145px;
	margin: 0;
	padding-left: 1px;
	text-align: center;
	}
	
#floater {
	position: absolute;
	width: 130px;
	height: 111px;
	margin: -111px auto 0 385px;
	padding: 0;
	}
	
#met {	
	width: 900px;
	height: 45px;
	background: #000 url(../images/met.gif) repeat-x;
	text-align: center;
	}
	
#met p{
	color: #fff;
	font-size: 38px;
	font-family: tahoma;
	font-weight: bold;
	padding: 0;
	}
	
#topbar {
	width: 900px;
	height: 25px;
	background: #fff url(../images/shaddow.gif) repeat-x;
	z-index: 100;
	}
	
#leftbar {
	width: 220px;
	height: 25px;
	background: #707070 url(../images/greyshaddow.gif) repeat-x;
	z-index: 100;
	}
	
#main {
	width: 900px;
	min-height: 400px;
	background: #707070 url(../images/greyrep.gif) repeat-y;
	}
	
#left {
	margin: 0;
	width: 220px;
	float: left;
	text-align: center;
	color: #fff;
	}
	
#left p{
	color: #fff;
	}
	
#content {
	width: 640px;
	min-height: 400px;
	margin: 0;
	padding: 20px;
	background: #fff;
	float: right;
	}

	
#footer {	
	clear: both;
	width: 900px;
	height: 45px;
	background: #000 url(../images/met.gif) repeat-x;
	}
	
#footer p{
	color: #fff;
	text-align: center;
	}
	
	

	
/*Calculator Stuff*/

.calin {
	list-style-type: none;
	width: 640px;
	padding: 0;
	margin: 0;
	}
	
.calin h3{
	text-decoration: underline;
	}
	
.calin a{
	text-decoration: none;
	}
	
.calin img {
	text-decoration: none;
	border: none;
	}
	
.calin li {
	width: 202px;
	height: 310px;
	float: left;
	padding: 2px;
	border: 1px solid #333;
	margin: 1px;
	text-align: center;
	}
	
.calin li:hover {
	border: 2px solid #333;
	padding: 1px;
	}

#column #submit input,
#slab #submit input,
#foot #submit input {
	margin-left: -49%;
	}
	
#column #result input,
#foot #result input {
	margin-left: -47%;
	}

#slab {
	width: 640px;
	height: 300px;
	background: #fff url(../calculator/images/pad.gif);
	}

#slab input {
	position: absolute;
	margin-left: -29%;
	background: #ccc;
	text-align: center;
	color: #c22;
	}
	
#slab #width {
	position: absolute;
	text-align: center;
	width: 100px;
	height: 200px;
	margin: 103px 0 0 0;
	}
	
#slab #thickness {
	position: absolute;
	text-align: center;
	width: 100px;
	height: 200px;
	margin: 58px 0 0 498px;
	}
	
#slab #length {
	position: absolute;
	text-align: center;
	width: 180px;
	height: 45px;
	margin: 270px 0 0 190px;
	}
	
#slab #result {
	position: absolute;
	text-align: center;
	width: 200px;
	height: 100px;
	margin: 122px 0 0 182px;
	}
	
#slab #submit {
	position: absolute;
	text-align: center;
	width: 69px;
	height: 22px;
	margin: 231px 0 0 514px;
	}
	
#column {
	width: 640px;
	height: 300px;
	background: #fff url(../calculator/images/column.gif);
	}

#column input {
	position: absolute;
	margin-left: -29%;
	background: #ccc;
	text-align: center;
	color: #c22;
	}
	
#column #quanity {
	position: absolute;
	text-align: center;
	width: 100px;
	height: 60px;
	margin: 130px 0 0 431px;
	}
	
#column #diameter {
	position: absolute;
	text-align: center;
	width: 100px;
	height: 70px;
	margin: 1px 0 0 431px;
	}
	
#column #height {
	position: absolute;
	text-align: center;
	width: 90px;
	height: 80px;
	margin: 130px 0 0 148px;
	}
	
#column #result {
	position: absolute;
	text-align: center;
	width: 154px;
	height: 40px;
	margin: 130px 0 0 240px;
	}
	

	
#column #submit {
	position: absolute;
	text-align: center;
	width: 69px;
	height: 22px;
	margin: 231px 0 0 448px;
	}
	
#foot {
	width: 640px;
	height: 300px;
	background: #fff url(../calculator/images/footer.gif);
	}

#foot input {
	position: absolute;
	margin-left: -29%;
	background: #ccc;
	text-align: center;
	color: #c22;
	}
	
#foot #thickness {
	position: absolute;
	text-align: center;
	width: 100px;
	height: 60px;
	margin: 130px 0 0 460px;
	}
	
#foot #width {
	position: absolute;
	text-align: center;
	width: 100px;
	height: 70px;
	margin: 225px 0 0 266px;
	}
	
#foot #length {
	position: absolute;
	text-align: center;
	width: 240px;
	height: 50px;
	margin: 40px 0 0 196px;
	}
	
#foot #result {
	position: absolute;
	text-align: center;
	width: 154px;
	height: 40px;
	margin: 130px 0 0 240px;
	}
	
#foot #submit {
	position: absolute;
	text-align: center;
	width: 69px;
	height: 22px;
	margin: 230px 0 0 448px;
	}
	
	
	
/*Navigation*/
#nav {
	width: 900px;
	height: 35px;
	margin: 6px 0 0 0;
	background: #c41230 url(../images/nav.gif) repeat-x;
	}
	
#nav ul {
	padding: 0;
	margin: 0 0 0 2px;
	list-style: none;
	}
	
#nav ul li {
	display: block;
	list-style: none;
	float: left;
	padding:0;
	}
	
#nav ul li a {
	text-decoration: none;
	background: #ee3a43 url(../images/nav.gif) repeat-x;
	text-align: center;
	display: block;
	font-size: 18px;
	font-family: Arial;
	color: #ccc;
	width: 128px;
	height: 23px;
	padding: 6px 0 6px 0;
	font-weight: 100;
	}
	
#nav ul li a:hover,
#nav ul li:hover a {
	color: #fff;
	background: #ee3a43 url(../images/navhov.gif) repeat-x;
	}