/***********************************************/
/* galleries_idx_layout.css                    */
/* Use for Gallery index pages                 */
/***********************************************/
/************** quicklinks styles ****************/

#quicklinks{
	border-top: 1px solid #cccccc;
	padding: 10px 0px 10px 0px;
	border-bottom:1px solid #cccccc;
	text-align: center;
	font-weight: bold;
	color: #334d55;
}
#pagecell1_top{margin-top: 33px;
			width:830px;
			background: transparent url(../images/rounded_top_1col.gif) bottom left no-repeat;
			height:12px;}
#pagecell1{
	width:830px;
	background:#ffffff url(../images/pagecell_background_1col.jpg) repeat-y 0 0;
}
#pagecell1_bot{width:830px;
			   background: transparent url(../images/rounded_bot_1col.gif) top left no-repeat;
			   height:12px;
}

/************** Gallery_title styles *****************/

.gallery_title{
	padding: 0px 10px 25px 10px;
}

#left_image{
	float: left;
	margin-left: 5%;
}

#right_image{
	float: right;
	margin-right: 5%;
}

#title{
	float: none;
	padding: 10px 0px 10px 0px;
	font-size: 150%;
	font-weight:bold;
 	color: #334d55;
 	text-align: center;
}

.centred_text{text-align:center;
			  padding-top: 10px;}
			  
.justified_text{text-align:justify;
			    padding-top: 10px;}



/**************** Year row *******************/
.yearly_updates_left{
	width: 305px;
	float:left;}
.yearly_updates_right{
	width:305px;
	margin-left:320px;
}
#feature dl{min-height:150px;}
#feature dt{margin:0;
			padding:0;
			font-weight: bold;
			font-size:medium;
			color: #334d55;
}
#feature dd{margin:0; padding:0;}
#feature ul{margin:0 0 0 120px;
			padding:0;
			list-style-type: square;
}
#feature dd img{float:left;}

/********************* end **********************/
