
/*-------------------------------------------------------------------------------------------------------*/
/*	Subpage Layout
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	xwidth:				875px;
}

col#leftcolumn
{
width: 0px;
}

col#contentcolumn
{
}

col#rightcolumn
{
	width:				auto;
}

/* Subpage Layout Contents */
td#leftcontentcell
{
	vertical-align:		top;
	background-color:	white;
	padding:			0px;
	font-size:			0.65em;
}

td#contentcell
{
	vertical-align:		top;
	padding:			20px 20px 20px 48px;
	background-color:	white;

	margin:				0em 0em 1.6em 0px;
	line-height:		2.0em;
	font-size:			0.70em;
	color:				black;
}

td#rightcontentcell
{
	vertical-align:		top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Page Title 
/*-------------------------------------------------------------------------------------------------------*/
h1#pagetitle
{
	display:			block;
	margin:				0em;
	margin-bottom:		15px;
	padding:			0em;
    text-transform: uppercase;
	line-height:		1.0em;
    font-family:		arial,sans serif;	
    font-weight:		normal!important;
	font-size:			2.1em;
	color:				#8fb9db;
}

h1#pagetitle:hover
{
	color:				#8fb9db;!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Gallery
/*-------------------------------------------------------------------------------------------------------*/
/*	Thumbnail table	*/


/*	The thumbnail description container	*/
.thumbnaildescription
{
	line-height:		10px;
	font-size:			11px;
	display:			block;
	text-align: right;
}

/*	Thumbnail description links	*/
.thumbnaildescription a
{
	color:				#687075;
	display:			block;
	font-weight:		bold;
}

.thumbnaildescription a:hover
{
	color:				#666666;
}

