.centerIT {
}
.center800px {
	height: 100%;
	width: 800px;
}
body {
	margin: 0px;
	padding: 0px;
	bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	background-color: #DECFB8;
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7D561F;
	border-left-color: #7D561F;
}
.pageTitle {
	background-color: #DECFB8;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7D561F;
	border-left-color: #7D561F;
	width: 100%;
}
.pageContent {
	background-color: #DECFB8;
	width: 100%;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7D561F;
	border-left-color: #7D561F;
}
.pageFooter {
	background-color: #7D561F;
	height: 25px;
	width: 100%;
	color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DECFB8;
	font-size: 0.85em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7D561F;
	border-left-color: #7D561F;
}
.nav {
	background-color: #DECFB8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666633;
	width: 126px;
	padding-left: 7px;
	padding-top: 12px;
}
.navHR {
	margin: 0px;
	padding: 0px;
	height: 1px;
	width: 100%;
	background-color: #339933;
}
.homeHeader {
	background-image: url(images/homePage_main_logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	height: 111px;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 20px;
}
.homeContent {
	background-image: url(images/store_front2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 375px;
	width: 768px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #795620;
	border-left-color: #795620;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #795620;
	padding-bottom: 30px;
	padding-top: 15px;
}
.homeContent2 {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #895E08;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #895E08;
	color: #FFFFFF;
	background-color: #895E08;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	width: 734px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	z-index: 1;
	font-weight: bolder;
	right: 3px;
}
.homeNavBox {
	font-family: "Times New Roman", Times, serif;
	color: #795620;
	background-color: #EFF0E2;
	border: 1px solid #666666;
	width: 760px;
	font-size: 1.25em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	z-index: 5;
	left: 4px;
	padding-right: 4px;
}
.navLinks {
	padding-left: 5px;
	background-color: #FFFFFF;
}
.homeNavLinks	{
	color:#7DA7A3;
	text-decoration:none;
}
.homeNavLinks:visited	{
	color:#7DA7A3;
	text-decoration:none;
}
.homeNavLinks:hover	{
	text-decoration:underline;
	color: #333366;
}

.homeNavHeader {
	background-color: #7DA7A3;
	color: #FFFFFF;
	font-size: 0.7em;
}
.contentBox {
	height: 100%;
	width: 95%;
}
.subCategoryLabel {
	float: left;
	margin-left: 10px;
	font-size: 1.25em;
	color: #996666;
}
.licenseBox {
	background-color: #FEE6CA;
	width: 90%;
	margin-left: 6px;
	margin-bottom: 6px;
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-top: 5px;
}
.licenseText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #663333;
	margin: 3px;
}
a.navTextCategoryLink, a.navTextCategoryLink:visited {
	color: #996633;
	text-decoration: none;
}
a.navTextCategoryLink:hover {
	color: #993300;
	text-decoration: none;
}
.navTextCategoryCurrent	{
	font-weight:bold;
	color: #996633;
	text-decoration: none;
}
.navTextSubCategoryCurrent	{
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}
a.craftLinks, a.craftLinks:visited {
	text-decoration:none;
	color:#663300;
	padding-bottom: 0px;
	padding-left: 5px;
}
a.craftLinks:hover {
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	color: #006633;
}



.subCategoryImage {
	float: right;
	margin-right: 30px;
}
.clearer {
	line-height: 0px;
	clear: both;
}



.contentBoxIntro {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 90%;
	margin-top: 15px;
	font-size: 1.2em;
}
.rowBottomPadding {
	padding-bottom: 10px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	padding: 3px;
	height: auto;
	width: 90%;
	border: 1px solid #999999;
}
