.innerContentGrid {
	background:#ececeb;
}

.innerContentGrid {
	background-image: url(../images/backgrounds/sunset-rep.jpg);
	background-repeat: repeat-y;
	background-position: top;

}
.innerContentGrid-innerone {
	background-image: url(../images/backgrounds/sunset-top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.innerContentGrid-innertwo {
	background-image: url(../images/backgrounds/sunset-bot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow:hidden;
	_zoom:1;
}

.page-content hr { margin-bottom:10px; border:0; height:1px; color:#809ABB; background-color:#809ABB; width:695px;}

/*
	Vertical align with contained floats in css == tricky and un-documented... :¬]
	Biggup to Alasdair @ AIS for the IE solution!
*/

.row {
	overflow: 			hidden; /* IE6 */
	*position:			relative;
	margin:				10px 0 0;
/*	display:			table;*/
	vertical-align:		bottom;
	/*background:			#00FF00;*/}
.xda-container {
	width:				213px;
	height: 			auto;}
.xda-contents-box {
	width:				165px;}
.xda-image-container {
	position:			relative;
	overflow: 			hidden; /* IE6 */
	display: 			table-cell;
	width:				224px;
	height: 			200px;
	vertical-align: 	bottom;}
.xda-image-container a { 
	/*background:			#FF0000;*/
	*width:				224px;
	*position:			absolute;
	*bottom:			0px;
	*left:				0px;}
.xda-image-container a img {}
.xda-title {
	display:			block;
	width:				213px;
	margin:				8px 0 0;}


.xda-title { text-align:left;}

.xda-title a {

background: transparent url(../images/buttons/go.gif) center right no-repeat;
padding: 0 50px 0 20px;


}
	
	
/*
	
.xda-title a span {
	position:			relative;

	display:			block;
	float:				left;
	margin:				0 12px 0 0;
	cursor:				pointer;
}
	
.xda-title a img {
	display:			block;
	_float:				left;
	*float:				left;
}
	
*/
	
.xda-link {
	float:				left;
	height:				30px;}

.page-content h2 {
	font-size: 			1.3em;}
	


