#wrapper {
	width: 850px;
	color: #000000;
}
body {
	background-image: url(../images/carbon_fiber.jpg);
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#header {
	background-image: url(../headers/header1_modified.jpeg);
	height: 161px;
	width: 845px;
	border: thin solid #000000;
}
#navigation {
	background-image: none;
	height: 40px;
	width: 845px;
	border: thin solid #000000;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#content {
	width: 845px;
	padding-left: 0px;
background-color:#cdcdcd;
	//background-image: url(../images/foamy2.png);
	border: thin solid #000000;
}
#contentnob {
	width: 845px;
	padding-left: 0px;
background-color:white;
	
}
#footer {
	background-image: none;
	height: 25px;
	width: 845px;
	border: thin solid #000000;
	background-color: #141414;
}
.contactform {
	border: medium dashed #000000;
	background-color: #666666;
	width: 500px;
}

