body {
	background: #000000 url('../images/bg.jpg') no-repeat center top;
}
#content {
	background: #ffffff url('../images/contentbg.jpg') no-repeat;
	width: 1000px;
	height: 700px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-350px 0 0 -500px;
}
#contactcontent {
	background: #ffffff url('../images/contactbg.jpg') no-repeat;
	width: 1000px;
	height: 700px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-350px 0 0 -500px;
}
#inventorycontent {
	background: #ffffff url('../images/inventorybg.jpg') no-repeat;
	width: 1000px;
	height: 700px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-350px 0 0 -500px;
}
#logo {
	position: absolute;
	width: 244px;
	height: 157px;
	top: 15px;
	left: 455px;
}
#nav {
	position: absolute;
	width: 150px;
	height: 400px;
	font-family: 'Economica', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	top: 260px;
}
#nav li {
	list-style: none;
	margin-bottom: 20px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#maincontent {
	position: absolute;
	width: 825px;
	height: 500px;
	top: 190px;
	left: 165px;
}
#maincontent h1 {
	font-family: 'Economica', sans-serif;
	font-size: 32px;
	color: #59727f;
	font-weight: 700;
	text-align: center;
}
#maincontent h3 {
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
#maincontent p {
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 15px;
	line-height: 16px;
}
#maincontent a {
	color: #000000;
	text-decoration: none;
}
#maincontent a:hover {
	text-decoration: underline;
}
#firstcol {
	width: 215px;
	margin-left: 45px;
	float: left;
}
#secondcol {
	width: 215px;
	margin-left: 45px;
	float: left;
}
#thirdcol {
	width: 215px;
	margin-left: 45px;
	float: left;
}
#thirdcolright {
	width: 215px;
	margin-left: 35px;
	float: left;
	text-align: right;
}