body{
	margin:0;
	background:#191919;
	font-family:tahoma;
	position:relative;
	background:url(../gfx/body.jpg) repeat-x;
}
#wrapper{}
	#main{
		margin:0 auto 0 auto;
		width:1000px;
	}
		#header{
			height:27px;
			padding:20px 0 18px 0;
			position:relative;
			letter-spacing:0.1em;
		}
		#content{}	
/**/
h1{
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:bold;
	font-size:36px;
	color:#c2c2c2;
	float:left;
	padding:0 20px 0 0;
}
a{
	color:#c2c2c2;
	text-decoration:none;
}
.naw{
	color:#c2c2c2;
	float:left;
	font-size:11px;
	position:absolute;
	top:43px;
}
#thumb{
	padding:0 0 10px 0;
	height:auto;
	float:left;
	text-align:center;
}
#thumb img{
		display:block;
	/*	width:100px;*/
	/*	height:100px;*/
		width:60px;
		height:60px;
		overflow:hidden;
		float:left;
		border:solid black 1px !IMPORTANT;

}
#thumb .empty{
	display:block;
	/*	width:100px;*/
	/*	height:100px;*/
		width:60px;
		height:60px;
	overflow:hidden;
	float:left;
}


#thumb img{
	border:0;
}