/*********************************************************************************
 CSS Cascading Style Sheet 
 Captured Spirit Studios - Hand Painted Porcelain 
 Web Site Designed by Keith Decker, (C)2006 
*********************************************************************************/
/*********************************************************************************
 Gallery page
*********************************************************************************/


/*********** id tags ***********/
#gallery_tbl_welcome 
{
	margin-left:auto; margin-right:auto;
	border-spacing:0px;
	border-width:0px;
	border-style:none;
	padding:0px;
}
/*********** /id tags ***********/


/*********** styles ***********/
.gallery_tbl_images-container-outer
{
	margin-left:auto; margin-right:auto;
}
.gallery_cel_images-title
{
	padding:0px;
}
.gallery_tbl_images-container-inner
{
	margin:0px;
}
.gallery_div_images td
{
	width:100px;
	min-width:100px;
	text-align:center;
	vertical-align:top;
}
.gallery_txt_list_welcome
{
	font-weight:bold;
	font-size:large;
}
.gallery_txt_list_welcome td
{
	padding-top:6px;
	vertical-align:bottom;
}
.gallery_txt_list_welcome a {text-decoration:none;	color:#666699}
.gallery_txt_list_welcome a:hover {text-decoration:none;	color:#CC0000;}
/*********** /styles ***********/


