
body {
	background-image: url(/nt_images/puzzlebg2.png);
	/*background-image:url(/nt_images/h2.jpg);*/
	/*background-image: url(/nt_images/xmasbg3.jpg);*/
	background-repeat: repeat;
	background-position:bottom;
	background-attachment:fixed;
	margin-top: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	border: 1px #666666 solid;
	resize:none;
}

td {
padding:5px;
}

.link {
margin-top:0px; 
padding:5px; 
border-bottom:#F8F8F8 dotted 1px;
}
.link:hover{
background-color:#F4EAFF;
}

.mod_header {
	color:#660099;
	font-weight:bold;
	border-bottom: #666666 solid 1px;  
	padding:5px; 
}


#wrapper2 {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	position: relative;
}
#header2 {
	/*background: url(image/header_bg.gif) repeat-x;*/
	position: relative;
	width: 800px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	border:1px #CCCCCC solid;
}
#body2 {
	background: #FFFFFF;
	border:1px #CCCCCC solid;
	width:800px;
	height:auto;
	float: left;
	
}
#right_panel {
	float: left;
	width: 250px;
	margin-left: 20px;
	background-color:#F8E7FE;
	padding-top:10px;
	padding-bottom:10px;
}
#left_panel {
	float: left;
	width: 500px;
	margin-left: 5px;
	margin-top:5px;
}
.buttons {
background-color:#999999;
color:#FFFFFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 font-weight:bold;
 /* padding:3px 5px 3px 5px;*/
 
}
/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:8px;
		margin-bottom:8px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:55px;
		height:55px;
		line-height:50px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	/*
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	*/
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #999;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:55px;
		height:55px;
		line-height:55px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		
		
		top:-20px;
		left:-50px;
	}
	
	p.bthumb{
	float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #999;	
		padding:2px;
	}
	p.bthumb a{
		display:block;
		float:left;
		width:70px;
		height:70px;
		line-height:70px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.bthumb a img{
		
		
		top:-20px;
		left:-50px;
	}
	
	/* mouse over
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	

/* // single thumbnail */



/* CSS Document */

