	.headingtextcenteredGreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C0;
	text-align: center;
	}
	.headertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	}
	.headersubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
	.headingtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	.paragraphtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	}
	.paragraphtextitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
	}
	.headingtextcentered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}
	.paragraphtextcentered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	}
	.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding: 20px;
	}
	.floatright {
	float:right;
	margin:20px 0px 20px 20px;
	}

	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#FFFFFF;
		background-image: url(http://www.jigsawpuzzlefactory.com/assets/images/webbgshadow.jpg);
		background-position:center;
		background-repeat: repeat-y;
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		height:250px;
		background-image:url(http://www.jigsawpuzzlefactory.com/assets/images/header.gif);
		background-repeat:no-repeat;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:24px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 0px;
	padding:0px 22px;
	text-align:center;
	background:#669966;
	color:#ffffff;
	text-decoration:none;
	position:relative;
	left:221px;
	line-height:41px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	}
	#header ul li a:hover {
		background:#ffffff;
		color:#000000;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#000000;
		background:#ffffff;
		font-weight:bold;
	}
	#layoutdims {
		clear:both;
		margin:140px 0 0 0;
		padding:0px 20px;
		text-align:right;
	}
	/* div containers */
	#allcenter {
	margin-left: auto;
  	margin-right: auto;
	width: 960px;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:960px;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#ccff99;		/* right column background colour */
	}
	.threecol .colmid {
		right:160px;			/* width of the right column */
		background:#ffffff;		/* center column background colour */
		border-right:1px solid #000000;
	}
	.threecol .colleft {
		right:600px;			/* width of the middle column */
		background:#ccff99;	/* left column background colour */
		border-right:1px solid #000000;
	}
	.threecol .col1 {
		width:560px;			/* width of center column content (column width minus padding on either side) */
		left:980px;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:160px;			/* Width of left column content (column width minus padding on either side) */
		left:220px;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:120px;			/* Width of right column content (column width minus padding on either side) */
		left:860px;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	.whitecontainer {
		background-color:#FFFFFF;
		width:138px;
		border: 1px solid #000000;
		padding:10px;
	}
	/* Footer styles */
	#footer {
		background-image:url(http://www.jigsawpuzzlefactory.com/assets/images/footer.gif);
		background-repeat:no-repeat;
		background-color:#ccff99;
		clear:both;
		float:left;
		width:100%;
	}
	/*  */