#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.png);
	height: 148px;
	width: 845px;
	border: thin solid #000000;
}
#navigation {
	background-image: none;
	height: 35px;
	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-image: none;
	border: thin solid #000000;
	background-color: #CCCCCC;
}
#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;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFF00;
	background-color: #999999;
}
a:active {
	color: #CC33CC;
}
.padding {
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding-left: 7px;
	font-size: 20px;
}
