@charset "UTF-8";
#maincontainer {
	margin: auto;
	height: auto;
	width: 800px;
}
#logo {
	height: 230px;
	width: 800px;
}
#mainnav {
	height: 80px;
	width: 800px;
	background-repeat: no-repeat;
}
#productnav {
	float: left;
	height: 930px;
	width: 230px;
	background-image: url(photoshop/navback.jpg);
	background-repeat: no-repeat;
}
#content {
	float: right;
	height: 920px;
	width: 550px;
	background-image: url(images/contentback.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2B221B;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#footernav {
	height: 25px;
	width: 800px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-image: url(photoshop/mainnavback.jpg);
	padding-top: 15px;
}
#link {
	height: 20px;
	width: 300px;
	float: right;
}
#copyright {
	float: left;
	height: 20px;
	width: 500px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B221B;
	height: 20px;
	width: 800px;
	font-weight: normal;
}
#leftcol {
	float: left;
	height: 700px;
	width: 270px;
}
#spacer {
	height: 700px;
	width: 10px;
}
#rightcol {
	float: right;
	height: 700px;
	width: 270px;
	padding-left: 10px;
}
