@charset "utf-8";
/* CSS Document */
#gallery {
	margin:0px auto;
}
#gallery_container {
	margin:0px auto;
	padding:5px 30px 20px 30px;
	width:750px;
	/*width:750px;*/
/*	height:100%;*/
	background:url(../images/canvas_bg_Bright.jpg);
	text-align:left;
	border:1px;
	border-style:solid;
	border-color:#b1b0a9;
}
#details_container {
	margin:0px auto;
	padding-bottom:10px;
	/*width:350px;*/
	text-align:center;
	/*width:750px;*/
/*	height:100%;*/

}
#clear {
	padding-top:20px;
	clear: left;
}
#thumb {
	margin:0px auto;
	width:187px;
/*	height:250px;*/
	float:left;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
	cursor:pointer;
	text-align:center;
/*	text-decoration:underline;*/
}
#thumb_container {
	width:187px;
	padding-left:19px;
	padding-bottom:5px;
/*	height:250px;*/
/*	float:left;*/
}
#name_spacer {
	width:140px;
	padding-top:5px
}
#spacer_comments {
	width:140px;
	padding-top:5px
}
#spacer_10 {
	width:140px;
	padding-top:10px
}
#thumbdesc {
	width:140px;
	background:url(../images/ul_bg.jpg);
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:7px;
	clear:both;
	text-align:left;
}
#image_comments {
	width:450px;
	background:url(../images/ul_bg.jpg);
	padding-top:10px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom:15px;
	line-height:16px;
	clear:both;
	text-align:left;
}
/*#thumb:hover {
	color: #a20000;
	text-decoration:none;
}
#thumb_container:hover {
	color: #a20000;
	text-decoration:none;
}*/
#thumbdesc:hover {
	color: #a20000;
	text-decoration:underline;
}
#image_container {
	margin:0px auto;
	padding-top:5px;
/*	padding-bottom:5px;*/
	text-align:center;
}
#body_center {
	padding:5px 5px 5px 5px;
	line-height:15px;
	text-align:center;
}