div#content {
	border:3px solid #eee; 
	margin-top:10px;
	background-color:white;
}

div#cnt {
	margin:0 25px 55px 25px;
}

div.col {
	padding:20px; 
	float:left;
	width:375px;
	border:1px solid #f0f0f0;
	background-color:#f8f8f7;
	min-height:440px;
}


div.mainTitle {
	color:#999;
	margin:10px 25px 25px 25px;
	font-weight:bold;
}
div.title {
	color:#4c4c4c;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:10px;
}

/* Thumbs */
a.imgLnk 	{ cursor:pointer; padding:0; width:96px; border:1px solid #eee; margin-bottom:5px; display:block; background-color:white; }
a.imgLnk2 	{ cursor:pointer; padding:0 10px; display:block; margin:0 auto; width:350px; border:1px solid #eee; margin-bottom:5px; display:block; background-color:white; }
a.imgLnk:hover, a.imgLnk2:hover { border:1px solid #ff6d01; }

div.thumbs {
	float:left;
	width:105px;
	margin-right:30px;
	margin-bottom:15px;
}
div.thumbs2 { margin-bottom:15px; }
div.thumbs.last { margin-right:0; }
div.thumbs2.last { margin-bottom:0; }

div.fileInfo { font-size:9px; }
div.fileInfo div { display:inline; }


