body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana;
	font-size: 0.8em;
/*	background-color: #acacac;
*/
	background-color: #ffffff;
}

#wrapper{
	text-align: center;
/*	background-color: #ffffff;*/
}

.block{
	text-align: left;
	margin: auto;
	width: 980px;
}

#header{
	position: relative;
	left: 0px;
	top: 0px;
	height: 70px;
}

#logo{
	position: absolute;
	left: 10px;
	top: 20px;
}

td{ font-size: 0.8em;}

#abovejigsawad{
	width: 468px;
	height: 60px;
	padding-bottom: 2px;
	float: right;
}

#topbanner{
	float: right;
	
/*	width: 468px;
	height: 60px;
	border: 1px solid black;*/
}

/*
#header img{
	margin: 10px;
}
*/

#linkcode input{
	width: 400px;
}

#linkcode img{
	border: 1px solid black;
}

#linkcode textarea{
	width: 400px;
	height: 120px;
}

#menubar{
	text-align: center;
	background-color: #990000;
	padding: 5px;
	clear: both;
	border-bottom: 2px solid #330000;
	border-top: 2px solid #330000;
}

#menubar div{
	display: inline;
}

a{
	color: blue;
}

a:hover{
	color: red;
}

#menubar a{
	color: white;
}

#menubar a:hover{
	color: #ffffaa;
}

#navtrail{
/*	font-size: 0.8em;*/
	padding: 4px;
	background-color: white;
	border-top: 4px solid #555555;
}

#page{
	margin-top: 20px;
/*	border: 4px solid #555555;
	background-color: #ffffff;
*/
}

#puzzle{
	border: 1px solid #acacac;
	background-color: #ffffff;
/*	float: right;
	width: 600px;
*/
/*	height: 420px;*/
	width: 95%;
	min-width: 800px;
	margin: auto;
}

#thepuzzlethumb{
/*	border: 4px solid #555555;*/
	background-color: #ffffff;
/*
	float: left;
	width: 160px;
	height: 400px;
	text-align: center;
*/
}

#thepuzzlethumb img{
	border: 2px solid black;
	background-color: #ffffff;
	padding: 5px;
	margin-top: 8px;
}

.puzzlebox{
/*	border: 4px solid #555555;*/
	background-color: #ffffff;
	margin-top: 8px;
}

 h2{
	font-size: 1.1em;
	margin: 3px;
}

.puzzlethumb{
	float: left;
	width: 180px;
	height: 150px;
	text-align: center;
	margin: 5px;
}

.singlethumb{
	padding: 5px;
	clear: both;
	height: 160px;
}

.puzzlethumb img, .singlethumb img{
	padding: 5px;
	background-color: white;
	border: 2px solid #555555;
}

.puzzlethumb img:hover, .singlethumb img:hover{
	background-color: #ffff00;
}

h1{
	font-size: 1.2em;
}

.catbox{
/*	border: 4px solid #555555;*/
	background-color: #ffffff;
	margin-top: 8px;

}

#widthchanger{
	float: right;
	position: relative;
	top: -3px;
	visibility: hidden;
}

#footer{
	clear: both;
	text-align: center;
	margin-top: 1em;
}

#linkbox{
	width: 100%;
	height: 2em;
}

.linkbox{
	width: 100%;
	height: 4em;
}

.puzzlelist{
	min-height: 100px;
}

.pthumb{
	float: left;
	width: 145px;
	height: 160px;
}

.pthumb img{
	border: 1px solid #acacac;
	padding: 4px;
}

.pthumb a:hover img{
	border: 1px solid black;
}

.cform {
	text-align: left;
	font-weight: bold;
}

.cform input, .cform textarea{
	width: 97%;
}

.cform textarea{
	height: 200px;
}

.hlbox{
	float: left;
	width: 45%;
	margin-top: 1em;
}

.hrbox {
	float: right;
	width: 45%;
	margin-top: 1em;
}

.pagination{
	clear: both;
	text-align: right;
	font-size: 80%;
}

.pagination a, .pagination a:visited{
	border: 1px solid #acacac;
	padding: 2px 8px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

.pagination a:hover, .pagination a:active, .pagination a.current{
	border: 1px solid black;
	background-color: #000000;
	color: #ffffff;
}

.lbl{
	float: left;
	width: 20%;
	padding-right: 1em;
	text-align: right;
}

.fld{
	float: right;
	text-align: left;
	width: 78%;
}

.fm{
	clear: both;
	margin-top: 1em;
}

p.foot{
	color: #acacac;
	margin-top: 1em;
}

a.scat{
	text-decoration: none;
	font-size: 80%;
}